Open
Description
related swagger definition:
details: as the swagger defined, the status code of creating success should be 200, but in the real world, the API response is 201 when creating success. which causes our generated code by Azure/autorest raises an error for status code mismatch.
possible solution:
option1: add 201 definition in the swagger response
option2: response status code 200 as defined now