in src/config.ts [178:192]
scope: parseDeploymentStackScope(),
actionOnUnManage: {
resources: getRequiredEnumInput("action-on-unmanage-resources", [
"delete",
"detach",
]),
resourceGroups: getOptionalEnumInput(
"action-on-unmanage-resourcegroups",
["delete", "detach"],
),
managementGroups: getOptionalEnumInput(
"action-on-unmanage-managementgroups",
["delete", "detach"],
),
},