I have created a deployment script that calls a modified version of Clone, Windows with single NIC and credentials. In the duplicated workflow I changed newAdminPassword to be SecureString and also made sure the commandList was an input. I also modified under that Get Windows customization, Sysprep with credentials. For that I modified newAdminPassword to be SecureString also and modified plainText Attribute to be no. When I run the workflow I get the follow error.
Unable to create VcCustomizationSpec: identity cannot be null (Dynamic Script Module name : getCustomizationSpec#8)
Any idea why all of a sudden identity would be an issue? It seems to be an uneditable field. Let me know what I can upload to solve this issue.