diff --git a/src/Network/Network.Test/ScenarioTests/AzureFirewallPolicyTests.ps1 b/src/Network/Network.Test/ScenarioTests/AzureFirewallPolicyTests.ps1 index 15006a918037..c39aed8fb7c0 100644 --- a/src/Network/Network.Test/ScenarioTests/AzureFirewallPolicyTests.ps1 +++ b/src/Network/Network.Test/ScenarioTests/AzureFirewallPolicyTests.ps1 @@ -1436,7 +1436,7 @@ function Test-AzureFirewallPolicyPremiumFeatures { # Intrusion Detection Settings $bypass = New-AzFirewallPolicyIntrusionDetectionBypassTraffic -Name $bypassTestName -Protocol "TCP" -DestinationPort "80" -SourceAddress "10.0.0.0" -DestinationAddress "10.0.0.0" $sigOverride = New-AzFirewallPolicyIntrusionDetectionSignatureOverride -Id "123456798" -Mode "Deny" - $intrusionDetection = New-AzFirewallPolicyIntrusionDetection -Mode "Alert" -SignatureOverride $sigOverride -BypassTraffic $bypass + $intrusionDetection = New-AzFirewallPolicyIntrusionDetection -Mode "Alert" -SignatureOverride $sigOverride -BypassTraffic $bypass -PrivateRange @("10.0.0.0/8", "172.16.0.0/12") # Create AzureFirewallPolicy (with Intrusion Detection, TransportSecurity and Identity parameters) $azureFirewallPolicy = New-AzFirewallPolicy -Name $azureFirewallPolicyName -ResourceGroupName $rgname -Location $location -SkuTier $tier -IntrusionDetection $intrusionDetection -UserAssignedIdentityId $identity.Id @@ -1455,8 +1455,11 @@ function Test-AzureFirewallPolicyPremiumFeatures { Assert-AreEqual "Alert" $getAzureFirewallPolicy.IntrusionDetection.Mode Assert-NotNull $getAzureFirewallPolicy.IntrusionDetection.Configuration.SignatureOverrides Assert-NotNull $getAzureFirewallPolicy.IntrusionDetection.Configuration.BypassTrafficSettings + Write-Host $getAzureFirewallPolicy.IntrusionDetection.Configuration + Assert-NotNull $getAzureFirewallPolicy.IntrusionDetection.Configuration.PrivateRanges Assert-AreEqual "123456798" $getAzureFirewallPolicy.IntrusionDetection.Configuration.SignatureOverrides[0].Id Assert-AreEqual "Deny" $getAzureFirewallPolicy.IntrusionDetection.Configuration.SignatureOverrides[0].Mode + Assert-AreEqual "10.0.0.0/8" $getAzureFirewallPolicy.IntrusionDetection.Configuration.PrivateRanges[0] Assert-AreEqual $bypassTestName $getAzureFirewallPolicy.IntrusionDetection.Configuration.BypassTrafficSettings[0].Name Assert-AreEqual "TCP" $getAzureFirewallPolicy.IntrusionDetection.Configuration.BypassTrafficSettings[0].Protocol Assert-AreEqual "80" $getAzureFirewallPolicy.IntrusionDetection.Configuration.BypassTrafficSettings[0].DestinationPorts[0] diff --git a/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.AzureFirewallPolicyTests/TestAzureFirewallPolicyPremiumFeatures.json b/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.AzureFirewallPolicyTests/TestAzureFirewallPolicyPremiumFeatures.json index 5a9615a183f1..6550133ec14a 100644 --- a/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.AzureFirewallPolicyTests/TestAzureFirewallPolicyPremiumFeatures.json +++ b/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.AzureFirewallPolicyTests/TestAzureFirewallPolicyPremiumFeatures.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/8897e8a2-84e5-44d7-915d-60188052a731/resourcegroups/ps3462?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODg5N2U4YTItODRlNS00NGQ3LTkxNWQtNjAxODgwNTJhNzMxL3Jlc291cmNlZ3JvdXBzL3BzMzQ2Mj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/aeb5b02a-0f18-45a4-86d6-81808115cacf/resourcegroups/ps4042?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYWViNWIwMmEtMGYxOC00NWE0LTg2ZDYtODE4MDgxMTVjYWNmL3Jlc291cmNlZ3JvdXBzL3BzNDA0Mj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"testtag\": \"testval\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2214ac4d-621e-4f14-ad6a-347f7010b52b" + "7cc775ef-38bc-4b95-854d-4af12654a3c4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.16002", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.57" ], "Content-Type": [ "application/json; charset=utf-8" @@ -36,13 +36,13 @@ "1199" ], "x-ms-request-id": [ - "35adbcbd-7dac-4adc-ae2d-8b1e03e86498" + "a795ee6f-96c2-4d8f-8b76-3d75b6baa0ca" ], "x-ms-correlation-request-id": [ - "35adbcbd-7dac-4adc-ae2d-8b1e03e86498" + "a795ee6f-96c2-4d8f-8b76-3d75b6baa0ca" ], "x-ms-routing-request-id": [ - "WESTUS:20220214T123612Z:35adbcbd-7dac-4adc-ae2d-8b1e03e86498" + "UAECENTRAL:20220427T091702Z:a795ee6f-96c2-4d8f-8b76-3d75b6baa0ca" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -51,10 +51,10 @@ "nosniff" ], "Date": [ - "Mon, 14 Feb 2022 12:36:12 GMT" + "Wed, 27 Apr 2022 09:17:02 GMT" ], "Content-Length": [ - "236" + "377" ], "Content-Type": [ "application/json; charset=utf-8" @@ -63,95 +63,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/8897e8a2-84e5-44d7-915d-60188052a731/resourceGroups/ps3462\",\r\n \"name\": \"ps3462\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"testtag\": \"testval\",\r\n \"Created\": \"2022-02-14T12:36:12.0704984Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/aeb5b02a-0f18-45a4-86d6-81808115cacf/resourceGroups/ps4042\",\r\n \"name\": \"ps4042\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"testtag\": \"testval\",\r\n \"AdminEmail\": \"cnfwoncall@microsoft.com\",\r\n \"AlertDaysBeforeDeletion\": \"5\",\r\n \"Created\": \"2022-04-27T09:16:58.3763097Z\",\r\n \"CreationDate\": \"2022-04-27T09:16:58.3763005Z\",\r\n \"DaysUntilDeletion\": \"20\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/8897e8a2-84e5-44d7-915d-60188052a731/resourceGroups/ps3462/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ps1316?api-version=2015-08-31-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODg5N2U4YTItODRlNS00NGQ3LTkxNWQtNjAxODgwNTJhNzMxL3Jlc291cmNlR3JvdXBzL3BzMzQ2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk1hbmFnZWRJZGVudGl0eS91c2VyQXNzaWduZWRJZGVudGl0aWVzL3BzMTMxNj9hcGktdmVyc2lvbj0yMDE1LTA4LTMxLXByZXZpZXc=", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"westus2\"\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "0a308817-c15c-471c-a878-3b3681a4a8d2" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.30411.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", - "Microsoft.Azure.Management.ManagedServiceIdentity.ManagedServiceIdentityClient/0.10.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "29" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "/subscriptions/8897e8a2-84e5-44d7-915d-60188052a731/resourcegroups/ps3462/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ps1316" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" - ], - "x-ms-request-id": [ - "47effecc-cb1f-4a75-8030-25b321abf9a8" - ], - "x-ms-correlation-request-id": [ - "47effecc-cb1f-4a75-8030-25b321abf9a8" - ], - "x-ms-routing-request-id": [ - "WESTUS:20220214T123615Z:47effecc-cb1f-4a75-8030-25b321abf9a8" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 14 Feb 2022 12:36:14 GMT" - ], - "Content-Length": [ - "758" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/8897e8a2-84e5-44d7-915d-60188052a731/resourcegroups/ps3462/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ps1316\",\r\n \"name\": \"ps1316\",\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\": \"69813992-b126-4761-8a16-24164a0cb54f\",\r\n \"clientId\": \"3bf85b16-f5b6-44da-a791-6c97f8d5a85c\",\r\n \"clientSecretUrl\": \"https://control-westus2.identity.azure.net/subscriptions/8897e8a2-84e5-44d7-915d-60188052a731/resourcegroups/ps3462/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ps1316/credentials?tid=72f988bf-86f1-41af-91ab-2d7cd011db47&oid=69813992-b126-4761-8a16-24164a0cb54f&aid=3bf85b16-f5b6-44da-a791-6c97f8d5a85c\"\r\n }\r\n}", - "StatusCode": 201 - }, - { - "RequestUri": "/subscriptions/8897e8a2-84e5-44d7-915d-60188052a731/resourceGroups/ps3462/providers/Microsoft.Network/firewallPolicies/ps7750?api-version=2021-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODg5N2U4YTItODRlNS00NGQ3LTkxNWQtNjAxODgwNTJhNzMxL3Jlc291cmNlR3JvdXBzL3BzMzQ2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvZmlyZXdhbGxQb2xpY2llcy9wczc3NTA/YXBpLXZlcnNpb249MjAyMS0wNS0wMQ==", + "RequestUri": "/subscriptions/aeb5b02a-0f18-45a4-86d6-81808115cacf/resourceGroups/ps4042/providers/Microsoft.Network/firewallPolicies/ps601?api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYWViNWIwMmEtMGYxOC00NWE0LTg2ZDYtODE4MDgxMTVjYWNmL3Jlc291cmNlR3JvdXBzL3BzNDA0Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvZmlyZXdhbGxQb2xpY2llcy9wczYwMT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "edbad61e-4f67-42e5-9bf3-041739914e56" + "d912dcbb-93f7-4be6-bf92-93684e77c6cc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.16002", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/21.0.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Network.NetworkManagementClient/22.0.0.0" ] }, "ResponseHeaders": { @@ -165,13 +96,13 @@ "gateway" ], "x-ms-request-id": [ - "e0a707e2-c999-4902-a09c-e820c41a5d3b" + "b63072e0-f0d1-400d-af5b-fbeaff1e8f94" ], "x-ms-correlation-request-id": [ - "e0a707e2-c999-4902-a09c-e820c41a5d3b" + "b63072e0-f0d1-400d-af5b-fbeaff1e8f94" ], "x-ms-routing-request-id": [ - "WESTUS:20220214T123615Z:e0a707e2-c999-4902-a09c-e820c41a5d3b" + "UAECENTRAL:20220427T091726Z:b63072e0-f0d1-400d-af5b-fbeaff1e8f94" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -180,7 +111,7 @@ "nosniff" ], "Date": [ - "Mon, 14 Feb 2022 12:36:15 GMT" + "Wed, 27 Apr 2022 09:17:26 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -189,26 +120,26 @@ "-1" ], "Content-Length": [ - "219" + "218" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/firewallPolicies/ps7750' under resource group 'ps3462' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/firewallPolicies/ps601' under resource group 'ps4042' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/8897e8a2-84e5-44d7-915d-60188052a731/resourceGroups/ps3462/providers/Microsoft.Network/firewallPolicies/ps7750?api-version=2021-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODg5N2U4YTItODRlNS00NGQ3LTkxNWQtNjAxODgwNTJhNzMxL3Jlc291cmNlR3JvdXBzL3BzMzQ2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvZmlyZXdhbGxQb2xpY2llcy9wczc3NTA/YXBpLXZlcnNpb249MjAyMS0wNS0wMQ==", + "RequestUri": "/subscriptions/aeb5b02a-0f18-45a4-86d6-81808115cacf/resourceGroups/ps4042/providers/Microsoft.Network/firewallPolicies/ps601?api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYWViNWIwMmEtMGYxOC00NWE0LTg2ZDYtODE4MDgxMTVjYWNmL3Jlc291cmNlR3JvdXBzL3BzNDA0Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvZmlyZXdhbGxQb2xpY2llcy9wczYwMT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "edbad61e-4f67-42e5-9bf3-041739914e56" + "d912dcbb-93f7-4be6-bf92-93684e77c6cc" ], "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.16002", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/21.0.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Network.NetworkManagementClient/22.0.0.0" ] }, "ResponseHeaders": { @@ -219,7 +150,7 @@ "no-cache" ], "ETag": [ - "\"9c4f7536-0304-48f0-864c-4579e8705242\"" + "\"991a4d91-08e2-427a-98c7-91a35c3e11b1\"" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -228,13 +159,13 @@ "11997" ], "x-ms-request-id": [ - "32c6d049-5be2-45e1-a61d-a9ef111d0b31" + "729af3e0-8e6b-473a-914f-b03ea1799f5c" ], "x-ms-correlation-request-id": [ - "32c6d049-5be2-45e1-a61d-a9ef111d0b31" + "729af3e0-8e6b-473a-914f-b03ea1799f5c" ], "x-ms-routing-request-id": [ - "WESTUS:20220214T123630Z:32c6d049-5be2-45e1-a61d-a9ef111d0b31" + "UAECENTRAL:20220427T091753Z:729af3e0-8e6b-473a-914f-b03ea1799f5c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -243,10 +174,10 @@ "nosniff" ], "Date": [ - "Mon, 14 Feb 2022 12:36:29 GMT" + "Wed, 27 Apr 2022 09:17:52 GMT" ], "Content-Length": [ - "1609" + "1699" ], "Content-Type": [ "application/json; charset=utf-8" @@ -255,26 +186,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"tier\": \"Premium\"\r\n },\r\n \"threatIntelMode\": \"Alert\",\r\n \"snat\": {\r\n \"privateRanges\": []\r\n },\r\n \"childPolicies\": [],\r\n \"ruleCollectionGroups\": [],\r\n \"firewalls\": [],\r\n \"intrusionDetection\": {\r\n \"mode\": \"Alert\",\r\n \"configuration\": {\r\n \"signatureOverrides\": [\r\n {\r\n \"id\": \"123456798\",\r\n \"mode\": \"Deny\"\r\n }\r\n ],\r\n \"bypassTrafficSettings\": [\r\n {\r\n \"name\": \"bypass-test\",\r\n \"protocol\": \"TCP\",\r\n \"sourceAddresses\": [\r\n \"10.0.0.0\"\r\n ],\r\n \"destinationAddresses\": [\r\n \"10.0.0.0\"\r\n ],\r\n \"sourceIpGroups\": [],\r\n \"destinationIpGroups\": [],\r\n \"destinationPorts\": [\r\n \"80\"\r\n ]\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/8897e8a2-84e5-44d7-915d-60188052a731/resourceGroups/ps3462/providers/Microsoft.Network/firewallPolicies/ps7750\",\r\n \"name\": \"ps7750\",\r\n \"type\": \"Microsoft.Network/FirewallPolicies\",\r\n \"etag\": \"9c4f7536-0304-48f0-864c-4579e8705242\",\r\n \"location\": \"westus2\",\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/8897e8a2-84e5-44d7-915d-60188052a731/resourcegroups/ps3462/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ps1316\": {\r\n \"clientId\": \"3bf85b16-f5b6-44da-a791-6c97f8d5a85c\",\r\n \"principalId\": \"69813992-b126-4761-8a16-24164a0cb54f\"\r\n }\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"tier\": \"Premium\"\r\n },\r\n \"threatIntelMode\": \"Alert\",\r\n \"snat\": {\r\n \"privateRanges\": []\r\n },\r\n \"childPolicies\": [],\r\n \"ruleCollectionGroups\": [],\r\n \"firewalls\": [],\r\n \"intrusionDetection\": {\r\n \"mode\": \"Alert\",\r\n \"configuration\": {\r\n \"signatureOverrides\": [\r\n {\r\n \"id\": \"123456798\",\r\n \"mode\": \"Deny\"\r\n }\r\n ],\r\n \"bypassTrafficSettings\": [\r\n {\r\n \"name\": \"bypass-test\",\r\n \"protocol\": \"TCP\",\r\n \"sourceAddresses\": [\r\n \"10.0.0.0\"\r\n ],\r\n \"destinationAddresses\": [\r\n \"10.0.0.0\"\r\n ],\r\n \"sourceIpGroups\": [],\r\n \"destinationIpGroups\": [],\r\n \"destinationPorts\": [\r\n \"80\"\r\n ]\r\n }\r\n ],\r\n \"privateRanges\": [\r\n \"10.0.0.0/8\",\r\n \"172.16.0.0/12\"\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/aeb5b02a-0f18-45a4-86d6-81808115cacf/resourceGroups/ps4042/providers/Microsoft.Network/firewallPolicies/ps601\",\r\n \"name\": \"ps601\",\r\n \"type\": \"Microsoft.Network/FirewallPolicies\",\r\n \"etag\": \"991a4d91-08e2-427a-98c7-91a35c3e11b1\",\r\n \"location\": \"westus2\",\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/aeb5b02a-0f18-45a4-86d6-81808115cacf/resourcegroups/ps4042/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ps8888\": {\r\n \"clientId\": \"e23b926a-0566-47c0-9e0b-337ba68709a4\",\r\n \"principalId\": \"bb92805b-9c76-417c-9243-48c2aaf32e5d\"\r\n }\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8897e8a2-84e5-44d7-915d-60188052a731/resourceGroups/ps3462/providers/Microsoft.Network/firewallPolicies/ps7750?api-version=2021-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODg5N2U4YTItODRlNS00NGQ3LTkxNWQtNjAxODgwNTJhNzMxL3Jlc291cmNlR3JvdXBzL3BzMzQ2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvZmlyZXdhbGxQb2xpY2llcy9wczc3NTA/YXBpLXZlcnNpb249MjAyMS0wNS0wMQ==", + "RequestUri": "/subscriptions/aeb5b02a-0f18-45a4-86d6-81808115cacf/resourceGroups/ps4042/providers/Microsoft.Network/firewallPolicies/ps601?api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYWViNWIwMmEtMGYxOC00NWE0LTg2ZDYtODE4MDgxMTVjYWNmL3Jlc291cmNlR3JvdXBzL3BzNDA0Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvZmlyZXdhbGxQb2xpY2llcy9wczYwMT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "edbad61e-4f67-42e5-9bf3-041739914e56" + "d912dcbb-93f7-4be6-bf92-93684e77c6cc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.16002", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/21.0.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Network.NetworkManagementClient/22.0.0.0" ] }, "ResponseHeaders": { @@ -285,7 +216,7 @@ "no-cache" ], "ETag": [ - "\"9c4f7536-0304-48f0-864c-4579e8705242\"" + "\"991a4d91-08e2-427a-98c7-91a35c3e11b1\"" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -294,13 +225,13 @@ "11996" ], "x-ms-request-id": [ - "a352d67a-ca46-407b-b538-9fa3cbeaa42d" + "6d1d6fc9-3f04-4f17-ac0d-3974ca60997f" ], "x-ms-correlation-request-id": [ - "a352d67a-ca46-407b-b538-9fa3cbeaa42d" + "6d1d6fc9-3f04-4f17-ac0d-3974ca60997f" ], "x-ms-routing-request-id": [ - "WESTUS:20220214T123630Z:a352d67a-ca46-407b-b538-9fa3cbeaa42d" + "UAECENTRAL:20220427T091753Z:6d1d6fc9-3f04-4f17-ac0d-3974ca60997f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -309,10 +240,10 @@ "nosniff" ], "Date": [ - "Mon, 14 Feb 2022 12:36:29 GMT" + "Wed, 27 Apr 2022 09:17:53 GMT" ], "Content-Length": [ - "1609" + "1699" ], "Content-Type": [ "application/json; charset=utf-8" @@ -321,26 +252,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"tier\": \"Premium\"\r\n },\r\n \"threatIntelMode\": \"Alert\",\r\n \"snat\": {\r\n \"privateRanges\": []\r\n },\r\n \"childPolicies\": [],\r\n \"ruleCollectionGroups\": [],\r\n \"firewalls\": [],\r\n \"intrusionDetection\": {\r\n \"mode\": \"Alert\",\r\n \"configuration\": {\r\n \"signatureOverrides\": [\r\n {\r\n \"id\": \"123456798\",\r\n \"mode\": \"Deny\"\r\n }\r\n ],\r\n \"bypassTrafficSettings\": [\r\n {\r\n \"name\": \"bypass-test\",\r\n \"protocol\": \"TCP\",\r\n \"sourceAddresses\": [\r\n \"10.0.0.0\"\r\n ],\r\n \"destinationAddresses\": [\r\n \"10.0.0.0\"\r\n ],\r\n \"sourceIpGroups\": [],\r\n \"destinationIpGroups\": [],\r\n \"destinationPorts\": [\r\n \"80\"\r\n ]\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/8897e8a2-84e5-44d7-915d-60188052a731/resourceGroups/ps3462/providers/Microsoft.Network/firewallPolicies/ps7750\",\r\n \"name\": \"ps7750\",\r\n \"type\": \"Microsoft.Network/FirewallPolicies\",\r\n \"etag\": \"9c4f7536-0304-48f0-864c-4579e8705242\",\r\n \"location\": \"westus2\",\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/8897e8a2-84e5-44d7-915d-60188052a731/resourcegroups/ps3462/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ps1316\": {\r\n \"clientId\": \"3bf85b16-f5b6-44da-a791-6c97f8d5a85c\",\r\n \"principalId\": \"69813992-b126-4761-8a16-24164a0cb54f\"\r\n }\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"tier\": \"Premium\"\r\n },\r\n \"threatIntelMode\": \"Alert\",\r\n \"snat\": {\r\n \"privateRanges\": []\r\n },\r\n \"childPolicies\": [],\r\n \"ruleCollectionGroups\": [],\r\n \"firewalls\": [],\r\n \"intrusionDetection\": {\r\n \"mode\": \"Alert\",\r\n \"configuration\": {\r\n \"signatureOverrides\": [\r\n {\r\n \"id\": \"123456798\",\r\n \"mode\": \"Deny\"\r\n }\r\n ],\r\n \"bypassTrafficSettings\": [\r\n {\r\n \"name\": \"bypass-test\",\r\n \"protocol\": \"TCP\",\r\n \"sourceAddresses\": [\r\n \"10.0.0.0\"\r\n ],\r\n \"destinationAddresses\": [\r\n \"10.0.0.0\"\r\n ],\r\n \"sourceIpGroups\": [],\r\n \"destinationIpGroups\": [],\r\n \"destinationPorts\": [\r\n \"80\"\r\n ]\r\n }\r\n ],\r\n \"privateRanges\": [\r\n \"10.0.0.0/8\",\r\n \"172.16.0.0/12\"\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/aeb5b02a-0f18-45a4-86d6-81808115cacf/resourceGroups/ps4042/providers/Microsoft.Network/firewallPolicies/ps601\",\r\n \"name\": \"ps601\",\r\n \"type\": \"Microsoft.Network/FirewallPolicies\",\r\n \"etag\": \"991a4d91-08e2-427a-98c7-91a35c3e11b1\",\r\n \"location\": \"westus2\",\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/aeb5b02a-0f18-45a4-86d6-81808115cacf/resourcegroups/ps4042/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ps8888\": {\r\n \"clientId\": \"e23b926a-0566-47c0-9e0b-337ba68709a4\",\r\n \"principalId\": \"bb92805b-9c76-417c-9243-48c2aaf32e5d\"\r\n }\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8897e8a2-84e5-44d7-915d-60188052a731/resourceGroups/ps3462/providers/Microsoft.Network/firewallPolicies/ps7750?api-version=2021-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODg5N2U4YTItODRlNS00NGQ3LTkxNWQtNjAxODgwNTJhNzMxL3Jlc291cmNlR3JvdXBzL3BzMzQ2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvZmlyZXdhbGxQb2xpY2llcy9wczc3NTA/YXBpLXZlcnNpb249MjAyMS0wNS0wMQ==", + "RequestUri": "/subscriptions/aeb5b02a-0f18-45a4-86d6-81808115cacf/resourceGroups/ps4042/providers/Microsoft.Network/firewallPolicies/ps601?api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYWViNWIwMmEtMGYxOC00NWE0LTg2ZDYtODE4MDgxMTVjYWNmL3Jlc291cmNlR3JvdXBzL3BzNDA0Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvZmlyZXdhbGxQb2xpY2llcy9wczYwMT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9b6fa955-a885-4fec-8db0-e2ad83946e9b" + "80039f3a-1f38-4b0b-8b74-311ccae6458a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.16002", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/21.0.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Network.NetworkManagementClient/22.0.0.0" ] }, "ResponseHeaders": { @@ -351,7 +282,7 @@ "no-cache" ], "ETag": [ - "\"9c4f7536-0304-48f0-864c-4579e8705242\"" + "\"991a4d91-08e2-427a-98c7-91a35c3e11b1\"" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -360,13 +291,13 @@ "11995" ], "x-ms-request-id": [ - "5a42a1fd-326c-4ab3-a498-a98829dc0c24" + "7e6a4e50-407a-42c1-a895-440c6874bc2e" ], "x-ms-correlation-request-id": [ - "5a42a1fd-326c-4ab3-a498-a98829dc0c24" + "7e6a4e50-407a-42c1-a895-440c6874bc2e" ], "x-ms-routing-request-id": [ - "WESTUS:20220214T123630Z:5a42a1fd-326c-4ab3-a498-a98829dc0c24" + "UAECENTRAL:20220427T091754Z:7e6a4e50-407a-42c1-a895-440c6874bc2e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -375,10 +306,10 @@ "nosniff" ], "Date": [ - "Mon, 14 Feb 2022 12:36:30 GMT" + "Wed, 27 Apr 2022 09:17:53 GMT" ], "Content-Length": [ - "1609" + "1699" ], "Content-Type": [ "application/json; charset=utf-8" @@ -387,26 +318,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"tier\": \"Premium\"\r\n },\r\n \"threatIntelMode\": \"Alert\",\r\n \"snat\": {\r\n \"privateRanges\": []\r\n },\r\n \"childPolicies\": [],\r\n \"ruleCollectionGroups\": [],\r\n \"firewalls\": [],\r\n \"intrusionDetection\": {\r\n \"mode\": \"Alert\",\r\n \"configuration\": {\r\n \"signatureOverrides\": [\r\n {\r\n \"id\": \"123456798\",\r\n \"mode\": \"Deny\"\r\n }\r\n ],\r\n \"bypassTrafficSettings\": [\r\n {\r\n \"name\": \"bypass-test\",\r\n \"protocol\": \"TCP\",\r\n \"sourceAddresses\": [\r\n \"10.0.0.0\"\r\n ],\r\n \"destinationAddresses\": [\r\n \"10.0.0.0\"\r\n ],\r\n \"sourceIpGroups\": [],\r\n \"destinationIpGroups\": [],\r\n \"destinationPorts\": [\r\n \"80\"\r\n ]\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/8897e8a2-84e5-44d7-915d-60188052a731/resourceGroups/ps3462/providers/Microsoft.Network/firewallPolicies/ps7750\",\r\n \"name\": \"ps7750\",\r\n \"type\": \"Microsoft.Network/FirewallPolicies\",\r\n \"etag\": \"9c4f7536-0304-48f0-864c-4579e8705242\",\r\n \"location\": \"westus2\",\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/8897e8a2-84e5-44d7-915d-60188052a731/resourcegroups/ps3462/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ps1316\": {\r\n \"clientId\": \"3bf85b16-f5b6-44da-a791-6c97f8d5a85c\",\r\n \"principalId\": \"69813992-b126-4761-8a16-24164a0cb54f\"\r\n }\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"tier\": \"Premium\"\r\n },\r\n \"threatIntelMode\": \"Alert\",\r\n \"snat\": {\r\n \"privateRanges\": []\r\n },\r\n \"childPolicies\": [],\r\n \"ruleCollectionGroups\": [],\r\n \"firewalls\": [],\r\n \"intrusionDetection\": {\r\n \"mode\": \"Alert\",\r\n \"configuration\": {\r\n \"signatureOverrides\": [\r\n {\r\n \"id\": \"123456798\",\r\n \"mode\": \"Deny\"\r\n }\r\n ],\r\n \"bypassTrafficSettings\": [\r\n {\r\n \"name\": \"bypass-test\",\r\n \"protocol\": \"TCP\",\r\n \"sourceAddresses\": [\r\n \"10.0.0.0\"\r\n ],\r\n \"destinationAddresses\": [\r\n \"10.0.0.0\"\r\n ],\r\n \"sourceIpGroups\": [],\r\n \"destinationIpGroups\": [],\r\n \"destinationPorts\": [\r\n \"80\"\r\n ]\r\n }\r\n ],\r\n \"privateRanges\": [\r\n \"10.0.0.0/8\",\r\n \"172.16.0.0/12\"\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/aeb5b02a-0f18-45a4-86d6-81808115cacf/resourceGroups/ps4042/providers/Microsoft.Network/firewallPolicies/ps601\",\r\n \"name\": \"ps601\",\r\n \"type\": \"Microsoft.Network/FirewallPolicies\",\r\n \"etag\": \"991a4d91-08e2-427a-98c7-91a35c3e11b1\",\r\n \"location\": \"westus2\",\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/aeb5b02a-0f18-45a4-86d6-81808115cacf/resourcegroups/ps4042/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ps8888\": {\r\n \"clientId\": \"e23b926a-0566-47c0-9e0b-337ba68709a4\",\r\n \"principalId\": \"bb92805b-9c76-417c-9243-48c2aaf32e5d\"\r\n }\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8897e8a2-84e5-44d7-915d-60188052a731/resourceGroups/ps3462/providers/Microsoft.Network/firewallPolicies/ps7750?api-version=2021-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODg5N2U4YTItODRlNS00NGQ3LTkxNWQtNjAxODgwNTJhNzMxL3Jlc291cmNlR3JvdXBzL3BzMzQ2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvZmlyZXdhbGxQb2xpY2llcy9wczc3NTA/YXBpLXZlcnNpb249MjAyMS0wNS0wMQ==", + "RequestUri": "/subscriptions/aeb5b02a-0f18-45a4-86d6-81808115cacf/resourceGroups/ps4042/providers/Microsoft.Network/firewallPolicies/ps601?api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYWViNWIwMmEtMGYxOC00NWE0LTg2ZDYtODE4MDgxMTVjYWNmL3Jlc291cmNlR3JvdXBzL3BzNDA0Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvZmlyZXdhbGxQb2xpY2llcy9wczYwMT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a2511941-eeed-49b3-8e5c-7d0bc0cb3b7f" + "cc7b6d2d-9f31-44f5-a293-b5a1bf85caa8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.16002", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/21.0.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Network.NetworkManagementClient/22.0.0.0" ] }, "ResponseHeaders": { @@ -417,7 +348,7 @@ "no-cache" ], "ETag": [ - "\"9c4f7536-0304-48f0-864c-4579e8705242\"" + "\"991a4d91-08e2-427a-98c7-91a35c3e11b1\"" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -426,13 +357,13 @@ "11994" ], "x-ms-request-id": [ - "5217d32b-1436-4655-aef1-6340ccb9297b" + "ccaf78e8-da84-49ff-a96d-a34e961bcc96" ], "x-ms-correlation-request-id": [ - "5217d32b-1436-4655-aef1-6340ccb9297b" + "ccaf78e8-da84-49ff-a96d-a34e961bcc96" ], "x-ms-routing-request-id": [ - "WESTUS:20220214T123631Z:5217d32b-1436-4655-aef1-6340ccb9297b" + "UAECENTRAL:20220427T091754Z:ccaf78e8-da84-49ff-a96d-a34e961bcc96" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -441,10 +372,10 @@ "nosniff" ], "Date": [ - "Mon, 14 Feb 2022 12:36:30 GMT" + "Wed, 27 Apr 2022 09:17:54 GMT" ], "Content-Length": [ - "1609" + "1699" ], "Content-Type": [ "application/json; charset=utf-8" @@ -453,23 +384,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"tier\": \"Premium\"\r\n },\r\n \"threatIntelMode\": \"Alert\",\r\n \"snat\": {\r\n \"privateRanges\": []\r\n },\r\n \"childPolicies\": [],\r\n \"ruleCollectionGroups\": [],\r\n \"firewalls\": [],\r\n \"intrusionDetection\": {\r\n \"mode\": \"Alert\",\r\n \"configuration\": {\r\n \"signatureOverrides\": [\r\n {\r\n \"id\": \"123456798\",\r\n \"mode\": \"Deny\"\r\n }\r\n ],\r\n \"bypassTrafficSettings\": [\r\n {\r\n \"name\": \"bypass-test\",\r\n \"protocol\": \"TCP\",\r\n \"sourceAddresses\": [\r\n \"10.0.0.0\"\r\n ],\r\n \"destinationAddresses\": [\r\n \"10.0.0.0\"\r\n ],\r\n \"sourceIpGroups\": [],\r\n \"destinationIpGroups\": [],\r\n \"destinationPorts\": [\r\n \"80\"\r\n ]\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/8897e8a2-84e5-44d7-915d-60188052a731/resourceGroups/ps3462/providers/Microsoft.Network/firewallPolicies/ps7750\",\r\n \"name\": \"ps7750\",\r\n \"type\": \"Microsoft.Network/FirewallPolicies\",\r\n \"etag\": \"9c4f7536-0304-48f0-864c-4579e8705242\",\r\n \"location\": \"westus2\",\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/8897e8a2-84e5-44d7-915d-60188052a731/resourcegroups/ps3462/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ps1316\": {\r\n \"clientId\": \"3bf85b16-f5b6-44da-a791-6c97f8d5a85c\",\r\n \"principalId\": \"69813992-b126-4761-8a16-24164a0cb54f\"\r\n }\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"tier\": \"Premium\"\r\n },\r\n \"threatIntelMode\": \"Alert\",\r\n \"snat\": {\r\n \"privateRanges\": []\r\n },\r\n \"childPolicies\": [],\r\n \"ruleCollectionGroups\": [],\r\n \"firewalls\": [],\r\n \"intrusionDetection\": {\r\n \"mode\": \"Alert\",\r\n \"configuration\": {\r\n \"signatureOverrides\": [\r\n {\r\n \"id\": \"123456798\",\r\n \"mode\": \"Deny\"\r\n }\r\n ],\r\n \"bypassTrafficSettings\": [\r\n {\r\n \"name\": \"bypass-test\",\r\n \"protocol\": \"TCP\",\r\n \"sourceAddresses\": [\r\n \"10.0.0.0\"\r\n ],\r\n \"destinationAddresses\": [\r\n \"10.0.0.0\"\r\n ],\r\n \"sourceIpGroups\": [],\r\n \"destinationIpGroups\": [],\r\n \"destinationPorts\": [\r\n \"80\"\r\n ]\r\n }\r\n ],\r\n \"privateRanges\": [\r\n \"10.0.0.0/8\",\r\n \"172.16.0.0/12\"\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/aeb5b02a-0f18-45a4-86d6-81808115cacf/resourceGroups/ps4042/providers/Microsoft.Network/firewallPolicies/ps601\",\r\n \"name\": \"ps601\",\r\n \"type\": \"Microsoft.Network/FirewallPolicies\",\r\n \"etag\": \"991a4d91-08e2-427a-98c7-91a35c3e11b1\",\r\n \"location\": \"westus2\",\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/aeb5b02a-0f18-45a4-86d6-81808115cacf/resourcegroups/ps4042/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ps8888\": {\r\n \"clientId\": \"e23b926a-0566-47c0-9e0b-337ba68709a4\",\r\n \"principalId\": \"bb92805b-9c76-417c-9243-48c2aaf32e5d\"\r\n }\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8897e8a2-84e5-44d7-915d-60188052a731/resourceGroups/ps3462/providers/Microsoft.Network/firewallPolicies/ps7750?api-version=2021-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODg5N2U4YTItODRlNS00NGQ3LTkxNWQtNjAxODgwNTJhNzMxL3Jlc291cmNlR3JvdXBzL3BzMzQ2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvZmlyZXdhbGxQb2xpY2llcy9wczc3NTA/YXBpLXZlcnNpb249MjAyMS0wNS0wMQ==", + "RequestUri": "/subscriptions/aeb5b02a-0f18-45a4-86d6-81808115cacf/resourceGroups/ps4042/providers/Microsoft.Network/firewallPolicies/ps601?api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYWViNWIwMmEtMGYxOC00NWE0LTg2ZDYtODE4MDgxMTVjYWNmL3Jlc291cmNlR3JvdXBzL3BzNDA0Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvZmlyZXdhbGxQb2xpY2llcy9wczYwMT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a2511941-eeed-49b3-8e5c-7d0bc0cb3b7f" + "cc7b6d2d-9f31-44f5-a293-b5a1bf85caa8" ], "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.16002", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/21.0.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Network.NetworkManagementClient/22.0.0.0" ] }, "ResponseHeaders": { @@ -480,7 +411,7 @@ "no-cache" ], "ETag": [ - "\"d8bd6c93-367b-4302-835e-e5a7b5336bf8\"" + "\"f1babf19-8245-4cd7-a06d-420657e15f61\"" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -489,13 +420,13 @@ "11992" ], "x-ms-request-id": [ - "a8913b37-4941-46e0-843b-ce8e1e9cc7d1" + "c3be2d8b-157b-488e-a7a6-55a37d6e8456" ], "x-ms-correlation-request-id": [ - "a8913b37-4941-46e0-843b-ce8e1e9cc7d1" + "c3be2d8b-157b-488e-a7a6-55a37d6e8456" ], "x-ms-routing-request-id": [ - "WESTUS:20220214T123643Z:a8913b37-4941-46e0-843b-ce8e1e9cc7d1" + "UAECENTRAL:20220427T091809Z:c3be2d8b-157b-488e-a7a6-55a37d6e8456" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -504,10 +435,10 @@ "nosniff" ], "Date": [ - "Mon, 14 Feb 2022 12:36:43 GMT" + "Wed, 27 Apr 2022 09:18:08 GMT" ], "Content-Length": [ - "1622" + "1712" ], "Content-Type": [ "application/json; charset=utf-8" @@ -516,26 +447,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"tier\": \"Premium\"\r\n },\r\n \"threatIntelMode\": \"Alert\",\r\n \"snat\": {\r\n \"privateRanges\": []\r\n },\r\n \"childPolicies\": [],\r\n \"ruleCollectionGroups\": [],\r\n \"firewalls\": [],\r\n \"intrusionDetection\": {\r\n \"mode\": \"Off\",\r\n \"configuration\": {\r\n \"signatureOverrides\": [\r\n {\r\n \"id\": \"123456798\",\r\n \"mode\": \"Deny\"\r\n }\r\n ],\r\n \"bypassTrafficSettings\": [\r\n {\r\n \"name\": \"bypass-test\",\r\n \"protocol\": \"TCP\",\r\n \"sourceAddresses\": [\r\n \"10.0.0.0\"\r\n ],\r\n \"destinationAddresses\": [\r\n \"10.0.0.0\"\r\n ],\r\n \"sourceIpGroups\": [],\r\n \"destinationIpGroups\": [],\r\n \"destinationPorts\": [\r\n \"80\"\r\n ]\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/8897e8a2-84e5-44d7-915d-60188052a731/resourceGroups/ps3462/providers/Microsoft.Network/firewallPolicies/ps7750\",\r\n \"name\": \"ps7750\",\r\n \"type\": \"Microsoft.Network/FirewallPolicies\",\r\n \"etag\": \"d8bd6c93-367b-4302-835e-e5a7b5336bf8\",\r\n \"location\": \"westus2\",\r\n \"tags\": {},\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/8897e8a2-84e5-44d7-915d-60188052a731/resourcegroups/ps3462/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ps1316\": {\r\n \"clientId\": \"3bf85b16-f5b6-44da-a791-6c97f8d5a85c\",\r\n \"principalId\": \"69813992-b126-4761-8a16-24164a0cb54f\"\r\n }\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"tier\": \"Premium\"\r\n },\r\n \"threatIntelMode\": \"Alert\",\r\n \"snat\": {\r\n \"privateRanges\": []\r\n },\r\n \"childPolicies\": [],\r\n \"ruleCollectionGroups\": [],\r\n \"firewalls\": [],\r\n \"intrusionDetection\": {\r\n \"mode\": \"Off\",\r\n \"configuration\": {\r\n \"signatureOverrides\": [\r\n {\r\n \"id\": \"123456798\",\r\n \"mode\": \"Deny\"\r\n }\r\n ],\r\n \"bypassTrafficSettings\": [\r\n {\r\n \"name\": \"bypass-test\",\r\n \"protocol\": \"TCP\",\r\n \"sourceAddresses\": [\r\n \"10.0.0.0\"\r\n ],\r\n \"destinationAddresses\": [\r\n \"10.0.0.0\"\r\n ],\r\n \"sourceIpGroups\": [],\r\n \"destinationIpGroups\": [],\r\n \"destinationPorts\": [\r\n \"80\"\r\n ]\r\n }\r\n ],\r\n \"privateRanges\": [\r\n \"10.0.0.0/8\",\r\n \"172.16.0.0/12\"\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/aeb5b02a-0f18-45a4-86d6-81808115cacf/resourceGroups/ps4042/providers/Microsoft.Network/firewallPolicies/ps601\",\r\n \"name\": \"ps601\",\r\n \"type\": \"Microsoft.Network/FirewallPolicies\",\r\n \"etag\": \"f1babf19-8245-4cd7-a06d-420657e15f61\",\r\n \"location\": \"westus2\",\r\n \"tags\": {},\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/aeb5b02a-0f18-45a4-86d6-81808115cacf/resourcegroups/ps4042/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ps8888\": {\r\n \"clientId\": \"e23b926a-0566-47c0-9e0b-337ba68709a4\",\r\n \"principalId\": \"bb92805b-9c76-417c-9243-48c2aaf32e5d\"\r\n }\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8897e8a2-84e5-44d7-915d-60188052a731/resourceGroups/ps3462/providers/Microsoft.Network/firewallPolicies/ps7750?api-version=2021-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODg5N2U4YTItODRlNS00NGQ3LTkxNWQtNjAxODgwNTJhNzMxL3Jlc291cmNlR3JvdXBzL3BzMzQ2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvZmlyZXdhbGxQb2xpY2llcy9wczc3NTA/YXBpLXZlcnNpb249MjAyMS0wNS0wMQ==", + "RequestUri": "/subscriptions/aeb5b02a-0f18-45a4-86d6-81808115cacf/resourceGroups/ps4042/providers/Microsoft.Network/firewallPolicies/ps601?api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYWViNWIwMmEtMGYxOC00NWE0LTg2ZDYtODE4MDgxMTVjYWNmL3Jlc291cmNlR3JvdXBzL3BzNDA0Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvZmlyZXdhbGxQb2xpY2llcy9wczYwMT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a2511941-eeed-49b3-8e5c-7d0bc0cb3b7f" + "cc7b6d2d-9f31-44f5-a293-b5a1bf85caa8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.16002", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/21.0.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Network.NetworkManagementClient/22.0.0.0" ] }, "ResponseHeaders": { @@ -546,7 +477,7 @@ "no-cache" ], "ETag": [ - "\"d8bd6c93-367b-4302-835e-e5a7b5336bf8\"" + "\"f1babf19-8245-4cd7-a06d-420657e15f61\"" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -555,13 +486,13 @@ "11991" ], "x-ms-request-id": [ - "ce22ba2a-adda-46fb-9c03-93a37df1b543" + "c512aa92-e097-4c53-88fc-f4b55888df29" ], "x-ms-correlation-request-id": [ - "ce22ba2a-adda-46fb-9c03-93a37df1b543" + "c512aa92-e097-4c53-88fc-f4b55888df29" ], "x-ms-routing-request-id": [ - "WESTUS:20220214T123644Z:ce22ba2a-adda-46fb-9c03-93a37df1b543" + "UAECENTRAL:20220427T091809Z:c512aa92-e097-4c53-88fc-f4b55888df29" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -570,10 +501,10 @@ "nosniff" ], "Date": [ - "Mon, 14 Feb 2022 12:36:43 GMT" + "Wed, 27 Apr 2022 09:18:09 GMT" ], "Content-Length": [ - "1622" + "1712" ], "Content-Type": [ "application/json; charset=utf-8" @@ -582,26 +513,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"tier\": \"Premium\"\r\n },\r\n \"threatIntelMode\": \"Alert\",\r\n \"snat\": {\r\n \"privateRanges\": []\r\n },\r\n \"childPolicies\": [],\r\n \"ruleCollectionGroups\": [],\r\n \"firewalls\": [],\r\n \"intrusionDetection\": {\r\n \"mode\": \"Off\",\r\n \"configuration\": {\r\n \"signatureOverrides\": [\r\n {\r\n \"id\": \"123456798\",\r\n \"mode\": \"Deny\"\r\n }\r\n ],\r\n \"bypassTrafficSettings\": [\r\n {\r\n \"name\": \"bypass-test\",\r\n \"protocol\": \"TCP\",\r\n \"sourceAddresses\": [\r\n \"10.0.0.0\"\r\n ],\r\n \"destinationAddresses\": [\r\n \"10.0.0.0\"\r\n ],\r\n \"sourceIpGroups\": [],\r\n \"destinationIpGroups\": [],\r\n \"destinationPorts\": [\r\n \"80\"\r\n ]\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/8897e8a2-84e5-44d7-915d-60188052a731/resourceGroups/ps3462/providers/Microsoft.Network/firewallPolicies/ps7750\",\r\n \"name\": \"ps7750\",\r\n \"type\": \"Microsoft.Network/FirewallPolicies\",\r\n \"etag\": \"d8bd6c93-367b-4302-835e-e5a7b5336bf8\",\r\n \"location\": \"westus2\",\r\n \"tags\": {},\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/8897e8a2-84e5-44d7-915d-60188052a731/resourcegroups/ps3462/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ps1316\": {\r\n \"clientId\": \"3bf85b16-f5b6-44da-a791-6c97f8d5a85c\",\r\n \"principalId\": \"69813992-b126-4761-8a16-24164a0cb54f\"\r\n }\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"tier\": \"Premium\"\r\n },\r\n \"threatIntelMode\": \"Alert\",\r\n \"snat\": {\r\n \"privateRanges\": []\r\n },\r\n \"childPolicies\": [],\r\n \"ruleCollectionGroups\": [],\r\n \"firewalls\": [],\r\n \"intrusionDetection\": {\r\n \"mode\": \"Off\",\r\n \"configuration\": {\r\n \"signatureOverrides\": [\r\n {\r\n \"id\": \"123456798\",\r\n \"mode\": \"Deny\"\r\n }\r\n ],\r\n \"bypassTrafficSettings\": [\r\n {\r\n \"name\": \"bypass-test\",\r\n \"protocol\": \"TCP\",\r\n \"sourceAddresses\": [\r\n \"10.0.0.0\"\r\n ],\r\n \"destinationAddresses\": [\r\n \"10.0.0.0\"\r\n ],\r\n \"sourceIpGroups\": [],\r\n \"destinationIpGroups\": [],\r\n \"destinationPorts\": [\r\n \"80\"\r\n ]\r\n }\r\n ],\r\n \"privateRanges\": [\r\n \"10.0.0.0/8\",\r\n \"172.16.0.0/12\"\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/aeb5b02a-0f18-45a4-86d6-81808115cacf/resourceGroups/ps4042/providers/Microsoft.Network/firewallPolicies/ps601\",\r\n \"name\": \"ps601\",\r\n \"type\": \"Microsoft.Network/FirewallPolicies\",\r\n \"etag\": \"f1babf19-8245-4cd7-a06d-420657e15f61\",\r\n \"location\": \"westus2\",\r\n \"tags\": {},\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/aeb5b02a-0f18-45a4-86d6-81808115cacf/resourcegroups/ps4042/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ps8888\": {\r\n \"clientId\": \"e23b926a-0566-47c0-9e0b-337ba68709a4\",\r\n \"principalId\": \"bb92805b-9c76-417c-9243-48c2aaf32e5d\"\r\n }\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8897e8a2-84e5-44d7-915d-60188052a731/resourceGroups/ps3462/providers/Microsoft.Network/firewallPolicies/ps7750?api-version=2021-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODg5N2U4YTItODRlNS00NGQ3LTkxNWQtNjAxODgwNTJhNzMxL3Jlc291cmNlR3JvdXBzL3BzMzQ2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvZmlyZXdhbGxQb2xpY2llcy9wczc3NTA/YXBpLXZlcnNpb249MjAyMS0wNS0wMQ==", + "RequestUri": "/subscriptions/aeb5b02a-0f18-45a4-86d6-81808115cacf/resourceGroups/ps4042/providers/Microsoft.Network/firewallPolicies/ps601?api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYWViNWIwMmEtMGYxOC00NWE0LTg2ZDYtODE4MDgxMTVjYWNmL3Jlc291cmNlR3JvdXBzL3BzNDA0Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvZmlyZXdhbGxQb2xpY2llcy9wczYwMT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b15b4fd3-63d9-4ef6-829e-a73663d5ef1d" + "17974059-a658-42b2-8768-002624554722" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.16002", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/21.0.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Network.NetworkManagementClient/22.0.0.0" ] }, "ResponseHeaders": { @@ -612,7 +543,7 @@ "no-cache" ], "ETag": [ - "\"d8bd6c93-367b-4302-835e-e5a7b5336bf8\"" + "\"f1babf19-8245-4cd7-a06d-420657e15f61\"" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -621,13 +552,13 @@ "11990" ], "x-ms-request-id": [ - "ac2fafbd-be20-482d-9b29-a24d7b1fb64c" + "a26b73e9-aae7-4a04-bb40-cb66c1bbbfd7" ], "x-ms-correlation-request-id": [ - "ac2fafbd-be20-482d-9b29-a24d7b1fb64c" + "a26b73e9-aae7-4a04-bb40-cb66c1bbbfd7" ], "x-ms-routing-request-id": [ - "WESTUS:20220214T123644Z:ac2fafbd-be20-482d-9b29-a24d7b1fb64c" + "UAECENTRAL:20220427T091810Z:a26b73e9-aae7-4a04-bb40-cb66c1bbbfd7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -636,10 +567,10 @@ "nosniff" ], "Date": [ - "Mon, 14 Feb 2022 12:36:43 GMT" + "Wed, 27 Apr 2022 09:18:09 GMT" ], "Content-Length": [ - "1622" + "1712" ], "Content-Type": [ "application/json; charset=utf-8" @@ -648,32 +579,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"tier\": \"Premium\"\r\n },\r\n \"threatIntelMode\": \"Alert\",\r\n \"snat\": {\r\n \"privateRanges\": []\r\n },\r\n \"childPolicies\": [],\r\n \"ruleCollectionGroups\": [],\r\n \"firewalls\": [],\r\n \"intrusionDetection\": {\r\n \"mode\": \"Off\",\r\n \"configuration\": {\r\n \"signatureOverrides\": [\r\n {\r\n \"id\": \"123456798\",\r\n \"mode\": \"Deny\"\r\n }\r\n ],\r\n \"bypassTrafficSettings\": [\r\n {\r\n \"name\": \"bypass-test\",\r\n \"protocol\": \"TCP\",\r\n \"sourceAddresses\": [\r\n \"10.0.0.0\"\r\n ],\r\n \"destinationAddresses\": [\r\n \"10.0.0.0\"\r\n ],\r\n \"sourceIpGroups\": [],\r\n \"destinationIpGroups\": [],\r\n \"destinationPorts\": [\r\n \"80\"\r\n ]\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/8897e8a2-84e5-44d7-915d-60188052a731/resourceGroups/ps3462/providers/Microsoft.Network/firewallPolicies/ps7750\",\r\n \"name\": \"ps7750\",\r\n \"type\": \"Microsoft.Network/FirewallPolicies\",\r\n \"etag\": \"d8bd6c93-367b-4302-835e-e5a7b5336bf8\",\r\n \"location\": \"westus2\",\r\n \"tags\": {},\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/8897e8a2-84e5-44d7-915d-60188052a731/resourcegroups/ps3462/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ps1316\": {\r\n \"clientId\": \"3bf85b16-f5b6-44da-a791-6c97f8d5a85c\",\r\n \"principalId\": \"69813992-b126-4761-8a16-24164a0cb54f\"\r\n }\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"tier\": \"Premium\"\r\n },\r\n \"threatIntelMode\": \"Alert\",\r\n \"snat\": {\r\n \"privateRanges\": []\r\n },\r\n \"childPolicies\": [],\r\n \"ruleCollectionGroups\": [],\r\n \"firewalls\": [],\r\n \"intrusionDetection\": {\r\n \"mode\": \"Off\",\r\n \"configuration\": {\r\n \"signatureOverrides\": [\r\n {\r\n \"id\": \"123456798\",\r\n \"mode\": \"Deny\"\r\n }\r\n ],\r\n \"bypassTrafficSettings\": [\r\n {\r\n \"name\": \"bypass-test\",\r\n \"protocol\": \"TCP\",\r\n \"sourceAddresses\": [\r\n \"10.0.0.0\"\r\n ],\r\n \"destinationAddresses\": [\r\n \"10.0.0.0\"\r\n ],\r\n \"sourceIpGroups\": [],\r\n \"destinationIpGroups\": [],\r\n \"destinationPorts\": [\r\n \"80\"\r\n ]\r\n }\r\n ],\r\n \"privateRanges\": [\r\n \"10.0.0.0/8\",\r\n \"172.16.0.0/12\"\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/aeb5b02a-0f18-45a4-86d6-81808115cacf/resourceGroups/ps4042/providers/Microsoft.Network/firewallPolicies/ps601\",\r\n \"name\": \"ps601\",\r\n \"type\": \"Microsoft.Network/FirewallPolicies\",\r\n \"etag\": \"f1babf19-8245-4cd7-a06d-420657e15f61\",\r\n \"location\": \"westus2\",\r\n \"tags\": {},\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/aeb5b02a-0f18-45a4-86d6-81808115cacf/resourcegroups/ps4042/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ps8888\": {\r\n \"clientId\": \"e23b926a-0566-47c0-9e0b-337ba68709a4\",\r\n \"principalId\": \"bb92805b-9c76-417c-9243-48c2aaf32e5d\"\r\n }\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8897e8a2-84e5-44d7-915d-60188052a731/resourceGroups/ps3462/providers/Microsoft.Network/firewallPolicies/ps7750?api-version=2021-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODg5N2U4YTItODRlNS00NGQ3LTkxNWQtNjAxODgwNTJhNzMxL3Jlc291cmNlR3JvdXBzL3BzMzQ2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvZmlyZXdhbGxQb2xpY2llcy9wczc3NTA/YXBpLXZlcnNpb249MjAyMS0wNS0wMQ==", + "RequestUri": "/subscriptions/aeb5b02a-0f18-45a4-86d6-81808115cacf/resourceGroups/ps4042/providers/Microsoft.Network/firewallPolicies/ps601?api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYWViNWIwMmEtMGYxOC00NWE0LTg2ZDYtODE4MDgxMTVjYWNmL3Jlc291cmNlR3JvdXBzL3BzNDA0Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvZmlyZXdhbGxQb2xpY2llcy9wczYwMT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"threatIntelMode\": \"Alert\",\r\n \"snat\": {\r\n \"privateRanges\": []\r\n },\r\n \"intrusionDetection\": {\r\n \"mode\": \"Alert\",\r\n \"configuration\": {\r\n \"signatureOverrides\": [\r\n {\r\n \"id\": \"123456798\",\r\n \"mode\": \"Deny\"\r\n }\r\n ],\r\n \"bypassTrafficSettings\": [\r\n {\r\n \"name\": \"bypass-test\",\r\n \"protocol\": \"TCP\",\r\n \"sourceAddresses\": [\r\n \"10.0.0.0\"\r\n ],\r\n \"destinationAddresses\": [\r\n \"10.0.0.0\"\r\n ],\r\n \"destinationPorts\": [\r\n \"80\"\r\n ],\r\n \"sourceIpGroups\": [],\r\n \"destinationIpGroups\": []\r\n }\r\n ]\r\n }\r\n },\r\n \"sku\": {\r\n \"tier\": \"Premium\"\r\n }\r\n },\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/8897e8a2-84e5-44d7-915d-60188052a731/resourcegroups/ps3462/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ps1316\": {}\r\n }\r\n },\r\n \"location\": \"westus2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"threatIntelMode\": \"Alert\",\r\n \"snat\": {\r\n \"privateRanges\": []\r\n },\r\n \"intrusionDetection\": {\r\n \"mode\": \"Alert\",\r\n \"configuration\": {\r\n \"signatureOverrides\": [\r\n {\r\n \"id\": \"123456798\",\r\n \"mode\": \"Deny\"\r\n }\r\n ],\r\n \"bypassTrafficSettings\": [\r\n {\r\n \"name\": \"bypass-test\",\r\n \"protocol\": \"TCP\",\r\n \"sourceAddresses\": [\r\n \"10.0.0.0\"\r\n ],\r\n \"destinationAddresses\": [\r\n \"10.0.0.0\"\r\n ],\r\n \"destinationPorts\": [\r\n \"80\"\r\n ],\r\n \"sourceIpGroups\": [],\r\n \"destinationIpGroups\": []\r\n }\r\n ],\r\n \"privateRanges\": [\r\n \"10.0.0.0/8\",\r\n \"172.16.0.0/12\"\r\n ]\r\n }\r\n },\r\n \"sku\": {\r\n \"tier\": \"Premium\"\r\n }\r\n },\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/aeb5b02a-0f18-45a4-86d6-81808115cacf/resourcegroups/ps4042/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ps8888\": {}\r\n }\r\n },\r\n \"location\": \"westus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "edbad61e-4f67-42e5-9bf3-041739914e56" + "d912dcbb-93f7-4be6-bf92-93684e77c6cc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.16002", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/21.0.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Network.NetworkManagementClient/22.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1098" + "1190" ] }, "ResponseHeaders": { @@ -687,14 +618,14 @@ "10" ], "x-ms-request-id": [ - "ab198030-4eb5-4d60-9e9c-16da2aeb7ad2", - "ab198030-4eb5-4d60-9e9c-16da2aeb7ad2" + "5716268b-4204-49a3-8120-2af5543d9c53", + "5716268b-4204-49a3-8120-2af5543d9c53" ], "x-ms-correlation-request-id": [ - "24cf01c8-16e2-43d1-a313-c6562e261803" + "532cffb0-3703-44ce-9c3e-483c234f6ad4" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/8897e8a2-84e5-44d7-915d-60188052a731/providers/Microsoft.Network/locations/westus2/nfvOperations/ab198030-4eb5-4d60-9e9c-16da2aeb7ad2?api-version=2021-05-01" + "https://management.azure.com/subscriptions/aeb5b02a-0f18-45a4-86d6-81808115cacf/providers/Microsoft.Network/locations/westus2/nfvOperations/5716268b-4204-49a3-8120-2af5543d9c53?api-version=2021-08-01" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -703,7 +634,7 @@ "1199" ], "x-ms-routing-request-id": [ - "WESTUS:20220214T123619Z:24cf01c8-16e2-43d1-a313-c6562e261803" + "UAECENTRAL:20220427T091742Z:532cffb0-3703-44ce-9c3e-483c234f6ad4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -712,10 +643,10 @@ "nosniff" ], "Date": [ - "Mon, 14 Feb 2022 12:36:19 GMT" + "Wed, 27 Apr 2022 09:17:41 GMT" ], "Content-Length": [ - "1476" + "1566" ], "Content-Type": [ "application/json; charset=utf-8" @@ -724,32 +655,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"tier\": \"Premium\"\r\n },\r\n \"threatIntelMode\": \"Alert\",\r\n \"snat\": {\r\n \"privateRanges\": []\r\n },\r\n \"childPolicies\": [],\r\n \"ruleCollectionGroups\": [],\r\n \"firewalls\": [],\r\n \"intrusionDetection\": {\r\n \"mode\": \"Alert\",\r\n \"configuration\": {\r\n \"signatureOverrides\": [\r\n {\r\n \"id\": \"123456798\",\r\n \"mode\": \"Deny\"\r\n }\r\n ],\r\n \"bypassTrafficSettings\": [\r\n {\r\n \"name\": \"bypass-test\",\r\n \"protocol\": \"TCP\",\r\n \"sourceAddresses\": [\r\n \"10.0.0.0\"\r\n ],\r\n \"destinationAddresses\": [\r\n \"10.0.0.0\"\r\n ],\r\n \"sourceIpGroups\": [],\r\n \"destinationIpGroups\": [],\r\n \"destinationPorts\": [\r\n \"80\"\r\n ]\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Updating\"\r\n },\r\n \"id\": \"/subscriptions/8897e8a2-84e5-44d7-915d-60188052a731/resourceGroups/ps3462/providers/Microsoft.Network/firewallPolicies/ps7750\",\r\n \"name\": \"ps7750\",\r\n \"type\": \"Microsoft.Network/FirewallPolicies\",\r\n \"etag\": \"9c4f7536-0304-48f0-864c-4579e8705242\",\r\n \"location\": \"westus2\",\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/8897e8a2-84e5-44d7-915d-60188052a731/resourcegroups/ps3462/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ps1316\": {}\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"tier\": \"Premium\"\r\n },\r\n \"threatIntelMode\": \"Alert\",\r\n \"snat\": {\r\n \"privateRanges\": []\r\n },\r\n \"childPolicies\": [],\r\n \"ruleCollectionGroups\": [],\r\n \"firewalls\": [],\r\n \"intrusionDetection\": {\r\n \"mode\": \"Alert\",\r\n \"configuration\": {\r\n \"signatureOverrides\": [\r\n {\r\n \"id\": \"123456798\",\r\n \"mode\": \"Deny\"\r\n }\r\n ],\r\n \"bypassTrafficSettings\": [\r\n {\r\n \"name\": \"bypass-test\",\r\n \"protocol\": \"TCP\",\r\n \"sourceAddresses\": [\r\n \"10.0.0.0\"\r\n ],\r\n \"destinationAddresses\": [\r\n \"10.0.0.0\"\r\n ],\r\n \"sourceIpGroups\": [],\r\n \"destinationIpGroups\": [],\r\n \"destinationPorts\": [\r\n \"80\"\r\n ]\r\n }\r\n ],\r\n \"privateRanges\": [\r\n \"10.0.0.0/8\",\r\n \"172.16.0.0/12\"\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Updating\"\r\n },\r\n \"id\": \"/subscriptions/aeb5b02a-0f18-45a4-86d6-81808115cacf/resourceGroups/ps4042/providers/Microsoft.Network/firewallPolicies/ps601\",\r\n \"name\": \"ps601\",\r\n \"type\": \"Microsoft.Network/FirewallPolicies\",\r\n \"etag\": \"991a4d91-08e2-427a-98c7-91a35c3e11b1\",\r\n \"location\": \"westus2\",\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/aeb5b02a-0f18-45a4-86d6-81808115cacf/resourcegroups/ps4042/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ps8888\": {}\r\n }\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/8897e8a2-84e5-44d7-915d-60188052a731/resourceGroups/ps3462/providers/Microsoft.Network/firewallPolicies/ps7750?api-version=2021-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODg5N2U4YTItODRlNS00NGQ3LTkxNWQtNjAxODgwNTJhNzMxL3Jlc291cmNlR3JvdXBzL3BzMzQ2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvZmlyZXdhbGxQb2xpY2llcy9wczc3NTA/YXBpLXZlcnNpb249MjAyMS0wNS0wMQ==", + "RequestUri": "/subscriptions/aeb5b02a-0f18-45a4-86d6-81808115cacf/resourceGroups/ps4042/providers/Microsoft.Network/firewallPolicies/ps601?api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYWViNWIwMmEtMGYxOC00NWE0LTg2ZDYtODE4MDgxMTVjYWNmL3Jlc291cmNlR3JvdXBzL3BzNDA0Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvZmlyZXdhbGxQb2xpY2llcy9wczYwMT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"threatIntelMode\": \"Alert\",\r\n \"snat\": {\r\n \"privateRanges\": []\r\n },\r\n \"intrusionDetection\": {\r\n \"mode\": \"Off\",\r\n \"configuration\": {\r\n \"signatureOverrides\": [\r\n {\r\n \"id\": \"123456798\",\r\n \"mode\": \"Deny\"\r\n }\r\n ],\r\n \"bypassTrafficSettings\": [\r\n {\r\n \"name\": \"bypass-test\",\r\n \"protocol\": \"TCP\",\r\n \"sourceAddresses\": [\r\n \"10.0.0.0\"\r\n ],\r\n \"destinationAddresses\": [\r\n \"10.0.0.0\"\r\n ],\r\n \"destinationPorts\": [\r\n \"80\"\r\n ],\r\n \"sourceIpGroups\": [],\r\n \"destinationIpGroups\": []\r\n }\r\n ]\r\n }\r\n },\r\n \"sku\": {\r\n \"tier\": \"Premium\"\r\n }\r\n },\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/8897e8a2-84e5-44d7-915d-60188052a731/resourcegroups/ps3462/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ps1316\": {}\r\n }\r\n },\r\n \"location\": \"westus2\",\r\n \"tags\": {}\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"threatIntelMode\": \"Alert\",\r\n \"snat\": {\r\n \"privateRanges\": []\r\n },\r\n \"intrusionDetection\": {\r\n \"mode\": \"Off\",\r\n \"configuration\": {\r\n \"signatureOverrides\": [\r\n {\r\n \"id\": \"123456798\",\r\n \"mode\": \"Deny\"\r\n }\r\n ],\r\n \"bypassTrafficSettings\": [\r\n {\r\n \"name\": \"bypass-test\",\r\n \"protocol\": \"TCP\",\r\n \"sourceAddresses\": [\r\n \"10.0.0.0\"\r\n ],\r\n \"destinationAddresses\": [\r\n \"10.0.0.0\"\r\n ],\r\n \"destinationPorts\": [\r\n \"80\"\r\n ],\r\n \"sourceIpGroups\": [],\r\n \"destinationIpGroups\": []\r\n }\r\n ],\r\n \"privateRanges\": [\r\n \"10.0.0.0/8\",\r\n \"172.16.0.0/12\"\r\n ]\r\n }\r\n },\r\n \"sku\": {\r\n \"tier\": \"Premium\"\r\n }\r\n },\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/aeb5b02a-0f18-45a4-86d6-81808115cacf/resourcegroups/ps4042/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ps8888\": {}\r\n }\r\n },\r\n \"location\": \"westus2\",\r\n \"tags\": {}\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a2511941-eeed-49b3-8e5c-7d0bc0cb3b7f" + "cc7b6d2d-9f31-44f5-a293-b5a1bf85caa8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.16002", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/21.0.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Network.NetworkManagementClient/22.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1111" + "1203" ] }, "ResponseHeaders": { @@ -763,14 +694,14 @@ "10" ], "x-ms-request-id": [ - "70fee7a7-a320-40db-9c96-976b9c76e34d", - "70fee7a7-a320-40db-9c96-976b9c76e34d" + "baf542d5-04eb-4854-8818-39543354c86b", + "baf542d5-04eb-4854-8818-39543354c86b" ], "x-ms-correlation-request-id": [ - "7507927b-1c53-48d6-93d2-36e7f3a4ef1c" + "fc20afba-1cc5-4560-963e-094ef9e84709" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/8897e8a2-84e5-44d7-915d-60188052a731/providers/Microsoft.Network/locations/westus2/nfvOperations/70fee7a7-a320-40db-9c96-976b9c76e34d?api-version=2021-05-01" + "https://management.azure.com/subscriptions/aeb5b02a-0f18-45a4-86d6-81808115cacf/providers/Microsoft.Network/locations/westus2/nfvOperations/baf542d5-04eb-4854-8818-39543354c86b?api-version=2021-08-01" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -779,7 +710,7 @@ "1198" ], "x-ms-routing-request-id": [ - "WESTUS:20220214T123633Z:7507927b-1c53-48d6-93d2-36e7f3a4ef1c" + "UAECENTRAL:20220427T091758Z:fc20afba-1cc5-4560-963e-094ef9e84709" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -788,10 +719,10 @@ "nosniff" ], "Date": [ - "Mon, 14 Feb 2022 12:36:32 GMT" + "Wed, 27 Apr 2022 09:17:57 GMT" ], "Content-Length": [ - "1621" + "1711" ], "Content-Type": [ "application/json; charset=utf-8" @@ -800,23 +731,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"tier\": \"Premium\"\r\n },\r\n \"threatIntelMode\": \"Alert\",\r\n \"snat\": {\r\n \"privateRanges\": []\r\n },\r\n \"childPolicies\": [],\r\n \"ruleCollectionGroups\": [],\r\n \"firewalls\": [],\r\n \"intrusionDetection\": {\r\n \"mode\": \"Off\",\r\n \"configuration\": {\r\n \"signatureOverrides\": [\r\n {\r\n \"id\": \"123456798\",\r\n \"mode\": \"Deny\"\r\n }\r\n ],\r\n \"bypassTrafficSettings\": [\r\n {\r\n \"name\": \"bypass-test\",\r\n \"protocol\": \"TCP\",\r\n \"sourceAddresses\": [\r\n \"10.0.0.0\"\r\n ],\r\n \"destinationAddresses\": [\r\n \"10.0.0.0\"\r\n ],\r\n \"sourceIpGroups\": [],\r\n \"destinationIpGroups\": [],\r\n \"destinationPorts\": [\r\n \"80\"\r\n ]\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Updating\"\r\n },\r\n \"id\": \"/subscriptions/8897e8a2-84e5-44d7-915d-60188052a731/resourceGroups/ps3462/providers/Microsoft.Network/firewallPolicies/ps7750\",\r\n \"name\": \"ps7750\",\r\n \"type\": \"Microsoft.Network/FirewallPolicies\",\r\n \"etag\": \"d8bd6c93-367b-4302-835e-e5a7b5336bf8\",\r\n \"location\": \"westus2\",\r\n \"tags\": {},\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/8897e8a2-84e5-44d7-915d-60188052a731/resourcegroups/ps3462/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ps1316\": {\r\n \"clientId\": \"3bf85b16-f5b6-44da-a791-6c97f8d5a85c\",\r\n \"principalId\": \"69813992-b126-4761-8a16-24164a0cb54f\"\r\n }\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"tier\": \"Premium\"\r\n },\r\n \"threatIntelMode\": \"Alert\",\r\n \"snat\": {\r\n \"privateRanges\": []\r\n },\r\n \"childPolicies\": [],\r\n \"ruleCollectionGroups\": [],\r\n \"firewalls\": [],\r\n \"intrusionDetection\": {\r\n \"mode\": \"Off\",\r\n \"configuration\": {\r\n \"signatureOverrides\": [\r\n {\r\n \"id\": \"123456798\",\r\n \"mode\": \"Deny\"\r\n }\r\n ],\r\n \"bypassTrafficSettings\": [\r\n {\r\n \"name\": \"bypass-test\",\r\n \"protocol\": \"TCP\",\r\n \"sourceAddresses\": [\r\n \"10.0.0.0\"\r\n ],\r\n \"destinationAddresses\": [\r\n \"10.0.0.0\"\r\n ],\r\n \"sourceIpGroups\": [],\r\n \"destinationIpGroups\": [],\r\n \"destinationPorts\": [\r\n \"80\"\r\n ]\r\n }\r\n ],\r\n \"privateRanges\": [\r\n \"10.0.0.0/8\",\r\n \"172.16.0.0/12\"\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Updating\"\r\n },\r\n \"id\": \"/subscriptions/aeb5b02a-0f18-45a4-86d6-81808115cacf/resourceGroups/ps4042/providers/Microsoft.Network/firewallPolicies/ps601\",\r\n \"name\": \"ps601\",\r\n \"type\": \"Microsoft.Network/FirewallPolicies\",\r\n \"etag\": \"f1babf19-8245-4cd7-a06d-420657e15f61\",\r\n \"location\": \"westus2\",\r\n \"tags\": {},\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/aeb5b02a-0f18-45a4-86d6-81808115cacf/resourcegroups/ps4042/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ps8888\": {\r\n \"clientId\": \"e23b926a-0566-47c0-9e0b-337ba68709a4\",\r\n \"principalId\": \"bb92805b-9c76-417c-9243-48c2aaf32e5d\"\r\n }\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8897e8a2-84e5-44d7-915d-60188052a731/providers/Microsoft.Network/locations/westus2/nfvOperations/ab198030-4eb5-4d60-9e9c-16da2aeb7ad2?api-version=2021-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODg5N2U4YTItODRlNS00NGQ3LTkxNWQtNjAxODgwNTJhNzMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9uZnZPcGVyYXRpb25zL2FiMTk4MDMwLTRlYjUtNGQ2MC05ZTljLTE2ZGEyYWViN2FkMj9hcGktdmVyc2lvbj0yMDIxLTA1LTAx", + "RequestUri": "/subscriptions/aeb5b02a-0f18-45a4-86d6-81808115cacf/providers/Microsoft.Network/locations/westus2/nfvOperations/5716268b-4204-49a3-8120-2af5543d9c53?api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYWViNWIwMmEtMGYxOC00NWE0LTg2ZDYtODE4MDgxMTVjYWNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9uZnZPcGVyYXRpb25zLzU3MTYyNjhiLTQyMDQtNDlhMy04MTIwLTJhZjU1NDNkOWM1Mz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "edbad61e-4f67-42e5-9bf3-041739914e56" + "d912dcbb-93f7-4be6-bf92-93684e77c6cc" ], "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.16002", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/21.0.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Network.NetworkManagementClient/22.0.0.0" ] }, "ResponseHeaders": { @@ -827,11 +758,11 @@ "no-cache" ], "x-ms-request-id": [ - "9eab9001-00a3-448b-a136-e3e7bf4448fd", - "9eab9001-00a3-448b-a136-e3e7bf4448fd" + "6474c9f7-2297-4cbe-82be-620653c9fcd3", + "6474c9f7-2297-4cbe-82be-620653c9fcd3" ], "x-ms-correlation-request-id": [ - "da026a1d-1a4d-44f5-a860-713cefa814d2" + "0c5c1b1a-6ee6-4bc2-95ef-f868c4c26062" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -840,7 +771,7 @@ "11998" ], "x-ms-routing-request-id": [ - "WESTUS:20220214T123630Z:da026a1d-1a4d-44f5-a860-713cefa814d2" + "UAECENTRAL:20220427T091752Z:0c5c1b1a-6ee6-4bc2-95ef-f868c4c26062" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -849,7 +780,7 @@ "nosniff" ], "Date": [ - "Mon, 14 Feb 2022 12:36:29 GMT" + "Wed, 27 Apr 2022 09:17:52 GMT" ], "Content-Length": [ "29" @@ -865,19 +796,19 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8897e8a2-84e5-44d7-915d-60188052a731/providers/Microsoft.Network/locations/westus2/nfvOperations/70fee7a7-a320-40db-9c96-976b9c76e34d?api-version=2021-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODg5N2U4YTItODRlNS00NGQ3LTkxNWQtNjAxODgwNTJhNzMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9uZnZPcGVyYXRpb25zLzcwZmVlN2E3LWEzMjAtNDBkYi05Yzk2LTk3NmI5Yzc2ZTM0ZD9hcGktdmVyc2lvbj0yMDIxLTA1LTAx", + "RequestUri": "/subscriptions/aeb5b02a-0f18-45a4-86d6-81808115cacf/providers/Microsoft.Network/locations/westus2/nfvOperations/baf542d5-04eb-4854-8818-39543354c86b?api-version=2021-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYWViNWIwMmEtMGYxOC00NWE0LTg2ZDYtODE4MDgxMTVjYWNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9uZnZPcGVyYXRpb25zL2JhZjU0MmQ1LTA0ZWItNDg1NC04ODE4LTM5NTQzMzU0Yzg2Yj9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a2511941-eeed-49b3-8e5c-7d0bc0cb3b7f" + "cc7b6d2d-9f31-44f5-a293-b5a1bf85caa8" ], "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.16002", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/21.0.0.0" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Network.NetworkManagementClient/22.0.0.0" ] }, "ResponseHeaders": { @@ -888,11 +819,11 @@ "no-cache" ], "x-ms-request-id": [ - "9e7b6053-088c-41e3-9252-feb1b41f6edc", - "9e7b6053-088c-41e3-9252-feb1b41f6edc" + "001c010d-43e7-4449-9e09-4a96bb8ebd5c", + "001c010d-43e7-4449-9e09-4a96bb8ebd5c" ], "x-ms-correlation-request-id": [ - "694e9ce3-84f0-4031-af49-589f337c5ce8" + "65ba1110-78d3-422c-a07a-75ad757ac0e1" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -901,7 +832,7 @@ "11993" ], "x-ms-routing-request-id": [ - "WESTUS:20220214T123643Z:694e9ce3-84f0-4031-af49-589f337c5ce8" + "UAECENTRAL:20220427T091808Z:65ba1110-78d3-422c-a07a-75ad757ac0e1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -910,7 +841,7 @@ "nosniff" ], "Date": [ - "Mon, 14 Feb 2022 12:36:42 GMT" + "Wed, 27 Apr 2022 09:18:07 GMT" ], "Content-Length": [ "29" @@ -926,22 +857,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8897e8a2-84e5-44d7-915d-60188052a731/resourcegroups/ps3462?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODg5N2U4YTItODRlNS00NGQ3LTkxNWQtNjAxODgwNTJhNzMxL3Jlc291cmNlZ3JvdXBzL3BzMzQ2Mj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/aeb5b02a-0f18-45a4-86d6-81808115cacf/resourcegroups/ps4042?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYWViNWIwMmEtMGYxOC00NWE0LTg2ZDYtODE4MDgxMTVjYWNmL3Jlc291cmNlZ3JvdXBzL3BzNDA0Mj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "17c90d2b-b324-4750-9d45-35ca400e6d2f" + "960c69a7-dca4-4834-bf53-0f68058dfcba" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.16002", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.57" ] }, "ResponseHeaders": { @@ -952,7 +883,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8897e8a2-84e5-44d7-915d-60188052a731/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM0NjItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/aeb5b02a-0f18-45a4-86d6-81808115cacf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwNDItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -961,13 +892,13 @@ "14999" ], "x-ms-request-id": [ - "4a6b2bb7-f600-4bec-9262-d616118fc806" + "526f55d4-ff46-4c2f-8612-2deadfad36c2" ], "x-ms-correlation-request-id": [ - "4a6b2bb7-f600-4bec-9262-d616118fc806" + "526f55d4-ff46-4c2f-8612-2deadfad36c2" ], "x-ms-routing-request-id": [ - "WESTUS:20220214T123644Z:4a6b2bb7-f600-4bec-9262-d616118fc806" + "UAECENTRAL:20220427T091815Z:526f55d4-ff46-4c2f-8612-2deadfad36c2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -976,7 +907,7 @@ "nosniff" ], "Date": [ - "Mon, 14 Feb 2022 12:36:44 GMT" + "Wed, 27 Apr 2022 09:18:15 GMT" ], "Expires": [ "-1" @@ -989,16 +920,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8897e8a2-84e5-44d7-915d-60188052a731/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM0NjItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODg5N2U4YTItODRlNS00NGQ3LTkxNWQtNjAxODgwNTJhNzMxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNME5qSXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/aeb5b02a-0f18-45a4-86d6-81808115cacf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwNDItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYWViNWIwMmEtMGYxOC00NWE0LTg2ZDYtODE4MDgxMTVjYWNmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRd05ESXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.16002", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.57" ] }, "ResponseHeaders": { @@ -1009,7 +940,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8897e8a2-84e5-44d7-915d-60188052a731/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM0NjItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/aeb5b02a-0f18-45a4-86d6-81808115cacf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwNDItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -1018,13 +949,13 @@ "11999" ], "x-ms-request-id": [ - "39a90f81-c49d-40f7-b03c-132def4919f8" + "f677be60-2940-41ce-a013-7ba0fce07922" ], "x-ms-correlation-request-id": [ - "39a90f81-c49d-40f7-b03c-132def4919f8" + "f677be60-2940-41ce-a013-7ba0fce07922" ], "x-ms-routing-request-id": [ - "WESTUS:20220214T123700Z:39a90f81-c49d-40f7-b03c-132def4919f8" + "UAECENTRAL:20220427T091831Z:f677be60-2940-41ce-a013-7ba0fce07922" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1033,7 +964,7 @@ "nosniff" ], "Date": [ - "Mon, 14 Feb 2022 12:36:59 GMT" + "Wed, 27 Apr 2022 09:18:30 GMT" ], "Expires": [ "-1" @@ -1046,16 +977,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8897e8a2-84e5-44d7-915d-60188052a731/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM0NjItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODg5N2U4YTItODRlNS00NGQ3LTkxNWQtNjAxODgwNTJhNzMxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNME5qSXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/aeb5b02a-0f18-45a4-86d6-81808115cacf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwNDItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYWViNWIwMmEtMGYxOC00NWE0LTg2ZDYtODE4MDgxMTVjYWNmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRd05ESXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.16002", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.57" ] }, "ResponseHeaders": { @@ -1066,7 +997,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8897e8a2-84e5-44d7-915d-60188052a731/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM0NjItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/aeb5b02a-0f18-45a4-86d6-81808115cacf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwNDItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -1075,13 +1006,13 @@ "11998" ], "x-ms-request-id": [ - "43e48ec9-f676-4488-8d08-b55f1ae94d18" + "b0cadc8b-7d51-479d-9abe-2cf8d9af8b3a" ], "x-ms-correlation-request-id": [ - "43e48ec9-f676-4488-8d08-b55f1ae94d18" + "b0cadc8b-7d51-479d-9abe-2cf8d9af8b3a" ], "x-ms-routing-request-id": [ - "WESTUS:20220214T123715Z:43e48ec9-f676-4488-8d08-b55f1ae94d18" + "UAECENTRAL:20220427T091847Z:b0cadc8b-7d51-479d-9abe-2cf8d9af8b3a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1090,7 +1021,7 @@ "nosniff" ], "Date": [ - "Mon, 14 Feb 2022 12:37:14 GMT" + "Wed, 27 Apr 2022 09:18:46 GMT" ], "Expires": [ "-1" @@ -1103,16 +1034,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8897e8a2-84e5-44d7-915d-60188052a731/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM0NjItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODg5N2U4YTItODRlNS00NGQ3LTkxNWQtNjAxODgwNTJhNzMxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNME5qSXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/aeb5b02a-0f18-45a4-86d6-81808115cacf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwNDItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYWViNWIwMmEtMGYxOC00NWE0LTg2ZDYtODE4MDgxMTVjYWNmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRd05ESXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.16002", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.57" ] }, "ResponseHeaders": { @@ -1123,7 +1054,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8897e8a2-84e5-44d7-915d-60188052a731/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM0NjItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/aeb5b02a-0f18-45a4-86d6-81808115cacf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwNDItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -1132,13 +1063,13 @@ "11997" ], "x-ms-request-id": [ - "0b881b2e-4ac3-4612-b946-77a1890bf9cd" + "676d2358-2053-41ac-a87d-c97e3907ceed" ], "x-ms-correlation-request-id": [ - "0b881b2e-4ac3-4612-b946-77a1890bf9cd" + "676d2358-2053-41ac-a87d-c97e3907ceed" ], "x-ms-routing-request-id": [ - "WESTUS:20220214T123730Z:0b881b2e-4ac3-4612-b946-77a1890bf9cd" + "UAECENTRAL:20220427T091903Z:676d2358-2053-41ac-a87d-c97e3907ceed" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1147,7 +1078,7 @@ "nosniff" ], "Date": [ - "Mon, 14 Feb 2022 12:37:29 GMT" + "Wed, 27 Apr 2022 09:19:02 GMT" ], "Expires": [ "-1" @@ -1160,16 +1091,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8897e8a2-84e5-44d7-915d-60188052a731/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM0NjItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODg5N2U4YTItODRlNS00NGQ3LTkxNWQtNjAxODgwNTJhNzMxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNME5qSXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/aeb5b02a-0f18-45a4-86d6-81808115cacf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwNDItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYWViNWIwMmEtMGYxOC00NWE0LTg2ZDYtODE4MDgxMTVjYWNmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRd05ESXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.16002", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.57" ] }, "ResponseHeaders": { @@ -1180,7 +1111,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8897e8a2-84e5-44d7-915d-60188052a731/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM0NjItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/aeb5b02a-0f18-45a4-86d6-81808115cacf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwNDItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -1189,13 +1120,13 @@ "11996" ], "x-ms-request-id": [ - "3ab2210e-4f48-47bc-ab6a-38600615e0e6" + "dda3b407-b477-4463-ad85-75ec7f2cd9aa" ], "x-ms-correlation-request-id": [ - "3ab2210e-4f48-47bc-ab6a-38600615e0e6" + "dda3b407-b477-4463-ad85-75ec7f2cd9aa" ], "x-ms-routing-request-id": [ - "WESTUS:20220214T123745Z:3ab2210e-4f48-47bc-ab6a-38600615e0e6" + "UAECENTRAL:20220427T091918Z:dda3b407-b477-4463-ad85-75ec7f2cd9aa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1204,7 +1135,7 @@ "nosniff" ], "Date": [ - "Mon, 14 Feb 2022 12:37:44 GMT" + "Wed, 27 Apr 2022 09:19:18 GMT" ], "Expires": [ "-1" @@ -1217,16 +1148,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8897e8a2-84e5-44d7-915d-60188052a731/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM0NjItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODg5N2U4YTItODRlNS00NGQ3LTkxNWQtNjAxODgwNTJhNzMxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNME5qSXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/aeb5b02a-0f18-45a4-86d6-81808115cacf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwNDItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYWViNWIwMmEtMGYxOC00NWE0LTg2ZDYtODE4MDgxMTVjYWNmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRd05ESXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.16002", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.57" ] }, "ResponseHeaders": { @@ -1236,17 +1167,23 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/aeb5b02a-0f18-45a4-86d6-81808115cacf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwNDItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-request-id": [ - "3a79f51f-b745-4327-86e5-68937d66f92a" + "c0d46d26-e47d-4930-ae8c-5dbc443ea219" ], "x-ms-correlation-request-id": [ - "3a79f51f-b745-4327-86e5-68937d66f92a" + "c0d46d26-e47d-4930-ae8c-5dbc443ea219" ], "x-ms-routing-request-id": [ - "WESTUS:20220214T123800Z:3a79f51f-b745-4327-86e5-68937d66f92a" + "UAECENTRAL:20220427T091934Z:c0d46d26-e47d-4930-ae8c-5dbc443ea219" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1255,7 +1192,7 @@ "nosniff" ], "Date": [ - "Mon, 14 Feb 2022 12:38:00 GMT" + "Wed, 27 Apr 2022 09:19:33 GMT" ], "Expires": [ "-1" @@ -1265,19 +1202,19 @@ ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8897e8a2-84e5-44d7-915d-60188052a731/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM0NjItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODg5N2U4YTItODRlNS00NGQ3LTkxNWQtNjAxODgwNTJhNzMxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNME5qSXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/aeb5b02a-0f18-45a4-86d6-81808115cacf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwNDItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYWViNWIwMmEtMGYxOC00NWE0LTg2ZDYtODE4MDgxMTVjYWNmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRd05ESXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.16002", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19044.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.54" + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.57" ] }, "ResponseHeaders": { @@ -1287,17 +1224,182 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/aeb5b02a-0f18-45a4-86d6-81808115cacf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwNDItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-request-id": [ - "1863678f-8bac-4357-9cec-b8ff613dc6bb" + "55ab7439-553e-4a44-a4a7-256e75d49924" + ], + "x-ms-correlation-request-id": [ + "55ab7439-553e-4a44-a4a7-256e75d49924" + ], + "x-ms-routing-request-id": [ + "UAECENTRAL:20220427T091950Z:55ab7439-553e-4a44-a4a7-256e75d49924" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 27 Apr 2022 09:19:50 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/aeb5b02a-0f18-45a4-86d6-81808115cacf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwNDItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYWViNWIwMmEtMGYxOC00NWE0LTg2ZDYtODE4MDgxMTVjYWNmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRd05ESXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.22.16002", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.57" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/aeb5b02a-0f18-45a4-86d6-81808115cacf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwNDItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-request-id": [ + "0af8f6ae-127b-43e8-b217-ba909e2cedf1" + ], + "x-ms-correlation-request-id": [ + "0af8f6ae-127b-43e8-b217-ba909e2cedf1" + ], + "x-ms-routing-request-id": [ + "UAECENTRAL:20220427T092006Z:0af8f6ae-127b-43e8-b217-ba909e2cedf1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 27 Apr 2022 09:20:05 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/aeb5b02a-0f18-45a4-86d6-81808115cacf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwNDItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYWViNWIwMmEtMGYxOC00NWE0LTg2ZDYtODE4MDgxMTVjYWNmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRd05ESXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.22.16002", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.57" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], + "x-ms-request-id": [ + "bb55b022-3929-4830-996d-538782f5164c" + ], + "x-ms-correlation-request-id": [ + "bb55b022-3929-4830-996d-538782f5164c" + ], + "x-ms-routing-request-id": [ + "UAECENTRAL:20220427T092021Z:bb55b022-3929-4830-996d-538782f5164c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 27 Apr 2022 09:20:21 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/aeb5b02a-0f18-45a4-86d6-81808115cacf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwNDItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYWViNWIwMmEtMGYxOC00NWE0LTg2ZDYtODE4MDgxMTVjYWNmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRd05ESXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.22.16002", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.57" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], + "x-ms-request-id": [ + "ba85c622-7996-4328-bd10-e3f92f66b3cb" ], "x-ms-correlation-request-id": [ - "1863678f-8bac-4357-9cec-b8ff613dc6bb" + "ba85c622-7996-4328-bd10-e3f92f66b3cb" ], "x-ms-routing-request-id": [ - "WESTUS:20220214T123800Z:1863678f-8bac-4357-9cec-b8ff613dc6bb" + "UAECENTRAL:20220427T092022Z:ba85c622-7996-4328-bd10-e3f92f66b3cb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1306,7 +1408,7 @@ "nosniff" ], "Date": [ - "Mon, 14 Feb 2022 12:38:00 GMT" + "Wed, 27 Apr 2022 09:20:21 GMT" ], "Expires": [ "-1" @@ -1321,12 +1423,12 @@ ], "Names": { "Test-AzureFirewallPolicyPremiumFeatures": [ - "ps3462", - "ps7750", - "ps1316" + "ps4042", + "ps601", + "ps8888" ] }, "Variables": { - "SubscriptionId": "8897e8a2-84e5-44d7-915d-60188052a731" + "SubscriptionId": "aeb5b02a-0f18-45a4-86d6-81808115cacf" } } \ No newline at end of file diff --git a/src/Network/Network/AzureFirewallPolicy/IntrusionDetection/NewAzureFirewallPolicyIntrusionDetectionCommand.cs b/src/Network/Network/AzureFirewallPolicy/IntrusionDetection/NewAzureFirewallPolicyIntrusionDetectionCommand.cs index e12cc2ba08cb..1b1498adfc4a 100644 --- a/src/Network/Network/AzureFirewallPolicy/IntrusionDetection/NewAzureFirewallPolicyIntrusionDetectionCommand.cs +++ b/src/Network/Network/AzureFirewallPolicy/IntrusionDetection/NewAzureFirewallPolicyIntrusionDetectionCommand.cs @@ -55,6 +55,12 @@ public class NewAzureFirewallPolicyIntrusionDetectionCommand : NetworkBaseCmdlet )] public PSAzureFirewallPolicyIntrusionDetectionBypassTrafficSetting[] BypassTraffic { get; set; } + [Parameter( + Mandatory = false, + HelpMessage = "List of IDPS Private IP ranges." + )] + public string[] PrivateRange { get; set; } + public override void Execute() { base.Execute(); @@ -64,12 +70,13 @@ public override void Execute() Mode = this.Mode }; - if (this.SignatureOverride?.Count() > 0 || this.BypassTraffic?.Count() > 0) + if (this.SignatureOverride?.Count() > 0 || this.BypassTraffic?.Count() > 0 || this.PrivateRange?.Count() > 0) { intrusionDetection.Configuration = new PSAzureFirewallPolicyIntrusionDetectionConfiguration { SignatureOverrides = this.SignatureOverride?.ToList(), - BypassTrafficSettings = this.BypassTraffic?.ToList() + BypassTrafficSettings = this.BypassTraffic?.ToList(), + PrivateRanges = this.PrivateRange?.ToList() }; } diff --git a/src/Network/Network/ChangeLog.md b/src/Network/Network/ChangeLog.md index 9158de1a467b..97c873ebd506 100644 --- a/src/Network/Network/ChangeLog.md +++ b/src/Network/Network/ChangeLog.md @@ -44,6 +44,8 @@ ## Version 4.16.1 * Fixed `ArgumentNullException` in `Add-AzureRmRouteConfig` when `RouteTable.Routes` is null. +* Updated `New-AzFirewallPolicyIntrusionDetection` cmdlet: + - Added parameter -PrivateRange ## Version 4.16.0 * Added support for retrieving the state of packet capture even when the provisioning state of the packet capture was failure diff --git a/src/Network/Network/Models/AzureFirewallPolicy/PSAzureFirewallPolicyIntrusionDetectionConfiguration.cs b/src/Network/Network/Models/AzureFirewallPolicy/PSAzureFirewallPolicyIntrusionDetectionConfiguration.cs index 4fa75045f552..5a1a2f7f6153 100644 --- a/src/Network/Network/Models/AzureFirewallPolicy/PSAzureFirewallPolicyIntrusionDetectionConfiguration.cs +++ b/src/Network/Network/Models/AzureFirewallPolicy/PSAzureFirewallPolicyIntrusionDetectionConfiguration.cs @@ -13,6 +13,7 @@ // limitations under the License. // +using System; using System.Collections.Generic; namespace Microsoft.Azure.Commands.Network.Models @@ -22,5 +23,8 @@ public class PSAzureFirewallPolicyIntrusionDetectionConfiguration public List SignatureOverrides { get; set; } public List BypassTrafficSettings { get; set; } + + public List PrivateRanges { get; set; } + } } diff --git a/src/Network/Network/Network.csproj b/src/Network/Network/Network.csproj index 180ee86f9308..53f4bd6d3151 100644 --- a/src/Network/Network/Network.csproj +++ b/src/Network/Network/Network.csproj @@ -1,4 +1,4 @@ - + Network diff --git a/src/Network/Network/help/New-AzFirewallPolicyIntrusionDetection.md b/src/Network/Network/help/New-AzFirewallPolicyIntrusionDetection.md index 533d111d0471..b555dddedb2b 100644 --- a/src/Network/Network/help/New-AzFirewallPolicyIntrusionDetection.md +++ b/src/Network/Network/help/New-AzFirewallPolicyIntrusionDetection.md @@ -15,7 +15,7 @@ Creates a new Azure Firewall Policy Intrusion Detection to associate with Firewa ``` New-AzFirewallPolicyIntrusionDetection -Mode [-SignatureOverride ] - [-BypassTraffic ] + [-BypassTraffic ] [-PrivateRange ] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -48,13 +48,21 @@ New-AzFirewallPolicy -Name fp1 -Location "westus2" -ResourceGroupName TestRg -Sk This example creates intrusion detection with bypass traffic setting +### Example 4: Create firewall policy with intrusion detection configured with private ranges setting +```powershell +$intrusionDetection = New-AzFirewallPolicyIntrusionDetection -Mode "Deny" -PrivateRange @("167.220.204.0/24", "167.221.205.101/32") +New-AzFirewallPolicy -Name fp1 -Location "westus2" -ResourceGroup TestRg -SkuTier "Premium" -IntrusionDetection $intrusionDetection +``` + +This example creates intrusion detection with bypass traffic setting + ## PARAMETERS ### -BypassTraffic List of rules for traffic to bypass. ```yaml -Type: PSAzureFirewallPolicyIntrusionDetectionBypassTrafficSetting[] +Type: Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionBypassTrafficSetting[] Parameter Sets: (All) Aliases: @@ -69,7 +77,7 @@ Accept wildcard characters: False The credentials, account, tenant, and subscription used for communication with Azure. ```yaml -Type: IAzureContextContainer +Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer Parameter Sets: (All) Aliases: AzContext, AzureRmContext, AzureCredential @@ -84,7 +92,7 @@ Accept wildcard characters: False Intrusion Detection general state. ```yaml -Type: String +Type: System.String Parameter Sets: (All) Aliases: Accepted values: Off, Alert, Deny @@ -96,11 +104,26 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PrivateRange +List of IDPS Private IP ranges. + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SignatureOverride List of specific signatures states. ```yaml -Type: PSAzureFirewallPolicyIntrusionDetectionSignatureOverride[] +Type: Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionSignatureOverride[] Parameter Sets: (All) Aliases: @@ -115,7 +138,7 @@ Accept wildcard characters: False Prompts you for confirmation before running the cmdlet. ```yaml -Type: SwitchParameter +Type: System.Management.Automation.SwitchParameter Parameter Sets: (All) Aliases: cf @@ -131,7 +154,7 @@ Shows what would happen if the cmdlet runs. The cmdlet is not run. ```yaml -Type: SwitchParameter +Type: System.Management.Automation.SwitchParameter Parameter Sets: (All) Aliases: wi