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
Create a helper that wraps NoOpCredential and ClientSecretCredential (or perhaps AzureDefaultCredential?), automatically selecting NoOpCredential when in playback mode and ClientSecretCredential when in record mode.
This helper needs to be in a separate package to the usual @azure/test-utils package to avoid creating a cyclic dependency with Identity.
We should create an internal @azure/test-utils-identity package for this helper.
Create a helper that wraps
NoOpCredential
andClientSecretCredential
(or perhapsAzureDefaultCredential
?), automatically selectingNoOpCredential
when in playback mode andClientSecretCredential
when in record mode.This helper needs to be in a separate package to the usual
@azure/test-utils
package to avoid creating a cyclic dependency with Identity.We should create an internal
@azure/test-utils-identity
package for this helper.Originally posted by @timovv in #18817 (comment)
Cc: @HarshaNalluru @witemple-msft
The text was updated successfully, but these errors were encountered: