Skip to content

Commit c55be24

Browse files
update deprecate message (#1420)
1 parent cec722a commit c55be24

File tree

29 files changed

+34
-36
lines changed

29 files changed

+34
-36
lines changed

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
[![Build Status](https://dev.azure.com/azure-sdk/public/_apis/build/status/fluentJava/Azure.azure-libraries-for-java?branchName=master)](https://dev.azure.com/azure-sdk/public/_build/latest?definitionId=608&branchName=master)
22

3-
# This Repository is Planned to be Deprecated in March 2022
3+
# This Repository has been Deprecated
44

5-
**This version of `com.microsoft.azure:azure` is planned to be deprecated in March 2022.**
6-
The deprecation means, it starts the end of support for that library.
7-
You can continue to use the libraries indefinitely (as long as the service is running), but after 1 year, no further bug fixes or security fixes will be provided.
8-
We strongly recommend you upgrade your SDK version to the latest version of `com.azure.resourcemanager:azure-resourcemanager` as soon as possible.
9-
A detailed migration guidance can be found [here](https://aka.ms/java-track2-migration-guide).
5+
Please note, all packages in this repository have been deprecated. Replacement packages are available [azure-resourcemanager](http://aka.ms/azsdk/java/mgmt) as of 31-March-2022.
106

11-
We highly encourage you to [try out those new management libraries](http://aka.ms/azsdk/java/mgmt) as they are now Generally Available (GA) and ready for production use. These new libraries provide a higher-level, object-oriented API for managing Azure resources, that is optimized for ease of use, succinctness and consistency. You can find the list of new packages **[on this page](https://azure.github.io/azure-sdk/releases/latest/java.html)**.
7+
While these packages will continue to receive critical bug fixes through 31-March-2023, we strongly encourage you to upgrade.
128

13-
**If you are interested in learning how to use the new libraries for Azure resource management, please [visit here](https://aka.ms/azsdk/java/mgmt)**. We have also prepared **[plenty of code samples](https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/resourcemanager/docs/SAMPLE.md)**.
9+
See [Migration Guide](https://azure.github.io/azure-sdk/policies_support.html) for more details.
10+
11+
**If you are interested in learning how to use the new libraries for Azure resource management, please [visit here](https://aka.ms/azsdk/java/mgmt)**. We have also prepared **[plenty of code samples](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/resourcemanager/docs/SAMPLE.md)**.
1412

1513
New Management libraries can be identified by namespaces `com.azure.resourcemanager` and artifact that start with `azure-resourcemanager`, e.g. `azure-resourcemanager-compute`. They follow the [Azure SDK Design Guidelines for Java](https://azure.github.io/azure-sdk/java/guidelines/) which aims to provide consistent, approachable, idiomatic, diagnosable, and dependable experience for developers.
1614

azure-mgmt-appservice/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<packaging>jar</packaging>
1717

1818
<name>Microsoft Azure SDK for App Service Management</name>
19-
<description>This package contains Microsoft Azure App Service Management SDK. This version of `com.microsoft.azure:azure-mgmt-appservice` is planned to be deprecated in March 2022. The deprecation means, it starts the end of support for that library. You can continue to use the libraries indefinitely (as long as the service is running), but after 1 year, no further bug fixes or security fixes will be provided. We strongly recommend you upgrade your SDK version to the latest version of `com.azure.resourcemanager:azure-resourcemanager-appservice` as soon as possible. A detailed migration guidance can be found https://aka.ms/java-track2-migration-guide</description>
19+
<description>This package contains Microsoft Azure App Service Management SDK. This package has been deprecated. A replacement package com.azure.resourcemanager:azure-resourcemanager-appservice is available as of 31-March-2022. We strongly encourage you to upgrade to continue receiving updates. See Migration Guide https://aka.ms/java-track2-migration-guide for guidance on upgrading. Refer to our deprecation policy https://azure.github.io/azure-sdk/policies_support.html for more details.</description>
2020
<url>https://github.com/Azure/azure-sdk-for-java</url>
2121

2222
<licenses>

azure-mgmt-batch/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<packaging>jar</packaging>
1717

1818
<name>Microsoft Azure SDK for Batch Account Management</name>
19-
<description>This package contains Microsoft Azure Batch Account Management SDK. This version of `com.microsoft.azure:azure-mgmt-batch` is planned to be deprecated in March 2022. The deprecation means, it starts the end of support for that library. You can continue to use the libraries indefinitely (as long as the service is running), but after 1 year, no further bug fixes or security fixes will be provided. We strongly recommend you upgrade your SDK version to the latest version of `com.azure.resourcemanager:azure-resourcemanager-batch` as soon as possible. A detailed migration guidance can be found https://aka.ms/java-track2-migration-guide</description>
19+
<description>This package contains Microsoft Azure Batch Account Management SDK. This package has been deprecated. A replacement package com.azure.resourcemanager:azure-resourcemanager-batch is available as of 31-March-2022. We strongly encourage you to upgrade to continue receiving updates. See Migration Guide https://aka.ms/java-track2-migration-guide for guidance on upgrading. Refer to our deprecation policy https://azure.github.io/azure-sdk/policies_support.html for more details.</description>
2020
<url>https://github.com/Azure/azure-sdk-for-java</url>
2121

2222
<licenses>

azure-mgmt-batchai/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<packaging>jar</packaging>
1818
<version>1.41.3-SNAPSHOT</version>
1919
<name>Microsoft Azure SDK for BatchAI Management</name>
20-
<description>This package contains Microsoft BatchAI Management SDK. This version of `com.microsoft.azure:azure-mgmt-batchai` is planned to be deprecated in March 2022. The deprecation means, it starts the end of support for that library. You can continue to use the libraries indefinitely (as long as the service is running), but after 1 year, no further bug fixes or security fixes will be provided. We strongly recommend you upgrade your SDK version to the latest version of `com.azure.resourcemanager:azure-resourcemanager-batchai` as soon as possible. A detailed migration guidance can be found https://aka.ms/java-track2-migration-guide</description>
20+
<description>This package contains Microsoft BatchAI Management SDK. This package has been deprecated. A replacement package com.azure.resourcemanager:azure-resourcemanager-batchai is available as of 31-March-2022. We strongly encourage you to upgrade to continue receiving updates. See Migration Guide https://aka.ms/java-track2-migration-guide for guidance on upgrading. Refer to our deprecation policy https://azure.github.io/azure-sdk/policies_support.html for more details.</description>
2121
<url>https://github.com/Azure/azure-sdk-for-java</url>
2222
<licenses>
2323
<license>

azure-mgmt-cdn/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<packaging>jar</packaging>
1313

1414
<name>Microsoft Azure SDK for CDN Management</name>
15-
<description>This package contains Microsoft Azure CDN SDK. This version of `com.microsoft.azure:azure-mgmt-cdn` is planned to be deprecated in March 2022. The deprecation means, it starts the end of support for that library. You can continue to use the libraries indefinitely (as long as the service is running), but after 1 year, no further bug fixes or security fixes will be provided. We strongly recommend you upgrade your SDK version to the latest version of `com.azure.resourcemanager:azure-resourcemanager-cdn` as soon as possible. A detailed migration guidance can be found https://aka.ms/java-track2-migration-guide</description>
15+
<description>This package contains Microsoft Azure CDN SDK. This package has been deprecated. A replacement package com.azure.resourcemanager:azure-resourcemanager-cdn is available as of 31-March-2022. We strongly encourage you to upgrade to continue receiving updates. See Migration Guide https://aka.ms/java-track2-migration-guide for guidance on upgrading. Refer to our deprecation policy https://azure.github.io/azure-sdk/policies_support.html for more details.</description>
1616
<url>https://github.com/Azure/azure-sdk-for-java</url>
1717

1818
<licenses>

azure-mgmt-compute/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<packaging>jar</packaging>
1717

1818
<name>Microsoft Azure SDK for Compute Management</name>
19-
<description>This package contains Microsoft Azure Compute Management SDK. This version of `com.microsoft.azure:azure-mgmt-compute` is planned to be deprecated in March 2022. The deprecation means, it starts the end of support for that library. You can continue to use the libraries indefinitely (as long as the service is running), but after 1 year, no further bug fixes or security fixes will be provided. We strongly recommend you upgrade your SDK version to the latest version of `com.azure.resourcemanager:azure-resourcemanager-compute` as soon as possible. A detailed migration guidance can be found https://aka.ms/java-track2-migration-guide</description>
19+
<description>This package contains Microsoft Azure Compute Management SDK. This package has been deprecated. A replacement package com.azure.resourcemanager:azure-resourcemanager-compute is available as of 31-March-2022. We strongly encourage you to upgrade to continue receiving updates. See Migration Guide https://aka.ms/java-track2-migration-guide for guidance on upgrading. Refer to our deprecation policy https://azure.github.io/azure-sdk/policies_support.html for more details.</description>
2020
<url>https://github.com/Azure/azure-sdk-for-java</url>
2121

2222
<licenses>

azure-mgmt-containerinstance/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<packaging>jar</packaging>
1313

1414
<name>Microsoft Azure SDK for Container Instance Management</name>
15-
<description>This package contains Microsoft Azure Container Instance SDK. This version of `com.microsoft.azure:azure-mgmt-containerinstance` is planned to be deprecated in March 2022. The deprecation means, it starts the end of support for that library. You can continue to use the libraries indefinitely (as long as the service is running), but after 1 year, no further bug fixes or security fixes will be provided. We strongly recommend you upgrade your SDK version to the latest version of `com.azure.resourcemanager:azure-resourcemanager-containerinstance` as soon as possible. A detailed migration guidance can be found https://aka.ms/java-track2-migration-guide</description>
15+
<description>This package contains Microsoft Azure Container Instance SDK. This package has been deprecated. A replacement package com.azure.resourcemanager:azure-resourcemanager-containerinstance is available as of 31-March-2022. We strongly encourage you to upgrade to continue receiving updates. See Migration Guide https://aka.ms/java-track2-migration-guide for guidance on upgrading. Refer to our deprecation policy https://azure.github.io/azure-sdk/policies_support.html for more details.</description>
1616
<url>https://github.com/Azure/azure-sdk-for-java</url>
1717

1818
<licenses>

azure-mgmt-containerregistry/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<packaging>jar</packaging>
1313

1414
<name>Microsoft Azure SDK for Container Registry Management</name>
15-
<description>This package contains Microsoft Azure Container Registry SDK. This version of `com.microsoft.azure:azure-mgmt-containerregistry` is planned to be deprecated in March 2022. The deprecation means, it starts the end of support for that library. You can continue to use the libraries indefinitely (as long as the service is running), but after 1 year, no further bug fixes or security fixes will be provided. We strongly recommend you upgrade your SDK version to the latest version of `com.azure.resourcemanager:azure-resourcemanager-containerregistry` as soon as possible. A detailed migration guidance can be found https://aka.ms/java-track2-migration-guide</description>
15+
<description>This package contains Microsoft Azure Container Registry SDK. This package has been deprecated. A replacement package com.azure.resourcemanager:azure-resourcemanager-containerregistry is available as of 31-March-2022. We strongly encourage you to upgrade to continue receiving updates. See Migration Guide https://aka.ms/java-track2-migration-guide for guidance on upgrading. Refer to our deprecation policy https://azure.github.io/azure-sdk/policies_support.html for more details.</description>
1616
<url>https://github.com/Azure/azure-sdk-for-java</url>
1717

1818
<licenses>

azure-mgmt-containerservice/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<packaging>jar</packaging>
1313

1414
<name>Microsoft Azure SDK for Container Service Management</name>
15-
<description>This package contains Microsoft Azure Container Service SDK. This version of `com.microsoft.azure:azure-mgmt-containerservice` is planned to be deprecated in March 2022. The deprecation means, it starts the end of support for that library. You can continue to use the libraries indefinitely (as long as the service is running), but after 1 year, no further bug fixes or security fixes will be provided. We strongly recommend you upgrade your SDK version to the latest version of `com.azure.resourcemanager:azure-resourcemanager-containerservice` as soon as possible. A detailed migration guidance can be found https://aka.ms/java-track2-migration-guide</description>
15+
<description>This package contains Microsoft Azure Container Service SDK. This package has been deprecated. A replacement package com.azure.resourcemanager:azure-resourcemanager-containerservice is available as of 31-March-2022. We strongly encourage you to upgrade to continue receiving updates. See Migration Guide https://aka.ms/java-track2-migration-guide for guidance on upgrading. Refer to our deprecation policy https://azure.github.io/azure-sdk/policies_support.html for more details.</description>
1616
<url>https://github.com/Azure/azure-sdk-for-java</url>
1717

1818
<licenses>

azure-mgmt-cosmosdb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<packaging>jar</packaging>
1313

1414
<name>Microsoft Azure SDK for CosmosDB Management</name>
15-
<description>This package contains Microsoft Azure CosmosDB SDK. This version of `com.microsoft.azure:azure-mgmt-cosmos` is planned to be deprecated in March 2022. The deprecation means, it starts the end of support for that library. You can continue to use the libraries indefinitely (as long as the service is running), but after 1 year, no further bug fixes or security fixes will be provided. We strongly recommend you upgrade your SDK version to the latest version of `com.azure.resourcemanager:azure-resourcemanager-cosmos` as soon as possible. A detailed migration guidance can be found https://aka.ms/java-track2-migration-guide</description>
15+
<description>This package contains Microsoft Azure CosmosDB SDK. This package has been deprecated. A replacement package com.azure.resourcemanager:azure-resourcemanager-cosmos is available as of 31-March-2022. We strongly encourage you to upgrade to continue receiving updates. See Migration Guide https://aka.ms/java-track2-migration-guide for guidance on upgrading. Refer to our deprecation policy https://azure.github.io/azure-sdk/policies_support.html for more details.</description>
1616
<url>https://github.com/Azure/azure-sdk-for-java</url>
1717

1818
<licenses>

0 commit comments

Comments
 (0)