From 20c72c5263e94f108f02e4675359e33305a4aead Mon Sep 17 00:00:00 2001 From: John Reese Date: Thu, 19 Mar 2020 19:55:20 -0400 Subject: [PATCH] Remove MinItems from data groups --- azuread/data_groups.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/azuread/data_groups.go b/azuread/data_groups.go index 053e4864ef..129b297928 100644 --- a/azuread/data_groups.go +++ b/azuread/data_groups.go @@ -26,7 +26,6 @@ func dataGroups() *schema.Resource { Type: schema.TypeList, Optional: true, Computed: true, - MinItems: 1, ConflictsWith: []string{"names"}, Elem: &schema.Schema{ Type: schema.TypeString, @@ -38,7 +37,6 @@ func dataGroups() *schema.Resource { Type: schema.TypeList, Optional: true, Computed: true, - MinItems: 1, ConflictsWith: []string{"object_ids"}, Elem: &schema.Schema{ Type: schema.TypeString,