Skip to content

6.1.0

Compare
Choose a tag to compare
@JulianHayward JulianHayward released this 30 Mar 21:55
· 136 commits to master since this release

Changes (2023-Mar-30 / 6.1.0 Major)

  • Update to semantic versioning
    • the version.txt becomes obsolete
    • the new file for version check is version.json
  • Add updatedBy/updatedOn metadata for RBAC Role assignments
  • Add least privilege check for script execution in the context of a user for Azure Resource permissions (at this time it only checks permissions on the target Management Group Id) - best practice is to execute as a Service Principal with least privilege
  • Use AzAPICall PowerShell module version 1.1.72
    • add AzAPICall version information in AzAPICall outputs
    • if context is user then get the users objectId (required for least privilege check)