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
Since we might be needing to call APIs on credentials, and there are different types between unbranded libraries and azure libraries, we might need to introduce an abstraction for those credential types.
We could defer this work until the work on azure plugin could not be done until we have the abstraction. Before that, maybe a simple type is enough
The text was updated successfully, but these errors were encountered:
…type (#5231)
Fixes#5235Fixes#4410
The ClientProviderTests class contains both general client provider
features (such as service operations, query parameters, api-versions)
and auth specific features.
My PR is trying to separate them - therefore some test cases are moved
to a new class.
…type (microsoft#5231)
Fixesmicrosoft#5235Fixesmicrosoft#4410
The ClientProviderTests class contains both general client provider
features (such as service operations, query parameters, api-versions)
and auth specific features.
My PR is trying to separate them - therefore some test cases are moved
to a new class.
Since we might be needing to call APIs on credentials, and there are different types between unbranded libraries and azure libraries, we might need to introduce an abstraction for those credential types.
We could defer this work until the work on azure plugin could not be done until we have the abstraction. Before that, maybe a simple type is enough
The text was updated successfully, but these errors were encountered: