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

[credential.New()](https://github.com/Azure/azure-sdk-for-go/blob/main/sdk/internal/test/credential/credential.go#L22) enables deleting redundant code and simplifies keeping tests up to date with authentication changes in CI.

Storage

This fix allows the KeyVault client to access resources across tenants by correctly placing the tenant ID returned by the challenge into the `policy.TokenRequestOptions`. Fixes #22928. - [x] The purpose...

KeyVault
customer-reported
Community Contribution

generator tool supports typespec

https://github.com/Azure/azure-sdk-for-go/issues/23155

### Service Package Request ```[tasklist] ### Tasks - [x] cd azure-sdk-for-go-samples/sdk/resourcemanager/network/virtualnetwork go mod tidy go run main.go ``` ```[tasklist] ### Tasks - [ ] https://github.com/Azure/azure-sdk-for-go/pull/23073 - [ ] https://github.com/Azure/azure-sdk-for-go/issues/23050 -...

question
customer-reported
needs-triage

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

BreakingChange
Stable

Only keep tools for track2 and typespec.

Mgmt-EngSys

### Bug Report Issue: Virtual Machines Managed Identity Info is Missing Go-sdk version: `github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v5 v5.7.0` CLI cmd used: `az vm list` We had A VM's resources with attached Managed Identity,...

question
Compute - VM
Mgmt
customer-reported
needs-author-feedback

Fixing a few things: - I had some workaround code for TokenCredential that's no longer necessary now that the service fix has been deployed. - Using Charles's new test credential...

Event Grid