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

Interface InstallResult

src/AzModuleInstaller.ts:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8import Constants from './Constants';
9
10export interface InstallResult {
11 moduleSource: string;
12 isInstalled: boolean;
13}
14
15export const AzModuleSource = {
16 PrivateAgent: "privateAgent",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…