Skip to content

Commit 14d4a3e

Browse files
committed
updated airflow doc
1 parent 119d136 commit 14d4a3e

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

scenarios/metadata.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,21 @@
576576

577577
],
578578
"configurations": {
579-
"permissions": []
579+
"permissions": [],
580+
"configurableParams": [
581+
{
582+
"inputType": "textInput",
583+
"commandKey": "MY_RESOURCE_GROUP_NAME",
584+
"title": "Resource Group Name",
585+
"defaultValue": ""
586+
},
587+
{
588+
"inputType": "textInput",
589+
"commandKey": "MY_CLUSTER_NAME",
590+
"title": "AKS Cluster Name",
591+
"defaultValue": ""
592+
}
593+
]
580594
}
581595
},
582596
{

0 commit comments

Comments
 (0)