SDK Error
ARM OpenAPI(swagger) specs
Response schema must not be empty.
Response schema must not be empty, or it will block code generation.
April 2, 2020
April 2, 2020
Add the correct definition of the schema in the response or remove it if don't need.
The following would be invalid:
...
"response":{
"default": {
"schema":{
}
}
}
...