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 1 year 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

@ahsonkhan Is this OID feature that only python currently supports?

RickWinter avatar Jun 03 '24 18:06 RickWinter

No, that's object ID. This is different, it is about resource ID. I have added more details to the issue description.

ahsonkhan avatar Jun 03 '24 20:06 ahsonkhan