-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Open
Labels
Hybrid ComputeMgmtThis issue is related to a management-plane library.This issue is related to a management-plane library.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK teamWorkflow: This issue needs attention from Azure service team or SDK teamquestionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Description
- Package Name: azure-mgmt-hybridcompute
- Package Version: 9.0.0
- Operating System: RHEL
- Python Version: 3.12
Describe the bug
It seems that the python sdk is missing operations from the API.
https://learn.microsoft.com/en-us/rest/api/hybridcompute/machines?view=rest-hybridcompute-2025-01-13
It should have
'Create Or Update'
and
'Update'
but it does not have either of those:
https://learn.microsoft.com/en-us/python/api/azure-mgmt-hybridcompute/azure.mgmt.hybridcompute.operations.machinesoperations?view=azure-python
To Reproduce
Steps to reproduce the behavior:
- Look at API definition
- Look at Python SDK Reference
- See that those operations are missing
Expected behavior
Have same operations as API
Metadata
Metadata
Assignees
Labels
Hybrid ComputeMgmtThis issue is related to a management-plane library.This issue is related to a management-plane library.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK teamWorkflow: This issue needs attention from Azure service team or SDK teamquestionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that