climpr/Deploy Azure Policy
Deploy and perform cleanup operations on Azure Policy.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Nov 21, 2025
- License
- GPL 3.0
Pinned Snippet
uses: climpr/deploy-azure-policy@396e6190052a1a2abd0614f646b6d4f26ce50db0 # v1.1.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| path | The path to the root directory of the policy definitions. | yes | — |
| filter-on-changed-files | Allowed values: true|false. If set to true, the script will only process changed files. | no | — |
| modules | Multiline string. List of the modules to install. Format: <moduleName>:<version> | no | Az.Accounts:3.0.0 Az.ResourceGraph:1.0.0 Az.Resources:7.1.0 |
| pattern | Regex pattern to filter which files will be processed. | no | — |
| cleanup | Allowed values: true|false. If set to true, the script will remove any assignments or exemptions that is not present in the repository. | no | false |
Outputs
no outputs