Skip to content

Commit 9998628

Browse files
Merge pull request #3195 from Cymoki/patch-2
Fix typo and improve description for package types
2 parents fb410ce + bfd6fa8 commit 9998628

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

windows-driver-docs-pr/dashboard/get-product-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ This object has the following values
196196
| Value | Type | Description |
197197
|:-|:-|:-|
198198
| Items | array | An array of download types and the URL for each. |
199-
| Type | string | The type of package available for download. Possible values are:<ul><li>"initialPackage" – package uploaded by user (for a new submission, it points to the SAS URI for uploading the package)<li>"derivedPackage" – shell for derived submissions<li>"signedPackage" – package signed by Microsoft<li>"certificationReport" – certification report for the signed product<li>driverMetadata - link points to a file which allows to download of driver metadata. For more information, see [driver package metadata](driver-package-metadata.md).<li>ExternalNotes<li>Unknown |
199+
| Type | string | The type of package available for download. Possible values are:<ul><li>"initialPackage" – package uploaded by user (for a new submission, it points to the SAS URI for uploading the package)<li>"derivedPackage" – shell for derived submissions<li>"signedPackage" – package signed by Microsoft<li>"certificationReport" – certification report for the signed product<li>"unreferenced file report" - report that identifies unreferenced files in the driver package submitted if found. If the driver package does not have any unreferenced files no file will be returned. For more inforamtion, see [Unreferenced INF Files](https://techcommunity.microsoft.com/blog/hardware-dev-center/attention-hdc-is-changing-the-policy-on-signing-unreferenced-files-in-driver-pac/4495518).<li>ExternalNotes<li>Unknown |
200200
| Messages | array | An array of strings to provide messages about the downloadable files |
201201

202202
### Link object

0 commit comments

Comments
 (0)