Ben Eshed
Ben Eshed
/pr RequestMerge
This PR appears to have introduced outdated/ no new recordings to the azext_firewall extension
https://dev.azure.com/azclitools/public/_build/results?buildId=273523&view=logs&j=155127ab-52f1-52e7-0e45-625d9d7884a4&t=4bb67950-ef03-52d4-44f5-d1a8cd56c919
The api-version recorded for public ip addresses was 2022-11-01, but is picking up 2024-07-01 Vnet is was recorded as 2024-07-01, but is picked up as 2024-05-01
Dev from Azure Firewall here. Confirmed this It seems this issue appears when a pipe is used with a base/parent policy We're sending the literal string of Microsoft.Azure.Management.Network.Models.SubResource instead of...
Fix proposed https://github.com/Azure/azure-powershell/pull/28733
@JCFTW I'm from the Firewall team and checked our powershell code and I can see that we did not implement the support for `-WhatIf`. I added an internal item to...
Made a PR to just remove https://github.com/Azure/azure-powershell/pull/28766
@Nickcandy it seems the failures are in other modules, unrelated to networking