Skip to content

Commit

Permalink
Mark the adal module as deprecated (#731)
Browse files Browse the repository at this point in the history
* Mark the adal module as deprecated

Redirect to azidentity.

* also deprecate auth module
  • Loading branch information
jhendrixMSFT committed May 30, 2024
1 parent 4c0e21c commit f7ea664
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions autorest/adal/go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions autorest/azure/auth/go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f7ea664

Please sign in to comment.