Missing property "statusGenre" in resource "azuredevops_branch_policy_status_check" #472
Closed
Description
Hi,
For the resolution of #352 a new resource called azuredevops_branch_policy_status_check
has been introduced via PR #384. Unfortunately it seems like the statusGenre
setting has been overlooked when implementing this resource. statusGenre
must be set when creating a Branch Policy Status Check as described in the documentation here:
When adding a new status policy, the name and genre of the status policy must be entered.
I tried getting the statusGenre
field populated by including it in the statusName
field (e.g. genre name/status name
) as does work when using the UI (confirmed in the above docs, too) but to no avail. Could the provider please be extended to have a (potentially optional) field to set statusGenre
?
Many Thanks,
Nico
Activity