Content of tags
field within ModernReservationTransaction
question
#23804
Labels
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Mgmt
This issue is related to a management-plane library.
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Reservations
Service Attention
Workflow: This issue is responsible by Azure service team.
Unlike most endpoints that return resources with
tags
fields as objects (which in the Go SDK are structured asmap[string]*string
), theReservationTransactions
list endpoint returns a[]*string
.https://learn.microsoft.com/en-us/rest/api/consumption/reservation-transactions/list?view=rest-consumption-2024-08-01&tabs=HTTP#reservationtransaction
The docs describe it as:
https://github.com/Azure/azure-sdk-for-go/blob/main/sdk/resourcemanager/consumption/armconsumption/reservationtransactions_client.go#L109
https://github.com/Azure/azure-sdk-for-go/blob/main/sdk/resourcemanager/consumption/armconsumption/models.go#L1527
Could you provide examples for the value of this
tags
field? We'd want to understand it's structure. Is it a bag of random literal strings? Is it a list of key-value tuples, thus always being an even number of tags?The text was updated successfully, but these errors were encountered: