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

Function notice

lib/index.js:344–346  ·  view source on GitHub ↗

* Adds a notice issue * @param message notice 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

342 * @param properties optional properties to add to the annotation.
343 */
344function notice(message, properties = {}) {
345 command_1.issueCommand('notice', utils_1.toCommandProperties(properties), message instanceof Error ? message.toString() : message);
346}
347exports.notice = notice;
348/**
349 * Writes info to log with console.log.

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…