Azure / Azure/azure-sdk-for-python
HybridCompute Machines operations missing
- Dominant language
- Python
- Stars
- 5.6k
- Forks
- 3.4k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 182
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:
1. Look at API definition
2. Look at Python SDK Reference
3. See that those operations are missing
**Expected behavior**
Have same operations as API
Contributor guide
Assessment
This issue has not been assessed yet.