ARM Error
ARM and Data plane OpenAPI(swagger) specs
Collection object '{0}' returned by list operation '{1}' with 'x-ms-pageable' extension, has no property named 'value'.
Per ARM guidelines, a model returned by an x-ms-pageable
operation must have a property named value
. This property indicates what type of array the object is.
To maintain consistency on how x-ms-pageable
operations and corresponding response objects are modeled and to enable execution of other validation rules based on this consistent structure. More documentation about the extension can be found here.
Ensure that the response object has a property named value
of array
type.