Open netaza opened 3 weeks ago
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @amjads1 @avirishuv @Drewm3 @vaibhav-agar.
As 'the extensions are included in the response from the API', this does not seem to be a service issue. @netaza, could you share some sample code that could repo this problem? thanks
Hi @netaza. Thank you for opening this issue and giving us the opportunity to assist. To help our team better understand your issue and the details of your scenario please provide a response to the question asked above or the information requested above. This will help us more accurately address your issue.
Hi @netaza, we're sending this friendly reminder because we haven't heard back from you in 7 days. We need more information about this issue to help address it. Please be sure to give us your input. If we don't hear back from you within 14 days of this comment the issue will be automatically closed. Thank you!
In the latest version of the Azure SDK for Go (azure-sdk-for-go/sdk/resourcemanager/hybridcompute/armhybridcompute), the Get request in machines_client.go does not return the machine extensions (always nil).
Although the extensions are included in the response from the API, the SDK is not correctly parsing them into the return value. This causes a discrepancy between the API response and the SDK output, preventing users from accessing machine extension data via the SDK.