Update getDefaultCustomizationSpec.js

This commit is contained in:
John Bowdre 2022-06-14 09:48:29 -05:00 committed by GitHub
parent 6ecafb8de8
commit 0b294a8e8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
/* JavaScript: getDefaultCustomizationSpec action
Consults a vRO configuration ("CustomizationSpecs") to suggest a default/preferred customization spec based on OS family type and whether the machine will be domain-joined.
Consults a vRO configuration ("CustomizationSpecs") to suggest a default/preferred spec based on OS family and domain join status.
Inputs: imageName (string), adObject (boolean)
*/
if (!(imageName == "" || imageName == null)) {