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

This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versio...

Results 1250 azure-sdk-for-net issues
Sort by recently updated
recently updated
newest added

# Contributing to the Azure SDK Please see our [CONTRIBUTING.md](https://github.com/Azure/azure-sdk-for-net/blob/main/CONTRIBUTING.md) if you are not familiar with contributing to this repository or have questions. For specific information about pull request etiquette...

Compute

### Library name Azure.Identity ### Please describe the feature. We are now using KeyClient to access the keys in keyvault. And we would use customized TokenCreential to get the Bearer...

Client
Azure.Identity
customer-reported
feature-request
needs-team-attention

### Library name and version Azure.ResourceManager.Authorization 1.0.0-beta.1 ### Describe the bug When trying to add Key Vault Secrets Officer role to a keyvault i get the following error: "Assignments to...

KeyVault
Mgmt
needs-author-feedback
customer-reported
question

Resolves https://github.com/Azure/azure-sdk-for-net/issues/29742 Also there was a bug in ShareClient and DataLakeFileSystemClient's API GetParentServiceClient would return an service client with a URL that persisted the container name. I resolved those as...

Storage

### Library name and version Azure.Identity 1.6.0, Microsoft.Azure.Management.ServiceFabricManagedClusters 1.0.0 ### Query/Question The newer management SDKs utilize the TokenCredential from Azure.Identity and this makes it really easy to handle chained auth...

Client
Azure.Identity
customer-reported
question
feature-request
needs-team-attention

### Library name and version Azure.Identity 1.2.0 ### Describe the bug We have been using the Azure.identity to use Managed identity to connect to key vault. but after upgrading the...

Client
needs-author-feedback
Azure.Identity
customer-reported
question

### Library name and version Azure.Identity 1.6.0 ### Describe the bug I use DefaultAzureCredential to init CosmosClient new CosmosClient(endpoint, new DefaultAzureCredential(), options) in a c# console app, and run the...

Client
needs-author-feedback
Azure.Identity
customer-reported
question

### Library name and version Azure.Identity latest ### Query/Question Is it fairly safe to keep the secret in the system environment variables? I am doing this for local development. Our...

Client
needs-author-feedback
Azure.Identity
customer-reported
question

### Library name Azure.Storage.Blobs ### Please describe the feature. I am running into this issue with `Azure.Storage.Blobs` but I believe this will be the case for other libraries accepting [`TokenCredential`](https://docs.microsoft.com/en-us/dotnet/api/azure.core.tokencredential?view=azure-dotnet)...

Client
Azure.Identity
customer-reported
question
feature-request

### Library name and version Azure.Identity ### Query/Question While using `DefaultCredentials()` the attempt to obtain an authentication token fails at all levels of credential types. I tried providing a user...

Client
needs-author-feedback
Azure.Identity
customer-reported
question