azure-sdk-for-cpp icon indicating copy to clipboard operation
azure-sdk-for-cpp copied to clipboard

Add support for providing Resource ID within ManagedIdentityCredential

Open ahsonkhan opened this issue 9 months ago • 2 comments

Other language SDKs (such as Java/.NET/GoLang) have the ability to pass in the ResourceIdentifier parameter to the ManagedIdentityCredential ctor. https://github.com/Azure/azure-sdk-for-net/blob/790d2faf82ae49e37d829ef53bfa92695037a377/sdk/identity/Azure.Identity/api/Azure.Identity.netstandard2.0.cs#L317

Add a similar capability for C++.

ahsonkhan avatar May 21 '24 19:05 ahsonkhan