logging icon indicating copy to clipboard operation
logging copied to clipboard

Package checker and the compliance checker expect submission_status but have different allowed values

Open ShriyaPalsamudram opened this issue 5 months ago • 1 comments

Package checker looks at sysjson to verify that submission_status is one of [ "Available on-premise", "Available cloud", "Research, Development, or Internal (RDI)", "Preview"]

Compliance checker looks at individual logs to verify that submission_status is one of ['cloud', 'onprem', 'preview', 'research']

Given that the check is the same, we could either drop the check in the compliance checker or rename the values to exactly match those expected in the sysjson.

ShriyaPalsamudram avatar Sep 23 '24 16:09 ShriyaPalsamudram