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."
112
112
extensionDiscoverFailed = "Extension '%{extension}' failed to discover resources: %{error}"
113
+
conditionNotBoolean = "Condition '%{condition}' did not evaluate to a boolean"
114
+
conditionNotMet = "Condition '%{condition}' not met, skipping manifest at '%{path}'"
113
115
114
116
[dscresources.commandResource]
115
117
invokeGet = "Invoking get for '%{resource}'"
@@ -533,6 +535,10 @@ invoked = "tryGet function"
533
535
invalidKeyType = "Invalid key type, must be a string"
534
536
invalidIndexType = "Invalid index type, must be an integer"
535
537
538
+
[functions.tryWhich]
539
+
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."
540
+
invoked = "tryWhich function"
541
+
536
542
[functions.union]
537
543
description = "Returns a single array or object with all elements from the parameters"
0 commit comments