Skip to content

Commit

Permalink
Merge pull request #5270 from NikCharlebois/AzureBillingAccountsRoleA…
Browse files Browse the repository at this point in the history
…ssignment

AzureBillingAccountsRoleAssignment - Initial Release
  • Loading branch information
NikCharlebois authored Oct 25, 2024
2 parents 66d20c1 + 62360bb commit b93cd22
Show file tree
Hide file tree
Showing 11 changed files with 1,050 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
* Fixed missing permissions in settings.json
* AzureBillingAccountsAssociatedTenant
* Initial release.
* AzureBillingAccountsRoleAssignment
* Initial release.
* EXOMailboxAuditBypassAssociation
* Initial release.
* EXOTenantAllowBlockListItems
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ function Export-TargetResource
$params = @{
BillingAccount = $config.properties.displayName
DisplayName = $associatedTenant.properties.displayName
AssociatedTenantId = $associatedTenant.properties.tenantId
AssociatedTenantId = $associatedTenant.properties.tenantId
Credential = $Credential
ApplicationId = $ApplicationId
TenantId = $TenantId
Expand Down Expand Up @@ -431,5 +431,4 @@ function Export-TargetResource
}
}


Export-ModuleMember -Function *-TargetResource
Loading

0 comments on commit b93cd22

Please sign in to comment.