Skip to content

Commit 45a3691

Browse files
authored
generate ux folder (Azure#21199)
1 parent e2c6cdc commit 45a3691

File tree

2 files changed

+137
-0
lines changed

2 files changed

+137
-0
lines changed
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
{
2+
"resourceType": "appliances/upgradeGraphs",
3+
"apiVersion": "2022-10-27",
4+
"learnMore": {
5+
"url": "https://learn.microsoft.com/powershell/module/az.arcresourcebridge"
6+
},
7+
"commands": [
8+
{
9+
"name": "Get-AzArcResourceBridgeUpgradeGraph",
10+
"description": "Gets the upgrade graph of an Appliance with a specified resource group and name and specific release train.",
11+
"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ResourceConnector/appliances/{resourceName}/upgradeGraphs/{upgradeGraph}",
12+
"help": {
13+
"learnMore": {
14+
"url": "https://learn.microsoft.com/powershell/module/az.arcresourcebridge/get-azarcresourcebridgeupgradegraph"
15+
},
16+
"parameterSets": [
17+
{
18+
"parameters": [
19+
"-Name <String>",
20+
"-ResourceGroupName <String>",
21+
"[-SubscriptionId <String[]>]",
22+
"-UpgradeGraph <String>"
23+
]
24+
}
25+
]
26+
},
27+
"examples": [
28+
{
29+
"description": "Gets the upgrade graph of an Appliance with a specified resource group and name and specific release train.",
30+
"parameters": [
31+
{
32+
"name": "-Name",
33+
"value": "[Path.resourceName]"
34+
},
35+
{
36+
"name": "-ResourceGroupName",
37+
"value": "[Path.resourceGroupName]"
38+
},
39+
{
40+
"name": "-SubscriptionId",
41+
"value": "[Path.subscriptionId]"
42+
},
43+
{
44+
"name": "-UpgradeGraph",
45+
"value": "[Path.upgradeGraph]"
46+
}
47+
]
48+
}
49+
]
50+
}
51+
]
52+
}
Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
{
2+
"resourceType": "appliances",
3+
"apiVersion": "2022-10-27",
4+
"learnMore": {
5+
"url": "https://learn.microsoft.com/powershell/module/az.arcresourcebridge"
6+
},
7+
"commands": [
8+
{
9+
"name": "Get-AzArcResourceBridge",
10+
"description": "Gets the details of an Appliance with a specified resource group and name.",
11+
"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ResourceConnector/appliances/{resourceName}",
12+
"help": {
13+
"learnMore": {
14+
"url": "https://learn.microsoft.com/powershell/module/az.arcresourcebridge/get-azarcresourcebridge"
15+
},
16+
"parameterSets": [
17+
{
18+
"parameters": [
19+
"-Name <String>",
20+
"-ResourceGroupName <String>",
21+
"[-SubscriptionId <String[]>]"
22+
]
23+
}
24+
]
25+
},
26+
"examples": [
27+
{
28+
"description": "Gets the details of an Appliance with a specified resource group and name.",
29+
"parameters": [
30+
{
31+
"name": "-Name",
32+
"value": "[Path.resourceName]"
33+
},
34+
{
35+
"name": "-ResourceGroupName",
36+
"value": "[Path.resourceGroupName]"
37+
},
38+
{
39+
"name": "-SubscriptionId",
40+
"value": "[Path.subscriptionId]"
41+
}
42+
]
43+
}
44+
]
45+
},
46+
{
47+
"name": "Remove-AzArcResourceBridge",
48+
"description": "Deletes an Appliance with the specified Resource Name, Resource Group, and Subscription Id.",
49+
"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ResourceConnector/appliances/{resourceName}",
50+
"help": {
51+
"learnMore": {
52+
"url": "https://learn.microsoft.com/powershell/module/az.arcresourcebridge/remove-azarcresourcebridge"
53+
},
54+
"parameterSets": [
55+
{
56+
"parameters": [
57+
"-Name <String>",
58+
"-ResourceGroupName <String>",
59+
"[-SubscriptionId <String>]"
60+
]
61+
}
62+
]
63+
},
64+
"examples": [
65+
{
66+
"description": "Deletes an Appliance with the specified Resource Name, Resource Group, and Subscription Id.",
67+
"parameters": [
68+
{
69+
"name": "-Name",
70+
"value": "[Path.resourceName]"
71+
},
72+
{
73+
"name": "-ResourceGroupName",
74+
"value": "[Path.resourceGroupName]"
75+
},
76+
{
77+
"name": "-SubscriptionId",
78+
"value": "[Path.subscriptionId]"
79+
}
80+
]
81+
}
82+
]
83+
}
84+
]
85+
}

0 commit comments

Comments
 (0)