Skip to content

Commit ba10fa1

Browse files
authored
Downgrade the servity of didn't find defined parameter in path to 2 (Azure#26639)
1 parent 27ab661 commit ba10fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/StaticAnalysis/UXMetadataAnalyzer/UXMetadataAnalyzer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ private void ValidateParametersDefinedInPathContainsInExample(IssueLoggerContext
255255
if (!isParameterContainsInExample)
256256
{
257257
string description = string.Format("{0} is defined in path but cannot find in example", parameterFromHttpPath);
258-
issueLogger.LogUXMetadataIssue(context, 1, description);
258+
issueLogger.LogUXMetadataIssue(context, 2, description);
259259
}
260260
}
261261
}

0 commit comments

Comments
 (0)