Skip to content

Commit

Permalink
Update core/src/main/scala/com/microsoft/azure/synapse/ml/logging/Usa…
Browse files Browse the repository at this point in the history
…ge/TokenUtils.scala

Co-authored-by: Mark Hamilton <[email protected]>
  • Loading branch information
saileshbaidya and mhamilton723 authored Sep 23, 2023
1 parent b1558ed commit b7a78c5
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ object TokenUtils {
val token = getAccessToken("pbi")
AADToken = Some(token)
} else {
val token = new FabricTokenServiceClient().getAccessToken("pbi")
AADToken = Some(token)
AADToken = Some(new FabricTokenServiceClient().getAccessToken("pbi"))
}
}

Expand Down

0 comments on commit b7a78c5

Please sign in to comment.