Skip to content

Commit

Permalink
Merge pull request #623 from MicrosoftDocs/test_cleanup
Browse files Browse the repository at this point in the history
Merge test_cleanup to main
  • Loading branch information
aamini7 authored Oct 25, 2024
2 parents a557582 + c8218da commit d5678c3
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion scenarios/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,21 @@
"Microsoft.ContainerService/managedClusters/GetAccessProfiles/action",
"Microsoft.Network/publicIPAddresses/list/action"
],
"region": "eastus"
"region": "eastus",
"configurableParams": [
{
"inputType": "textInput",
"commandKey": "MY_RESOURCE_GROUP_NAME",
"title": "Resource Group Name",
"defaultValue": ""
},
{
"inputType": "textInput",
"commandKey": "MY_AKS_CLUSTER_NAME",
"title": "AKS Cluster Name",
"defaultValue": ""
}
]
}
},
{
Expand Down

0 comments on commit d5678c3

Please sign in to comment.