-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAzCmAgent.json
35 lines (35 loc) · 953 Bytes
/
AzCmAgent.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"Commands": [
{
"Verb": "Show",
"Noun": "AzCmAgent",
"OriginalName": "c:/program files/AzureConnectedMachineAgent/azcmagent.exe",
"OriginalCommandElements": ["show", "--json"],
"Platform": [
"Windows",
"Linux",
"MacOS"
],
"Elevation": null,
"Aliases": null,
"DefaultParameterSetName": null,
"SupportsShouldProcess": false,
"ConfirmImpact": null,
"SupportsTransactions": false,
"NoInvocation": false,
"Description": "Gets the machine agent status",
"Usage": null,
"Parameters": [],
"Examples": [],
"OriginalText": null,
"HelpLinks": null,
"OutputHandlers": [
{
"ParameterSetName" : "Default",
"Handler" : "$args[0] | ConvertFrom-json | Add-Member -TypeName AzCMAStatus -passthru"
}
]
}
],
"$schema": "https://aka.ms/PowerShell/Crescendo/Schemas/2021-11"
}