We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7add558 commit bb53f68Copy full SHA for bb53f68
src/lib/blueprint.ts
@@ -1517,7 +1517,7 @@ const validatePropertyGroupKey = (
1517
const validGroupKeys = Object.keys(resourcePropertyGroups)
1518
if (validGroupKeys.length === 0) {
1519
throw new Error(
1520
- `The "${propertyName}" has property group ${propertyGroupKey} but ${resourceName} does not define any property groups`,
+ `The "${propertyName}" has property group ${propertyGroupKey} but ${parentPaths.join('.')} does not define any property groups.`,
1521
)
1522
}
1523
0 commit comments