github Azure/enterprise-azure-policy-as-code v7.0.0

latest releases: v11.3.8, v11.3.7, v11.3.6...
3 years ago

Breaking Changes

Script Export-AzPolicyResources replaces Build-PolicyDefinitionFolder with a substantial increase in capability. It has a round-trip capability supporting the extract to be used in the build Definitions.

Introducing a new approach using PowerShell Module. This not (actually) breaking existing implementation since you can continue as is; however, for a simplified usage of EPAC, the PowerShell module is the best approach.

The move from synchronizing your repo with the GitHub repo to a PowerShell module necessitated the reworking of the default values for Definitions, Output, and Input folders. Many scripts use parameters for definitions, input and output folders. They default to the current directory, which should be the root of the repo. make sure that the current directory is the root of your repo. We recommend that you do one of the following approaches instead of accepting the default:

Set the environment variables PAC_DEFINITIONS_FOLDER, PAC_OUTPUT_FOLDER, and PAC_INPUT_FOLDER.
Use the script parameters -definitionsRootFolder, -outputFolder, and -inputFolder (They vary by script).

Added support for GitHub Actions in the StarterKit folder.

What's Changed

New Contributors

Full Changelog: 6.3.4...v7.0.0

Don't miss a new enterprise-azure-policy-as-code release

NewReleases is sending notifications on new releases.