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

Sync eng/common directory with azure-sdk-tools for PR https://github.com/Azure/azure-sdk-tools/pull/8558 See [eng/common workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow)

EngSys
Central-EngSys

Removing the plaintext fallback option (#23057) changed error scenarios such that separating cache and credential construction provides a better experience for applications. This makes it obvious when persistent caching is...

Azure.Identity

### Bug Report - import path of package in question, e.g. `github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resourcehealth/armresourcehealth` - SDK version e.g. `1.3.0`,`1.4.0-beta.2`, - Specify the exact commit if possible; one way to get this is...

question
customer-reported
needs-triage

### Service Package Request (Commercial Marketplace) The current azure sdk for go does not contain any SDK for Azure Commercial Marketplace SaaS Client. Previously we were using the sdk mentioned...

question
customer-reported
needs-triage

Update the doc of InteractiveBrowserCred and DeviceCodeCred to state that the best practice is for users to perform their own app registration and role assignment rather than relying on the...

Azure.Identity

If `DownloadFileOptions.Range.Count` is zero (`CountToEnd`), then `DownloadFile()` calls `GetProperties()` to discover the size it needs to make the file before calling `downloadBuffer()`. `downloadBuffer()` then also needs to know the size...

question
Storage
Service Attention
customer-reported
AzBlob

I tried to get around to counting the number of blobs in my storage container to make sure I do not delete it until it is empty because I could...

question
Storage
Service Attention
customer-reported
AzBlob

https://github.com/Azure/sdk-release-request/issues/5307

Stable

### Bug Report ``` POST https://xxxxxxxxxxxxxx.documents.azure.com:443/dbs/xxxxxxxxxxxxxxx -------------------------------------------------------------------------------- RESPONSE 400: 400 Bad Request ERROR CODE: 400 Bad Request -------------------------------------------------------------------------------- { "code": "BadRequest", "message": "The provided cross partition query can not be...

Cosmos