Skip to content

Commit

Permalink
Fix output
Browse files Browse the repository at this point in the history
  • Loading branch information
oZakari committed Feb 3, 2025
1 parent 1a4b063 commit cbb0bb7
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ param rootManagementGroupResourceId string = ''
@secure()
param subscriptionBillingScope string = ''

var managementGroupId = dependencies.outputs.managementGroupId

// =============== //
// Dependencies //
// =============== //
Expand All @@ -41,7 +39,7 @@ module testDeployment '../../../main.bicep' = {
params: {
parSubscriptionPlacement: [
{
managementGroupId: dependencies.outputs.managementGroupId
managementGroupId: dependencies.outputs.managementGroupDisplayName
subscriptionIds: [
dependencies.outputs.subVendingSubscriptionId
]
Expand Down

0 comments on commit cbb0bb7

Please sign in to comment.