SDK Warning
ARM and Data plane OpenAPI(swagger) specs
Since operation '{0}' response has model definition '{1}', it should be of the form "_list".
Verifies whether value for operationId
is named as per ARM guidelines when response contains array of items.
Per ARM SDK guidelines, each 'GET' operation on a resource should have "list" in the name when operation has x-ms-pageable extension. Guidelines are in place for a more consistent customer experience among ARM services SDKs.
Make sure that operationId
is in the form of NOUN_List
, NOUN_ListBy***
or List
.
Operation name in the generated SDK will be named based on this.
- Resources_List
- Resources_ListBySubscriptions
- List