You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: windows-driver-docs-pr/print/legacy-printer-driver-submission-process.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Partners are required to provide a Driver Exception Justification Document descr
37
37
38
38
### Justification document format
39
39
40
-
The justification document is a JSON file generated by using the new DriverExceptionDocGenerator tool.
40
+
The justification document is a JSON file that can be created using [this schema.](#schema) The DriverExceptionDocGenerator tool will be available in the near future to automatically generate the schema.
41
41
42
42
Partners may include extra supporting materials if needed, such as security disclosures, Mopria analysis, roadmaps, model comparisons. These supporting materials help the reviewers validate exception claims.
43
43
@@ -84,18 +84,18 @@ Existing driver updates are only signed and published if they:
Microsoft provides a dedicated tool to help partners prepare the justification JSON:
89
+
The justification document must follow the [schema provided.](#schema) In the future, Microsoft will provide a dedicated tool to help partners prepare the justification JSON. This tool, named **DriverExceptionDocGenerator**, will be available as a command‑line utility and will guide partners through the process of generating a valid justification document.
90
90
91
-
### Tool Capabilities
91
+
####Tool Capabilities
92
92
93
93
- Run interactively (prompt‑driven)
94
94
- Run non‑interactively by providing parameters
95
95
- Produces a JSON document aligned to the Microsoft schema
96
96
- Validates field formatting and required sections
97
97
98
-
### When to use DriverExceptionDocGenerator
98
+
####When to use DriverExceptionDocGenerator
99
99
100
100
Partners should use this tool for every printer driver submission, including:
101
101
@@ -106,7 +106,7 @@ Partners should use this tool for every printer driver submission, including:
106
106
107
107
## Information Required in the Justification JSON
108
108
109
-
The justification JSON must follow the schema provided (omitted here for brevity but included in your partner enablement package). At a high level, partners must provide:
109
+
The justification JSON must follow the [schema provided.](#schema). At a high level, partners must provide:
0 commit comments