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

This repository is for active development of the Azure SDK for Go. For consumers of the SDK we recommend visiting our public developer docs at:

Results 362 azure-sdk-for-go issues
Sort by recently updated
recently updated
newest added

### Azure Monitor Query Add support for Azure Monitor Query

Client
feature-request
Monitor - Query

Fix release tool bug: changelog does not contain the type definition besides struct or interface, e.g., string type of enum.

Mgmt

### Bug Report - import path of package in question: - "github.com/Azure/azure-sdk-for-go/services/preview/authorization/mgmt/2018-09-01-preview/authorization" - And other apiversions as well. - SDK version e.g. `master` - master - output of `go version`...

Authorization
Mgmt
Previous Versions

Ref: https://github.com/Azure/azure-sdk-for-go/pull/18880

Mgmt

### Feature Request If possible, it would be good to be able to receive scheduled messages.

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

### Bug Report pkg: github.com/Azure/azure-sdk-for-go/sdk/messaging/azservicebus - SDK version 0.4.0 - GO version 1.18.1 - What happened? ASB client stopped receiving messages forever in its lifetime. Since it same as a...

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

Both packages have similar requirements and similar authentication. We need to add an overload that allows you to directly pass a SAS key, and not just a connection string. ```go...

Service Bus
Event Hubs
Client

- [ ] The purpose of this PR is explained in this or a referenced issue. - [ ] The PR does not update generated files. - These files are...

`c.getErr` can return before slow writes complete. If there is more than one write and those writes result in errors, the second write blocks on a full `errCh`. The result...

Storage
customer-reported