From f7ea664c9cff3a5257b6dbc4402acadfd8be79f1 Mon Sep 17 00:00:00 2001 From: Joel Hendrix Date: Thu, 30 May 2024 07:04:49 -0700 Subject: [PATCH] Mark the adal module as deprecated (#731) * Mark the adal module as deprecated Redirect to azidentity. * also deprecate auth module --- autorest/adal/go.mod | 1 + autorest/azure/auth/go.mod | 1 + 2 files changed, 2 insertions(+) diff --git a/autorest/adal/go.mod b/autorest/adal/go.mod index 82140bc11..fbcd5ce88 100644 --- a/autorest/adal/go.mod +++ b/autorest/adal/go.mod @@ -1,3 +1,4 @@ +// Deprecated: use github.com/Azure/azure-sdk-for-go/sdk/azidentity instead. module github.com/Azure/go-autorest/autorest/adal go 1.15 diff --git a/autorest/azure/auth/go.mod b/autorest/azure/auth/go.mod index 7f1f19781..085aafe59 100644 --- a/autorest/azure/auth/go.mod +++ b/autorest/azure/auth/go.mod @@ -1,3 +1,4 @@ +// Deprecated: use github.com/Azure/azure-sdk-for-go/sdk/azidentity instead. module github.com/Azure/go-autorest/autorest/azure/auth go 1.15