Ahson Khan

Results 131 issues of Ahson Khan

For example, we currently have the following, which exposes implementation detail within docs: https://azuresdkdocs.blob.core.windows.net/$web/cpp/azure-identity/1.5.1/struct_azure_1_1_identity_1_1_client_secret_credential_options.html ![image](https://github.com/Azure/azure-sdk-for-cpp/assets/6527137/6e733f6f-3a37-4b9b-936a-2bdba4759292) We either adjust doxygen knobs to hide that initialization logic in docs, or possibly design...

Docs

From @LarryOsterman: > We should never define `NOMINMAX`, instead you should use the `(min)` trick Anton used. > I understand that this is not one of our headers, but we...

needs-design

Follow-up from https://github.com/Azure/azure-sdk-for-cpp/pull/5584

Azure.Core

This is the first time we are seeing this test fail, so doesn't warrant adding retries yet. Filing an issue for tracking and to ref count, in case we see...

Azure.Core
test-reliability

Here’s my strawman proposal for the env var we’d add support for, which I am leaning towards: `AZURE_IMDS_CUSTOM_AUTHORITY_HOST` Here are trade-offs with this name. **Pro:** - Reflects more accurately what...

Azure.Identity

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++.

feature-request
Client
Azure.Identity

**Description of the false positive** In general, the `cs/dereferenced-value-is-always-null` rule makes sense: https://lgtm.com/rules/1506094316834/ However, if a local is passed to a method by `ref`, it is possible that the method...

C#
false-positive

**Context:** A, potentially implicit, design goal of our DefaultAzureCredential (and by extension ChainedTokenCredential) is to allow the end user to construct one without hitting exceptions, as part of a “good”...

needs-triage
Azure.Identity

Fixes https://github.com/Azure/azure-sdk-for-cpp/issues/5457

Docs