Skip to content

Commit b61cca9

Browse files
piyush117shemau
andauthored
fix: updated the DA to default to the "Default" resource group (#723)
Co-authored-by: shemau <shemau@gmail.com>
1 parent d7273d8 commit b61cca9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

ibm_catalog.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,9 @@
142142
"config_constraints": {
143143
"identifier": "rg_name"
144144
}
145-
}
145+
},
146+
"default_value": "Default",
147+
"description": "The name of an existing resource group to provision the resources."
146148
},
147149
{
148150
"key": "prefix"
@@ -496,7 +498,9 @@
496498
"config_constraints": {
497499
"identifier": "rg_name"
498500
}
499-
}
501+
},
502+
"default_value": "Default",
503+
"description": "The name of an existing resource group to provision the resources."
500504
},
501505
{
502506
"key": "prefix"

0 commit comments

Comments
 (0)