Description
An ADO pipeline is missing for Microsoft.Network/firewallPolicies
Steps to reproduce
$ADOPipelines = Get-ChildItem '.azuredevops\modulePipelines' -Filter ms.*.yml
$GHWorkflows = Get-ChildItem '.github\workflows' -Filter ms.*.yml
Compare-Object -ReferenceObject $ADOPipelines.Name -DifferenceObject $GHWorkflows.Name
Added a separate issue, suggesting a blocking verification test for PRs to check files that all modules should have.
Description
An ADO pipeline is missing for
Microsoft.Network/firewallPoliciesSteps to reproduce
Added a separate issue, suggesting a blocking verification test for PRs to check files that all modules should have.