Skip to content

Commit

Permalink
alias fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jtracey93 committed Jun 23, 2023
1 parent e2f6a07 commit 03da34b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ resource resSubscription 'Microsoft.Subscription/aliases@2021-10-01' = {
properties: {
additionalProperties: {
tags: parTags
managementGroupId: empty(parManagementGroupId) ? 'null' : string(managementGroup(parManagementGroupId))
managementGroupId: empty(parManagementGroupId) ? null : managementGroup(parManagementGroupId)
subscriptionOwnerId: empty(parSubscriptionOwnerId) ? null : parSubscriptionOwnerId
subscriptionTenantId: parTenantId
}
Expand Down

0 comments on commit 03da34b

Please sign in to comment.