Skip to content

Commit

Permalink
Merge pull request #63 from Azure/feature/heinrich/bugfix
Browse files Browse the repository at this point in the history
Regression bug fix in Create-AzRemediationTasks.ps1.
  • Loading branch information
techlake authored Aug 31, 2022
2 parents 6c6cc67 + 3f0d98d commit 5453dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/Operations/Create-AzRemediationTasks.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ $scopeTreeInfo = Get-AzScopeTree `
-tenantId $pacEnvironment.tenantId `
-scopeParam $rootScope `
-defaultSubscriptionId $pacEnvironment.defaultSubscriptionId
$null, $remediations = Get-AzAssignmentsAtScopeRecursive `
$null, $remediations, $null = Get-AzAssignmentsAtScopeRecursive `
-scopeTreeInfo $scopeTreeInfo `
-notScopeIn $pacEnvironment.globalNotScopeList `
-includeResourceGroups $false `
Expand Down

0 comments on commit 5453dc1

Please sign in to comment.