Skip to content

Commit

Permalink
azuread_group: support group behaviours CalendarMemberReadOnly and …
Browse files Browse the repository at this point in the history
…`ConnectorsDisabled`
  • Loading branch information
manicminer committed Jul 14, 2023
1 parent 13f937b commit b53dd0b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/services/groups/group_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ func groupResource() *schema.Resource {
Type: schema.TypeString,
ValidateFunc: validation.StringInSlice([]string{
msgraph.GroupResourceBehaviorOptionAllowOnlyMembersToPost,
msgraph.GroupResourceBehaviorOptionCalendarMemberReadOnly,
msgraph.GroupResourceBehaviorOptionConnectorsDisabled,
msgraph.GroupResourceBehaviorOptionHideGroupInOutlook,
msgraph.GroupResourceBehaviorOptionSubscribeMembersToCalendarEventsDisabled,
msgraph.GroupResourceBehaviorOptionSubscribeNewGroupMembers,
Expand Down

0 comments on commit b53dd0b

Please sign in to comment.