}
if (property?.policyReference?.name) {
const refs = this.policyReferenceConfigurations.get(property.policyReference.name);
configurationRegistry.ts
if (refs) {
refs.delete(key);
if (refs.size === 0) {
this.policyReferenceConfigurations.delete(property.policyReference.name);
}
}
}
delete this.configurationProperties[key];
this.removeFromSchema(key, configuration.properties[key]);