Skip to content

Commit ecae602

Browse files
author
rromano
committed
Get-PBIActivityEvents parameter fix
1 parent 61aa622 commit ecae602

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Modules/PowerBIPS/PowerBIPS.psd1

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
RootModule = 'PowerBIPS.psm1'
55

66
# Version number of this module.
7-
ModuleVersion = '2.0.4.8'
7+
ModuleVersion = '2.0.4.9'
88

99
# ID used to uniquely identify this module
1010
GUID = '163A1640-A4F2-4B1F-A3AF-2796AD56200B'

Modules/PowerBIPS/PowerBIPS.psm1

+1-1
Original file line numberDiff line numberDiff line change
@@ -2350,7 +2350,7 @@ Function Get-PBIActivityEvents{
23502350
$odataParams += "&`$filter=$filter"
23512351
}
23522352

2353-
$result = Invoke-PBIRequest -authToken $token -resource "activityevents" -admin -odataParams $odataParams
2353+
$result = Invoke-PBIRequest -authToken $authToken -resource "activityevents" -admin -odataParams $odataParams
23542354

23552355
Write-Output $result
23562356

0 commit comments

Comments
 (0)