Skip to content

Commit 074383a

Browse files
author
naman-msft
committed
updated docs;
1 parent 4b3ef25 commit 074383a

File tree

1 file changed

+75
-6
lines changed

1 file changed

+75
-6
lines changed

scenarios/metadata.json

Lines changed: 75 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -876,7 +876,21 @@
876876
"documentationUrl": "",
877877
"nextSteps": [],
878878
"configurations": {
879-
"permissions": []
879+
"permissions": [],
880+
"configurableParams": [
881+
{
882+
"inputType": "textInput",
883+
"commandKey": "MY_AKS_RESOURCE_GROUP",
884+
"title": "Resource Group Name",
885+
"defaultValue": ""
886+
},
887+
{
888+
"inputType": "textInput",
889+
"commandKey": "MY_AKS_CLUSTER_NAME",
890+
"title": "AKS Cluster Name",
891+
"defaultValue": ""
892+
}
893+
]
880894
}
881895
},
882896
{
@@ -889,7 +903,21 @@
889903
"documentationUrl": "",
890904
"nextSteps": [],
891905
"configurations": {
892-
"permissions": []
906+
"permissions": [],
907+
"configurableParams": [
908+
{
909+
"inputType": "textInput",
910+
"commandKey": "MY_AKS_RESOURCE_GROUP",
911+
"title": "Resource Group Name",
912+
"defaultValue": ""
913+
},
914+
{
915+
"inputType": "textInput",
916+
"commandKey": "MY_AKS_CLUSTER_NAME",
917+
"title": "AKS Cluster Name",
918+
"defaultValue": ""
919+
}
920+
]
893921
}
894922
},
895923
{
@@ -902,7 +930,21 @@
902930
"documentationUrl": "",
903931
"nextSteps": [],
904932
"configurations": {
905-
"permissions": []
933+
"permissions": [],
934+
"configurableParams": [
935+
{
936+
"inputType": "textInput",
937+
"commandKey": "MY_AKS_RESOURCE_GROUP",
938+
"title": "Resource Group Name",
939+
"defaultValue": ""
940+
},
941+
{
942+
"inputType": "textInput",
943+
"commandKey": "MY_AKS_CLUSTER_NAME",
944+
"title": "AKS Cluster Name",
945+
"defaultValue": ""
946+
}
947+
]
906948
}
907949
},
908950
{
@@ -915,7 +957,21 @@
915957
"documentationUrl": "",
916958
"nextSteps": [],
917959
"configurations": {
918-
"permissions": []
960+
"permissions": [],
961+
"configurableParams": [
962+
{
963+
"inputType": "textInput",
964+
"commandKey": "MY_AKS_RESOURCE_GROUP",
965+
"title": "Resource Group Name",
966+
"defaultValue": ""
967+
},
968+
{
969+
"inputType": "textInput",
970+
"commandKey": "MY_AKS_CLUSTER_NAME",
971+
"title": "AKS Cluster Name",
972+
"defaultValue": ""
973+
}
974+
]
919975
}
920976
},
921977
{
@@ -928,8 +984,21 @@
928984
"documentationUrl": "",
929985
"nextSteps": [],
930986
"configurations": {
931-
"permissions": []
987+
"permissions": [],
988+
"configurableParams": [
989+
{
990+
"inputType": "textInput",
991+
"commandKey": "MY_AKS_RESOURCE_GROUP",
992+
"title": "Resource Group Name",
993+
"defaultValue": ""
994+
},
995+
{
996+
"inputType": "textInput",
997+
"commandKey": "MY_AKS_CLUSTER_NAME",
998+
"title": "AKS Cluster Name",
999+
"defaultValue": ""
1000+
}
1001+
]
9321002
}
9331003
}
934-
9351004
]

0 commit comments

Comments
 (0)