Added tests to confirm the alarms triggered on this rule are not false ones
In the pull request, there is a property called ProviderSpecificProperties with the data type ‘object.’ However, this property is currently undefined. The issue arises because ProviderSpecificProperties is being used as a nested or grand-nested property within other properties, and these properties are causing errors.
ProviderSpecificProperties: {
type: "object",
description: "Definition of provider specific properties.",
},
Added tests to confirm the alarms triggered on this rule are not false ones
In the pull request, there is a property called ProviderSpecificProperties with the data type ‘object.’ However, this property is currently undefined. The issue arises because ProviderSpecificProperties is being used as a nested or grand-nested property within other properties, and these properties are causing errors.
ProviderSpecificProperties: { type: "object", description: "Definition of provider specific properties.", },
WorkItem