From f425d2436470418380044660c77c0c24645a7b86 Mon Sep 17 00:00:00 2001 From: Danny Adams Date: Fri, 20 Jan 2023 11:11:11 -0500 Subject: [PATCH] Update support library to beta. --- src/internal/connector/support/m365Support_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/internal/connector/support/m365Support_test.go b/src/internal/connector/support/m365Support_test.go index dedde3536..387e79b7d 100644 --- a/src/internal/connector/support/m365Support_test.go +++ b/src/internal/connector/support/m365Support_test.go @@ -3,7 +3,7 @@ package support import ( "testing" - "github.com/microsoftgraph/msgraph-sdk-go/models" + "github.com/microsoftgraph/msgraph-beta-sdk-go/models" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" "github.com/stretchr/testify/suite"