@@ -3722,7 +3722,7 @@ def __createSchemas(self):
37223722 schema .Optional ('environment' ) : VarDefineValidator ("provideTools::environment" ),
37233723 schema .Optional ('fingerprintScript' , default = "" ) : str ,
37243724 schema .Optional ('fingerprintScriptBash' ) : str ,
3725- schema .Optional ('fingerprintScriptPwsh' , default = "" ) : str ,
3725+ schema .Optional ('fingerprintScriptPwsh' ) : str ,
37263726 schema .Optional ('fingerprintIf' ) : schema .Or (None , str , bool , IfExpression ),
37273727 schema .Optional ('fingerprintVars' ) : [ varNameUseSchema ],
37283728 })
@@ -3742,7 +3742,7 @@ def __createSchemas(self):
37423742 schema .Optional ('packageNetAccess' ) : bool ,
37433743 schema .Optional ('fingerprintScript' , default = "" ) : str ,
37443744 schema .Optional ('fingerprintScriptBash' ) : str ,
3745- schema .Optional ('fingerprintScriptPwsh' , default = "" ) : str ,
3745+ schema .Optional ('fingerprintScriptPwsh' ) : str ,
37463746 schema .Optional ('fingerprintIf' ) : schema .Or (None , str , bool , IfExpression ),
37473747 schema .Optional ('fingerprintVars' ) : [ varNameUseSchema ],
37483748 schema .Optional ('scriptLanguage' ) : schema .And (schema .Or ("bash" , "PowerShell" ),
0 commit comments