Skip to content

Commit bdc0836

Browse files
Because I didnt edit in vscode where the whitespace would be removed
Signed-off-by: Rob Sewell <mrrobsewell@outlook.com>
1 parent 64b03a2 commit bdc0836

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

source/Public/Connect-FabricAccount.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,18 +77,18 @@ function Connect-FabricAccount {
7777
else {
7878
$null = Connect-AzAccount
7979
}
80-
80+
8181
$azContext = Get-AzContext
8282

8383
Write-Verbose "Connected: $($azContext.Account)"
84-
84+
8585
if ($PSCmdlet.ShouldProcess("Setting Fabric authentication token for $($azContext.Account)")) {
86-
86+
8787
Write-Verbose "Get authentication token"
8888
$FabricSession.FabricToken = (Get-AzAccessToken -ResourceUrl $FabricSession.ResourceUrl).Token
8989
Write-Verbose "Token: $($FabricSession.FabricToken)"
9090
}
91-
91+
9292
if ($PSCmdlet.ShouldProcess("Setting Fabric headers for $($azContext.Account)")) {
9393
Write-Verbose "Setup headers for API calls"
9494
$FabricSession.HeaderParams = @{'Authorization' = "Bearer {0}" -f $FabricSession.FabricToken }

0 commit comments

Comments
 (0)