We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61aa622 commit ecae602Copy full SHA for ecae602
Modules/PowerBIPS/PowerBIPS.psd1
@@ -4,7 +4,7 @@
4
RootModule = 'PowerBIPS.psm1'
5
6
# Version number of this module.
7
-ModuleVersion = '2.0.4.8'
+ModuleVersion = '2.0.4.9'
8
9
# ID used to uniquely identify this module
10
GUID = '163A1640-A4F2-4B1F-A3AF-2796AD56200B'
Modules/PowerBIPS/PowerBIPS.psm1
@@ -2350,7 +2350,7 @@ Function Get-PBIActivityEvents{
2350
$odataParams += "&`$filter=$filter"
2351
}
2352
2353
- $result = Invoke-PBIRequest -authToken $token -resource "activityevents" -admin -odataParams $odataParams
+ $result = Invoke-PBIRequest -authToken $authToken -resource "activityevents" -admin -odataParams $odataParams
2354
2355
Write-Output $result
2356
0 commit comments