Skip to content

Commit 6d4a397

Browse files
authored
Restructure the UX folder (#23716)
* Refresh the UX folder * Refresh the UX folder * Refresh the UX folder
1 parent b5c92eb commit 6d4a397

File tree

535 files changed

+2456
-10812
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

535 files changed

+2456
-10812
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
11
{
2-
"resourceType":"subscriptions",
3-
"apiVersion":"2021-01-01",
4-
"learnMore":{
5-
"url":"https://learn.microsoft.com/powershell/module/az.accounts/#subscriptions"
6-
},
7-
"commands":[
8-
{
9-
"name":"Get-AzSubscription",
10-
"description":"Get subscriptions that the current account can access.",
11-
"path":"/subscriptions/{subscriptionId}",
12-
"confirmation":false,
13-
"help":{
14-
"learnMore":{
15-
"url":"https://learn.microsoft.com/powershell/module/az.accounts/get-azsubscription"
16-
},
17-
"parameterSets":[
18-
{
19-
"parameters":[
20-
"[[-SubscriptionId] <String>]"
21-
]
22-
}
23-
]
24-
},
25-
"examples":[
26-
{
27-
"description":"Get subscriptions that the current account can access.",
28-
"parameters":[
29-
{
30-
"name":"-SubscriptionId",
31-
"value":"[path.subscriptionId]"
32-
}
33-
]
34-
}
2+
"resourceType": "subscriptions",
3+
"apiVersion": "2021-01-01",
4+
"learnMore": {
5+
"url": "https://learn.microsoft.com/powershell/module/az.accounts/#subscriptions"
6+
},
7+
"commands": [
8+
{
9+
"name": "Get-AzSubscription",
10+
"description": "Get subscriptions that the current account can access.",
11+
"path": "/subscriptions/{subscriptionId}",
12+
"confirmation": false,
13+
"help": {
14+
"learnMore": {
15+
"url": "https://learn.microsoft.com/powershell/module/az.accounts/get-azsubscription"
16+
},
17+
"parameterSets": [
18+
{
19+
"parameters": [
20+
"[[-SubscriptionId] <String>]"
21+
]
22+
}
23+
]
24+
},
25+
"examples": [
26+
{
27+
"description": "Get subscriptions that the current account can access.",
28+
"parameters": [
29+
{
30+
"name": "-SubscriptionId",
31+
"value": "[path.subscriptionId]"
32+
}
3533
]
36-
}
37-
]
38-
}
34+
}
35+
]
36+
}
37+
]
38+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
{
2+
"resourceType": "managedClusters/agentPools",
3+
"apiVersion": "2023-02-01",
4+
"learnMore": {
5+
"url": "https://learn.microsoft.com/powershell/module/az.aks"
6+
},
7+
"commands": [
8+
{
9+
"name": "Get-AzAksNodePoolUpgradeProfile",
10+
"description": "Gets the upgrade profile for an agent pool.",
11+
"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/agentPools/{agentPoolName}/upgradeProfiles/default",
12+
"help": {
13+
"learnMore": {
14+
"url": "https://learn.microsoft.com/powershell/module/az.aks/get-azaksnodepoolupgradeprofile"
15+
},
16+
"parameterSets": [
17+
{
18+
"parameters": [
19+
"-ClusterName <String>",
20+
"-NodePoolName <String>",
21+
"-ResourceGroupName <String>",
22+
"[-SubscriptionId <String[]>]"
23+
]
24+
}
25+
]
26+
},
27+
"examples": [
28+
{
29+
"description": "Gets the upgrade profile for an agent pool.",
30+
"parameters": [
31+
{
32+
"name": "-ClusterName",
33+
"value": "[Path.resourceName]"
34+
},
35+
{
36+
"name": "-NodePoolName",
37+
"value": "[Path.agentPoolName]"
38+
},
39+
{
40+
"name": "-ResourceGroupName",
41+
"value": "[Path.resourceGroupName]"
42+
},
43+
{
44+
"name": "-SubscriptionId",
45+
"value": "[Path.subscriptionId]"
46+
}
47+
]
48+
}
49+
]
50+
},
51+
{
52+
"name": "Invoke-AzAksAbortAgentPoolLatestOperation",
53+
"description": "Aborts the currently running operation on the agent pool.\nThe Agent Pool will be moved to a Canceling state and eventually to a Canceled state when cancellation finishes.\nIf the operation completes before cancellation can take place, a 409 error code is returned.",
54+
"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedclusters/{resourceName}/agentPools/{agentPoolName}/abort",
55+
"help": {
56+
"learnMore": {
57+
"url": "https://learn.microsoft.com/powershell/module/az.aks/invoke-azaksabortagentpoollatestoperation"
58+
},
59+
"parameterSets": [
60+
{
61+
"parameters": [
62+
"-AgentPoolName <String>",
63+
"-ResourceGroupName <String>",
64+
"-ResourceName <String>",
65+
"[-SubscriptionId <String>]"
66+
]
67+
}
68+
]
69+
},
70+
"examples": [
71+
{
72+
"description": "Aborts the currently running operation on the agent pool. The Agent Pool will be moved to a Canceling state and eventually to a Canceled state when cancellation finishes. If the operation completes before cancellation can take place, a 409 error code is returned.",
73+
"parameters": [
74+
{
75+
"name": "-AgentPoolName",
76+
"value": "[Path.agentPoolName]"
77+
},
78+
{
79+
"name": "-ResourceGroupName",
80+
"value": "[Path.resourceGroupName]"
81+
},
82+
{
83+
"name": "-ResourceName",
84+
"value": "[Path.resourceName]"
85+
},
86+
{
87+
"name": "-SubscriptionId",
88+
"value": "[Path.subscriptionId]"
89+
}
90+
]
91+
}
92+
]
93+
}
94+
]
95+
}

0 commit comments

Comments
 (0)