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
fix: Use ManagedIdentityCredential(clientId) constructor
ManagedIdentityCredentialOptions does not have a ClientId field.
Use the constructor overload that accepts clientId as a string
parameter instead. Also consolidate identity includes to the
top-level azure/identity.hpp header and remove WIP comment.
0 commit comments