Azure / manage-azure-policy

GiHub Action to manage Azure policy from GitHub workflows
MIT License
56 stars 25 forks source link

Policy initiative support #8

Closed tauhid621 closed 4 years ago

tauhid621 commented 4 years ago

Policy initiative support

Policy initiatives are similar to policy definitions except instead of rules field we have policyDefinitions field.

Assignments of policy initiatives/ definitions are same so no special handling is required.

Note : This does not handle tricky situations when policy definition is updated and initiative becomes invalid(not sure if this happens).