You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@pshao25 We should not try to match the response description for existing swaggers. This should be a non-goal. Descriptions of response models make sense, but the descriptions of response status codes in swagger are of limited value.
If there is a need in some very strange case to do this, you can use the Response parameter in each operation template to replace the responses and add your own documentation like this
But again matching the description of the status code responses in swagger should be an explicit non-goal of conversion
Currently when we use a template, e.g., ArmResourceRead, its responses have its own description like
But brownfield service defined its own description. We should have a way to override these descriptions.
The text was updated successfully, but these errors were encountered: