Skip to content

Commit 0aed5ac

Browse files
Merge pull request #3175 from EliotSeattle/legacy-printer
Legacy printer
2 parents e3b8a70 + 09dce3e commit 0aed5ac

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

windows-driver-docs-pr/print/legacy-printer-driver-submission-process.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Partners are required to provide a Driver Exception Justification Document descr
3737
3838
### Justification document format
3939

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.
4141

4242
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.
4343

@@ -84,18 +84,18 @@ Existing driver updates are only signed and published if they:
8484

8585
## Generating the Justification Document
8686

87-
### DriverExceptionDocGenerator Tool
87+
### DriverExceptionDocGenerator Tool (Coming Soon)
8888

89-
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.
9090

91-
### Tool Capabilities
91+
#### Tool Capabilities
9292

9393
- Run interactively (prompt‑driven)
9494
- Run non‑interactively by providing parameters
9595
- Produces a JSON document aligned to the Microsoft schema
9696
- Validates field formatting and required sections
9797

98-
### When to use DriverExceptionDocGenerator
98+
#### When to use DriverExceptionDocGenerator
9999

100100
Partners should use this tool for every printer driver submission, including:
101101

@@ -106,7 +106,7 @@ Partners should use this tool for every printer driver submission, including:
106106

107107
## Information Required in the Justification JSON
108108

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:
110110

111111
### Submission Metadata
112112

0 commit comments

Comments
 (0)