You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Messaging package we have 4 clients, can 3 of the clients be using ApiKeyAuth and 1 of the client uses BearerAuth with ACS token? If so how can this be achieved with TypeSpec?
I tried doing it like thus and another @useAuth(BeareAuthr) on the client that uses ACS token, but does not seem to work.
Want to verify that this works in tcgc. If it doesn't work, will fix
Check that this issue is about the Azure libraries for typespec. For feature request in the typespec language or core libraries file it in the TypeSpec repo
Clear and concise description of the problem
Post from the teams channel
In the Messaging package we have 4 clients, can 3 of the clients be using ApiKeyAuth and 1 of the client uses BearerAuth with ACS token? If so how can this be achieved with TypeSpec?
I tried doing it like thus and another @useAuth(BeareAuthr) on the client that uses ACS token, but does not seem to work.
Want to verify that this works in tcgc. If it doesn't work, will fix
Checklist
The text was updated successfully, but these errors were encountered: