Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

Commit f7ea664

Browse files
authored
Mark the adal module as deprecated (#731)
* Mark the adal module as deprecated Redirect to azidentity. * also deprecate auth module
1 parent 4c0e21c commit f7ea664

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

autorest/adal/go.mod

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Deprecated: use github.com/Azure/azure-sdk-for-go/sdk/azidentity instead.
12
module github.com/Azure/go-autorest/autorest/adal
23

34
go 1.15

autorest/azure/auth/go.mod

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Deprecated: use github.com/Azure/azure-sdk-for-go/sdk/azidentity instead.
12
module github.com/Azure/go-autorest/autorest/azure/auth
23

34
go 1.15

0 commit comments

Comments
 (0)