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

Commit 33e12ab

Browse files
authored
Update readmes and add deprecation notices (#739)
Remove past-tense on end-dates. Add deprecation noticies to modules.
1 parent c0165cf commit 33e12ab

File tree

12 files changed

+12
-3
lines changed

12 files changed

+12
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# NOTE: The modules in this repo will go out of support by March 31, 2023. Additional information can be found [here](https://azure.microsoft.com/updates/support-for-azure-sdk-libraries-that-do-not-conform-to-our-current-azure-sdk-guidelines-will-be-retired-as-of-31-march-2023/).
1+
# NOTE: Support for modules in this repo ended on March 31, 2023. Additional information can be found [here](https://azure.microsoft.com/updates/support-for-azure-sdk-libraries-that-do-not-conform-to-our-current-azure-sdk-guidelines-will-be-retired-as-of-31-march-2023/).
22

33
## Migrating to Supported SDKs
44

autorest/adal/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# NOTE: This module will go out of support by March 31, 2023. For authenticating with Azure AD, use module [azidentity](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/azidentity) instead. For help migrating from `adal` to `azidentiy` please consult the [migration guide](https://aka.ms/azsdk/go/identity/migration). General information about the retirement of this and other legacy modules can be found [here](https://azure.microsoft.com/updates/support-for-azure-sdk-libraries-that-do-not-conform-to-our-current-azure-sdk-guidelines-will-be-retired-as-of-31-march-2023/).
1+
# NOTE: Support for this module ended on March 31, 2023. For authenticating with Azure AD, use module [azidentity](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/azidentity) instead. For help migrating from `adal` to `azidentiy` please consult the [migration guide](https://aka.ms/azsdk/go/identity/migration). General information about the retirement of this and other legacy modules can be found [here](https://azure.microsoft.com/updates/support-for-azure-sdk-libraries-that-do-not-conform-to-our-current-azure-sdk-guidelines-will-be-retired-as-of-31-march-2023/).
22

33
# Azure Active Directory authentication for Go
44

autorest/azure/auth/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# NOTE: This module will go out of support by March 31, 2023. For authenticating with Azure AD, use module [azidentity](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/azidentity) instead. For help migrating from `auth` to `azidentiy` please consult the [migration guide](https://aka.ms/azsdk/go/identity/migration). General information about the retirement of this and other legacy modules can be found [here](https://azure.microsoft.com/updates/support-for-azure-sdk-libraries-that-do-not-conform-to-our-current-azure-sdk-guidelines-will-be-retired-as-of-31-march-2023/).
1+
# NOTE: Support for this module ended on March 31, 2023. For authenticating with Azure AD, use module [azidentity](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/azidentity) instead. For help migrating from `auth` to `azidentiy` please consult the [migration guide](https://aka.ms/azsdk/go/identity/migration). General information about the retirement of this and other legacy modules can be found [here](https://azure.microsoft.com/updates/support-for-azure-sdk-libraries-that-do-not-conform-to-our-current-azure-sdk-guidelines-will-be-retired-as-of-31-march-2023/).
22

33
## Authentication
44

autorest/azure/cli/go.mod

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Deprecated: this module has been deprecated and is no longer supported.
12
module github.com/Azure/go-autorest/autorest/azure/cli
23

34
go 1.15

autorest/date/go.mod

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Deprecated: this module has been deprecated and is no longer supported.
12
module github.com/Azure/go-autorest/autorest/date
23

34
go 1.15

autorest/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/azcore instead.
12
module github.com/Azure/go-autorest/autorest
23

34
go 1.15

autorest/mocks/go.mod

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Deprecated: this module has been deprecated and is no longer supported.
12
module github.com/Azure/go-autorest/autorest/mocks
23

34
go 1.15

autorest/to/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/azcore/to instead.
12
module github.com/Azure/go-autorest/autorest/to
23

34
go 1.15

autorest/validation/go.mod

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Deprecated: this module has been deprecated and is no longer supported.
12
module github.com/Azure/go-autorest/autorest/validation
23

34
go 1.15

logger/go.mod

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Deprecated: this module has been deprecated and is no longer supported.
12
module github.com/Azure/go-autorest/logger
23

34
go 1.15

tracing/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/azcore/tracing instead.
12
module github.com/Azure/go-autorest/tracing
23

34
go 1.15

tracing/opencensus/go.mod

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Deprecated: this module has been deprecated and is no longer supported.
12
module github.com/Azure/go-autorest/tracing/opencensus
23

34
go 1.15

0 commit comments

Comments
 (0)