MCPcopy Create free account
hub / github.com/Azure/powershell / warning

Function warning

lib/index.js:335–337  ·  view source on GitHub ↗

* Adds a warning issue * @param message warning issue message. Errors will be converted to string via toString() * @param properties optional properties to add to the annotation.

(message, properties = {})

Source from the content-addressed store, hash-verified

333 * @param properties optional properties to add to the annotation.
334 */
335function warning(message, properties = {}) {
336 command_1.issueCommand('warning', utils_1.toCommandProperties(properties), message instanceof Error ? message.toString() : message);
337}
338exports.warning = warning;
339/**
340 * Adds a notice issue

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…