Skip to content

Commit

Permalink
Update azurerm/internal/services/eventgrid/eventgrid_event_subscripti…
Browse files Browse the repository at this point in the history
…on_resource.go

Co-authored-by: Tom Harvey <tombuildsstuff@users.noreply.github.com>
  • Loading branch information
jrauschenbusch and tombuildsstuff committed May 25, 2020
1 parent 933a608 commit 63afc0e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1041,7 +1041,7 @@ func flattenEventGridEventSubscriptionSubjectFilter(filter *eventgrid.EventSubsc

func flattenEventGridEventSubscriptionAdvancedFilter(input *eventgrid.EventSubscriptionFilter) []interface{} {
results := make([]interface{}, 0)
if input == nil {
if input == nil || input.AdvancedFilters == nil {
return results
}

Expand Down

0 comments on commit 63afc0e

Please sign in to comment.