climpr/Deploy Azure Policy

Deploy and perform cleanup operations on Azure Policy.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Nov 21, 2025
License
GPL 3.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: climpr/deploy-azure-policy@396e6190052a1a2abd0614f646b6d4f26ce50db0 # v1.1.1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
pathThe path to the root directory of the policy definitions.yes
filter-on-changed-filesAllowed values: true|false. If set to true, the script will only process changed files.no
modulesMultiline string. List of the modules to install. Format: <moduleName>:<version>noAz.Accounts:3.0.0 Az.ResourceGraph:1.0.0 Az.Resources:7.1.0
patternRegex pattern to filter which files will be processed.no
cleanupAllowed values: true|false. If set to true, the script will remove any assignments or exemptions that is not present in the repository.nofalse

no outputs