ARM Error
ARM OpenAPI(swagger) specs
- RPC-SystemData-V1-01
- RPC-SystemData-V1-02
Validates that system data is not defined in the properties bag, but rather as a top-level property.
Ensure that any system data definitions are as top-level properties, not in the properties bag.
"Resource": {
"properties": {
"systemData": {
"$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/systemData",
}
}
}"Resource": {
"properties": {
"properties": {
"systemData": {
"$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/systemData",
}
}
}
}