Skip to content

Commit

Permalink
Merge pull request #153 from artisticcheese/patch-1
Browse files Browse the repository at this point in the history
Update Get-AzExemptions.ps1
  • Loading branch information
techlake authored Mar 1, 2023
2 parents ae09bc4 + 4e18f52 commit ec7dfb2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Scripts/Operations/Get-AzExemptions.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ param(
. "$PSScriptRoot/../Helpers/Search-AzGraphAllItems.ps1"
. "$PSScriptRoot/../Helpers/Get-FilteredHashTable.ps1"
. "$PSScriptRoot/../Helpers/Split-ScopeId.ps1"

. "$PSScriptRoot/../Helpers/Split-AzPolicyResourceId.ps1"
. "$PSScriptRoot/../Helpers/Build-NotScopes.ps1"

$InformationPreference = "Continue"
$pacEnvironment = Select-PacEnvironment $PacEnvironmentSelector -definitionsRootFolder $DefinitionsRootFolder -outputFolder $OutputFolder -interactive $interactive
Expand Down

0 comments on commit ec7dfb2

Please sign in to comment.