How to copy all policies from one branch to another on Azure Devops with Az Cli
I need to automate the creation of a new branch from another and copy all the policies from the source branch. This will happen inside a YAML pipeline in ADO and Im implementing it via az cli. At the moment Im stuck at this point, I was able to retrieve the policy list from a … Read more