Skip to content

Commit

Permalink
fix: change to use mwc token for tenant setting check (#2300)
Browse files Browse the repository at this point in the history
Co-authored-by: cruise <cruiseli@microsoft.com>
  • Loading branch information
lhrotk and mslhrotk authored Oct 16, 2024
1 parent 0ad58b7 commit 99233e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ trait OpenAIFabricSetting extends RESTUtils {

private def getHeaders: Map[String, String] = {
Map(
"Authorization" -> s"Bearer ${TokenLibrary.getAccessToken}",
"Authorization" -> FabricClient.getCognitiveMWCTokenAuthHeader,
"Content-Type" -> "application/json"
)
}
Expand Down

0 comments on commit 99233e7

Please sign in to comment.