Skip to content

Commit 145f7fa

Browse files
author
naman-msft
committed
added config params to aks doc
1 parent c5e4429 commit 145f7fa

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

scenarios/metadata.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,26 @@
4848
"Microsoft.ContainerService/managedClusters/listClusterAdminCredential/action",
4949
"Microsoft.ContainerService/managedClusters/GetAccessProfiles/action",
5050
"Microsoft.Network/publicIPAddresses/list/action"
51+
],
52+
"configurableParams": [
53+
{
54+
"inputType": "textInput",
55+
"commandKey": "MY_RESOURCE_GROUP_NAME",
56+
"title": "Resource Group Name",
57+
"defaultValue": ""
58+
},
59+
{
60+
"inputType": "textInput",
61+
"commandKey": "REGION",
62+
"title": "Region",
63+
"defaultValue": ""
64+
},
65+
{
66+
"inputType": "textInput",
67+
"commandKey": "MY_AKS_CLUSTER_NAME",
68+
"title": "AKS Cluster Name",
69+
"defaultValue": ""
70+
}
5171
]
5272
}
5373
},

0 commit comments

Comments
 (0)