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/FabricTokenServiceClient.scala

Co-authored-by: Mark Hamilton <[email protected]>
  • Loading branch information
saileshbaidya and mhamilton723 authored Sep 24, 2023
1 parent fd3a62a commit 01a6301
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ class FabricTokenServiceClient {
)
val url = s"$synapseTokenServiceEndpoint/api/v1/proxy${targetUrl.getPath}/access?resource=$resource"

val response: JsValue = CommonUtils.requestGet(url, headers, "content")
response.toString().getBytes("UTF-8").toString
CommonUtils.requestGet(url, headers, "content").toString().getBytes("UTF-8").toString
}
}

0 comments on commit 01a6301

Please sign in to comment.