Open ahmetdemirbas opened 1 year ago
Hi @ahmetdemirbas. Thank you for your feedback and we will look into it soon. Meanwhile, feel free to share your experience using the Azure SDK in this survey.
@ahmetdemirbas thank you for your feedback. Our SDK is generated from swagger definition. There is no logging
property defined in the spec. I'll involve service team to fix the swagger issue.
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @xgithubtriage.
Author: | ahmetdemirbas |
---|---|
Assignees: | tadelesh |
Labels: | `question`, `Storage`, `Service Attention`, `customer-reported` |
Milestone: | - |
Bug Report
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage
master
go version go1.20.2 darwin/amd64
There is a mismatch result between sdk and direct api call.
When I call queueServices via Postman, result as bellow
https://management.azure.com/subscriptions/---/resourceGroups/cloud-shell-storage-westeurope/providers/Microsoft.Storage/storageAccounts/-----/queueServices/default?api-version=2022-09-01
When I call via SDK, there is no logging property.
My Function :
Thanks!