Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

azuread_group SkipExchangeInstantOn missing from behaviors #1315

Closed
scott-doyland-burrows opened this issue Feb 24, 2024 · 1 comment · Fixed by #1370
Closed

azuread_group SkipExchangeInstantOn missing from behaviors #1315

scott-doyland-burrows opened this issue Feb 24, 2024 · 1 comment · Fixed by #1370

Comments

@scott-doyland-burrows
Copy link

When importing Azure group I get this message:

image

However, I cannot set SkipExchangeInstantOn - doing so causes this error:

Error: expected behaviors.0 to be one of ["AllowOnlyMembersToPost" "CalendarMemberReadOnly" "ConnectorsDisabled" "HideGroupInOutlook" "SubscribeMembersToCalendarEventsDisabled" "SubscribeNewGroupMembers" "WelcomeEmailDisabled"], got SkipExchangeInstantOn

I think SkipExchangeInstantOn needs to be allowed to be set in terraform. The documentation for behaviors will need updating to reflect this, and also there are these two values which terraform allows, but which are not documented here https://registry.terraform.io/providers/hashicorp/azuread/latest/docs/resources/group

CalendarMemberReadOnly, ConnectorsDisabled

@scott-doyland-burrows
Copy link
Author

scott-doyland-burrows commented Mar 28, 2024

Just waiting on v.67.0 to be released for https://github.com/manicminer/hamilton and pulled into this repo into the vendor directory, then I can updated the go code in internal/services/groups/group_resource.go for the terraform provider to make use of that new version (ie add SkipExchangeInstantOn).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment