Describe the bug
Cannot create new submission using SDCM.exe for Device Driver ExtensionInf.
I can create new submission on Partner Center Website by clicking "Upload new" button & drag-drop .hlkx file.
To Reproduce
sdcm.exe -create Create_ProductName_Submission_HLK.json -productid <your_product_id>
e.g (dcm.exe -create Create_ProductName_Submission_HLK.json -productid 14403209180410707)
Create_ProductName_Submission_HLK.json
{
"createType": "submission",
"createSubmission": {
"name": "ProductName_HLK_Submission",
"type": "derived"
}
}
output
SurfaceDevCenterManager v1.0.0.1
> Create Option
> Creating Submission
ERROR (DevCenterErrorDetails)
Code: invalidInput
HttpCode:400
Message: Cannot create derived submission for Attestation, TestSigned and ExtensionInf type of products.
Correlation Id: 53991c20-efd9-484d-aa85-7e78843f770c
Return: -9 (NEW_SUBMISSION_API_FAILED)
Expected behavior
New Submission Created like below
Desktop (please complete the following information)
Releases [1.2025.326.1]
Additional context
Add any other context about the problem here.
Describe the bug
Cannot create new submission using SDCM.exe for Device Driver ExtensionInf.
I can create new submission on Partner Center Website by clicking "Upload new" button & drag-drop .hlkx file.
To Reproduce
sdcm.exe -create Create_ProductName_Submission_HLK.json -productid <your_product_id>
e.g (dcm.exe -create Create_ProductName_Submission_HLK.json -productid 14403209180410707)
Create_ProductName_Submission_HLK.json
{
"createType": "submission",
"createSubmission": {
"name": "ProductName_HLK_Submission",
"type": "derived"
}
}
output
Expected behavior
New Submission Created like below
Desktop (please complete the following information)
Releases [1.2025.326.1]
Additional context
Add any other context about the problem here.