Open jiasli opened 3 years ago
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @vnetsuppgithub.
Author: | jiasli |
---|---|
Assignees: | akning-ms |
Labels: | `Network - Virtual Network`, `Service Attention`, `needs-triage` |
Milestone: | - |
The REST spec says
200
is returned for "Update successful":https://github.com/Azure/azure-rest-api-specs/blob/494de57a286ed23d6f7ff7251b79db96dafa6f05/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/virtualNetwork.json#L191-L197
Public doc: https://docs.microsoft.com/en-us/rest/api/virtualnetwork/virtualnetworks/createorupdate#response
When I am updating the
virtualNetworks
, I got200
withAzure-AsyncOperation
in the response header:This is against the document Track asynchronous Azure operations -
200
response shouldn't haveAzure-AsyncOperation
header. Only201
or202
can.