SDK Warning
ARM OpenAPI(swagger) specs
Missing identifier {0} in array item property.
This rule is to check the id
property or identifier of objects in the array. See more here: x-ms-identifiers.
Decenmber 15, 2021
Decenmber 15, 2021
Using x-ms-identifiers will provide more flexibility for array types in SDK generated code.
If you don't need identifier in array, leave x-ms-identifiers
as an empty array. Otherwise, add the identifying property in the object or correct the x-ms-identifiers
.