We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5e4429 commit 145f7faCopy full SHA for 145f7fa
scenarios/metadata.json
@@ -48,6 +48,26 @@
48
"Microsoft.ContainerService/managedClusters/listClusterAdminCredential/action",
49
"Microsoft.ContainerService/managedClusters/GetAccessProfiles/action",
50
"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
61
+ "commandKey": "REGION",
62
+ "title": "Region",
63
64
65
66
67
+ "commandKey": "MY_AKS_CLUSTER_NAME",
68
+ "title": "AKS Cluster Name",
69
70
+ }
71
]
72
}
73
},
0 commit comments