Azure / Azure/azure-rest-api-specs
`x-ms-client-request-id` changes behavior of Load Balancer API
Open
Network - Load Balancer
Service Attention
- Dominant language
- TypeSpec
- Stars
- 3.1k
- Forks
- 5.9k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 424
Description
Use below API to update the `probes`:
https://management.azure.com:443/subscriptions/{subscription_id}/resourceGroups/{resource_group_name}/providers/Microsoft.Network/loadBalancers/{lb_name}?api-version=2018-04-01
If you set `x-ms-client-request-id` in the header, the status code will be 201, and even async operation is successful, the value is never set.
Without this header, the status code will be 200 and value is set.
This should be a bug on LB service API.
Contributor guide
Assessment
This issue has not been assessed yet.