[Compute] Using PATCH to implement sig update operations
Open
act-observability-squad
Compute
feature-request
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 3.5k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 60
Description
**Is your feature request related to a problem? Please describe.**
Today, sig update operations are calling into create_or_update/PUT API. This cause issues that service side validation might fail when some field not updating but still passed in PUT request. Ideally CLI should use PATCH.
Reference:
https://github.com/Azure/azure-cli/issues/15079
**Describe the solution you'd like**
**Describe alternatives you've considered**
**Additional context**
Contributor guide
Assessment
This issue has not been assessed yet.