Skip to content

Commit 765efed

Browse files
committed
white space
1 parent 7c44623 commit 765efed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • alz/github/actions/bicep/templates/actions/bicep-first-deployment-check

alz/github/actions/bicep/templates/actions/bicep-first-deployment-check/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ runs:
1616
azPSVersion: 'latest'
1717
inlineScript: |
1818
$intRootMgId = $env:MANAGEMENT_GROUP_ID_PREFIX + $env:INTERMEDIATE_ROOT_MANAGEMENT_GROUP_ID + $env:MANAGEMENT_GROUP_ID_POSTFIX
19-
19+
2020
$managementGroups = Get-AzManagementGroup
2121
$intRootMg = $managementGroups | Where-Object { $_.Name -eq $intRootMgId }
2222

0 commit comments

Comments
 (0)