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

Currently apiversion "2015-07-01" is used which doesn't support following features (and maybe more): `RoleDefinitions` - dataActions - notDataActions `RoleAssignments` - description

question
Authorization
Mgmt
customer-reported
needs-team-attention
CXP Attention

We support non-public clouds but don't have any docs/samples on how to connect to them. This comes up periodically and has been a pain-point in the past.

Docs
Client

### Bug Report - import path of package in question, e.g. `.../services/compute/mgmt/2018-06-01/compute` github.com/Azure/azure-sdk-for-go/sdk/storage/azblob - SDK version e.g. `master`, `latest`, `18.1.0` master - output of `go version` go version go1.18.1 linux/amd64...

question
Storage
Client

All snippets and samples should be compiled to ensure correctness. The Go tooling provides this validation when the code is contained in documentation examples. For each package, we need to...

Docs
feature-request

1. 5 ring0 RPs 2. upgrade to API scenario 1.2 3. use test generation to generate test code

Mgmt

Import path of package in question: "github.com/Azure/azure-sdk-for-go/services/preview/reservations/mgmt/2020-10-25/reservations" SDK version: 54.0.0 go.mod file shows this information: github.com/Azure/azure-sdk-for-go v54.0.0+incompatible Output of go version go version go1.16 linux/amd64 What happened? We are converting...

Reservations
Service Attention
customer-reported
Service
feature-request

### Feature Request The ability to fetch blobs based on timestamps would be a great addition to the current feature set of the sdk. Currently if you use the **ListBlobsFlat**...

question
Storage
Client
customer-reported

### Bug Report The error code "IncrementalCopyOf**Eralier**VersionSnapshotNotAllowed" here has a typo. It should be "IncrementalCopyOf**Earlier**VersionSnapshotNotAllowed". https://github.com/Azure/azure-sdk-for-go/blob/39b49a59b5db52c5a2761ed2d53b7e0676c72ae0/sdk/storage/azblob/zz_generated_constants.go#L619 If the user uses it to parse the error code, they will never succeed...

bug
Storage
Client
customer-reported

### Feature Request Current azure go sdk implementation of Set Container Metadata (https://docs.microsoft.com/rest/api/storageservices/set-container-metadata) does not have support for "IfMatch" parameter. The Rest API documentation for azure (https://docs.microsoft.com/en-us/rest/api/storageservices/specifying-conditional-headers-for-blob-service-operations) says that there...

question
Storage
Client
customer-reported

Live tests would run significantly faster if they executed test cases in parallel. That isn't possible today because our recording infrastructure isn't concurrency safe. Making it so would require at...

test-enhancement
MQ