Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure SDK for Go: Get Method in armhybridcompute.MachinesClient Fails to Parse Machine Extensions #23552

Open
netaza opened this issue Oct 8, 2024 · 3 comments
Labels
Compute 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-author-feedback Workflow: More information is needed from author to address the issue. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that

Comments

@netaza
Copy link

netaza commented Oct 8, 2024

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.

@github-actions github-actions bot added Compute 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 Service Attention Workflow: This issue is responsible by Azure service team. labels Oct 8, 2024
Copy link

github-actions bot commented Oct 8, 2024

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @amjads1 @avirishuv @Drewm3 @Vaibhav-Agar.

@lirenhe
Copy link
Member

lirenhe commented Oct 9, 2024

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

@TravisCragg-MSFT TravisCragg-MSFT removed the Service Attention Workflow: This issue is responsible by Azure service team. label Oct 10, 2024
@github-actions github-actions bot added the needs-team-triage Workflow: This issue needs the team to triage. label Oct 10, 2024
@lirenhe lirenhe added the needs-author-feedback Workflow: More information is needed from author to address the issue. label Oct 14, 2024
@github-actions github-actions bot removed needs-team-triage Workflow: This issue needs the team to triage. needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team labels Oct 14, 2024
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Compute 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-author-feedback Workflow: More information is needed from author to address the issue. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Projects
None yet
Development

No branches or pull requests

3 participants