Skip to content

Commit d5678c3

Browse files
authored
Merge pull request #623 from MicrosoftDocs/test_cleanup
Merge test_cleanup to main
2 parents a557582 + c8218da commit d5678c3

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

scenarios/metadata.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,21 @@
4949
"Microsoft.ContainerService/managedClusters/GetAccessProfiles/action",
5050
"Microsoft.Network/publicIPAddresses/list/action"
5151
],
52-
"region": "eastus"
52+
"region": "eastus",
53+
"configurableParams": [
54+
{
55+
"inputType": "textInput",
56+
"commandKey": "MY_RESOURCE_GROUP_NAME",
57+
"title": "Resource Group Name",
58+
"defaultValue": ""
59+
},
60+
{
61+
"inputType": "textInput",
62+
"commandKey": "MY_AKS_CLUSTER_NAME",
63+
"title": "AKS Cluster Name",
64+
"defaultValue": ""
65+
}
66+
]
5367
}
5468
},
5569
{

0 commit comments

Comments
 (0)