You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Simplified global-setting.jsonc: breaking changes
Simplified the layout by removing the documentation specifications (representativeAssignments and initiativeSetsToCompare) from global-settings.jsonc and moving to a folder (see below)
Changed managedIdentityLocation to managedIdentityLocations (plural)
Improved and consolidated automated generation of documentation
Folder Definitions/DocumentationSpecs conatains the instructions on what to generate (moved with substantial format chnages from global-settings.jsonc
Single script to generate documentation: Scripts\Operations\Build-PolicyAssignmentDocumentation.ps1
Removed scripts Get-AzEffectsForEnvironments.ps1 and Get-AzEffectsForInitiative.ps1, replaced by Build-PolicyAssignmentDocumentation.ps1
Improved multi-tenant and cloud selection support, prompts for re-authentication in interactive mode
Detects when wrong cloud selected (additional field in pacEnvironments (global-settings.jsonc)
Detects when logged into wrong tenant
Detects when default subscription wrong (switches to correct one)
Bug fixes
Solution had latent scope bug retrieving Policy and Initiative definitions from management Groups, if the default subscription was not in the right hierarchy.