Skip to content

Commit 7da54d1

Browse files
committed
Added $FabricTools & FeatureFlags
1 parent 37b8fbf commit 7da54d1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

FabricTools/FabricTools.psm1

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ $script:PowerBI = [ordered]@{
4343
BaseApiUrl = "https://api.powerbi.com/v1.0/myorg"
4444
}
4545

46+
$FabricTools = @{
47+
FeatureFlags = @{
48+
AutoRenewExpiredToken = $true
49+
}
50+
}
51+
4652
$FabricConfig = @{
4753
BaseUrl = "https://api.fabric.microsoft.com/v1"
4854
ResourceUrl = "https://api.fabric.microsoft.com"
@@ -52,6 +58,7 @@ $FabricConfig = @{
5258
}
5359

5460
Export-ModuleMember -Variable FabricConfig
61+
Export-ModuleMember -Variable FabricTools
5562

5663
# Get all .ps1 files in the (public) Functions folder
5764
$publicFunctions = Get-ChildItem -Path "$PSScriptRoot\public" -Filter '*.ps1' -Recurse

0 commit comments

Comments
 (0)