From ce609d4d41f76505d77cf61109c15e15b9434d83 Mon Sep 17 00:00:00 2001 From: David Tesar Date: Tue, 3 Oct 2023 13:35:39 -0700 Subject: [PATCH 1/2] Add version naming and deprecation link --- documentation/MIGRATION_GUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/MIGRATION_GUIDE.md b/documentation/MIGRATION_GUIDE.md index 230defabbc6a..2b7588d742c4 100644 --- a/documentation/MIGRATION_GUIDE.md +++ b/documentation/MIGRATION_GUIDE.md @@ -1,6 +1,6 @@ # Guide for migrating to `sdk/resourcemanager/**/arm**` from `services/**/mgmt/**` -This document is intended for users that are familiar with the previous version of the Azure SDK For Go for management modules (`services/**/mgmt/**`) and wish to migrate their application to the next version of Azure resource management libraries (`sdk/resourcemanager/**/arm**`) +This document is intended for users that are familiar with the previous version of the Azure SDK For Go for management modules (`services/**/mgmt/**` also known as track or version 1) and wish to migrate their application to the next version of Azure resource management libraries (`sdk/resourcemanager/**/arm**` also known as track or version 2). All version 1 Go modules are [deprecated and no longer recieving support](https://azure.github.io/azure-sdk/releases/deprecated/go.html). **For users new to the Azure SDK For Go for resource management modules, please see the [README for 'sdk/azcore`](https://github.com/Azure/azure-sdk-for-go/tree/main/sdk/azcore) and the README for every individual package.** From e867a42658e20d60aca08f3c80252b31a1893c47 Mon Sep 17 00:00:00 2001 From: Chenjie Shi Date: Wed, 13 Dec 2023 16:05:52 +0800 Subject: [PATCH 2/2] Update MIGRATION_GUIDE.md --- documentation/MIGRATION_GUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/MIGRATION_GUIDE.md b/documentation/MIGRATION_GUIDE.md index 2b7588d742c4..9e21aa2f2806 100644 --- a/documentation/MIGRATION_GUIDE.md +++ b/documentation/MIGRATION_GUIDE.md @@ -1,6 +1,6 @@ # Guide for migrating to `sdk/resourcemanager/**/arm**` from `services/**/mgmt/**` -This document is intended for users that are familiar with the previous version of the Azure SDK For Go for management modules (`services/**/mgmt/**` also known as track or version 1) and wish to migrate their application to the next version of Azure resource management libraries (`sdk/resourcemanager/**/arm**` also known as track or version 2). All version 1 Go modules are [deprecated and no longer recieving support](https://azure.github.io/azure-sdk/releases/deprecated/go.html). +This document is intended for users that are familiar with the older version of Azure SDKs of management libraries for Go language (package name starts with `services/**/mgmt/**`, also known as track1) and pursue to migrate their application code on to the latest version of Azure SDKs for Go that conform to our [current Azure SDK guidelines](https://azure.github.io/azure-sdk/general_introduction.html) (SDK package name starts with `sdk/resourcemanager/**/arm**`, also known as track2). The older Golang libraries that do not conform to [Azure SDK guidelines](https://azure.github.io/azure-sdk/general_introduction.html) are deprecated by 30 September 2023. Although the older libraries can still be used beyond deprecation, they will no longer receive official support and updates from Microsoft after that date. **For users new to the Azure SDK For Go for resource management modules, please see the [README for 'sdk/azcore`](https://github.com/Azure/azure-sdk-for-go/tree/main/sdk/azcore) and the README for every individual package.**