You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
resourceMissingRequireAdapter = "Resource '%{resource}' is missing 'require_adapter' field."
120
120
extensionDiscoverFailed = "Extension '%{extension}' failed to discover resources: %{error}"
121
+
conditionNotBoolean = "Condition '%{condition}' did not evaluate to a boolean"
122
+
conditionNotMet = "Condition '%{condition}' not met, skipping manifest at '%{path}'"
121
123
122
124
[dscresources.commandResource]
123
125
invokeGet = "Invoking get for '%{resource}'"
@@ -542,6 +544,10 @@ invoked = "tryGet function"
542
544
invalidKeyType = "Invalid key type, must be a string"
543
545
invalidIndexType = "Invalid index type, must be an integer"
544
546
547
+
[functions.tryWhich]
548
+
description = "Attempts to locate an executable in the system PATH. Null is returned if the executable is not found otherwise the full path to the executable is returned."
549
+
invoked = "tryWhich function"
550
+
545
551
[functions.union]
546
552
description = "Returns a single array or object with all elements from the parameters"
0 commit comments