ARM Error
ARM OpenAPI(swagger) specs
- RPC-Get-V1-03, RPC-Put-V1-08
As per ARM guidelines, a Resource
model must have the name
, id
and type
properties defined as readOnly
in its hierarchy. name
, type
and id
are readonly properties set by the service.
Ensure the Resource
type model has the properties name
, type
and id
and they are marked as readOnly:true
.