Skip to content

Commit

Permalink
Fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
oZakari committed Feb 3, 2025
1 parent cbb0bb7 commit 5ce5c64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ module subVending 'br/public:avm/ptn/lz/sub-vending:0.2.4' = {
output managementGroupId string = managementGroup.id

@description('Output of the management group name.')
output managementGroupDisplayName string = managementGroup.name
output managementGroupName string = managementGroup.name

@description('Output of the subscription vending resource ID.')
output subVendingResourceId string = subVending.outputs.subscriptionResourceId
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module testDeployment '../../../main.bicep' = {
params: {
parSubscriptionPlacement: [
{
managementGroupId: dependencies.outputs.managementGroupDisplayName
managementGroupId: dependencies.outputs.managementGroupName
subscriptionIds: [
dependencies.outputs.subVendingSubscriptionId
]
Expand Down

0 comments on commit 5ce5c64

Please sign in to comment.