ARM Error
ARM OpenAPI(swagger) specs
Responses must only be specified for success (200
, 201
, 202
, 204
) response codes and the default
response. Any errors must only be surfaced by using the default
response.
Remove all non-success response codes, and use the default
response to specify any errors.