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
Describe the bug
When running Get-AzExemptions.ps1 both outputs (CSV/JSON) are returning the metadata segment in random order. This makes it difficult to use the script in CI/CD pipeline with pull requests because the output of this script is random although the contents of the file hasn't changed.
To Reproduce
Run Get-AzExemptions.ps1 couple of times and compare the metadata section between the files.
Expected behavior
In every run the content of the files (JSON/CSV) are in the same order.