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

Service Bus

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

According to the [swagger definition](https://github.com/Azure/azure-rest-api-specs/blob/main/specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2021-08-01/definitions.json#L6467-L6481), content type inherits from Resource, which means its Id should be a resource identifier, but the actual backend service doesn't return a resource identifier. Example:...

API Management
Mgmt

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

Fix https://github.com/Azure/autorest.csharp/issues/2115

DPG

Fix https://github.com/Azure/azure-sdk-for-net/issues/28583

DPG

### Library name and version Microsoft.Azure.Cosmos 3.29.0 ### Query/Question I am trying to get the current RU consumption value on Cosmos but I don't see any API to get this...

Cosmos
Client
customer-reported
question
needs-team-attention
CXP Attention

I am receiving this error message: Azure.Messaging.ServiceBus.ServiceBusException: 'The operation did not complete within the allocated time 00:00:30 for object xxxxxxx.servicebus.windows.net:5671. (ServiceTimeout)' notice the allocated time is 30 seconds. My retry...

Service Bus
Client
needs-author-feedback
customer-reported
question
no-recent-activity

### Library name Azure.Messaging.ServiceBus ### Please describe the feature. [Microsoft just announced](https://devblogs.microsoft.com/dotnet/announcing-rate-limiting-for-dotnet/) the [System.Threading.RateLimiting](https://www.nuget.org/packages/System.Threading.RateLimiting) package for .NET 7, but which is also compatible with `netstandard2.0` and `net462`, so should be...

Service Bus
Client
customer-reported
feature-request