Skip to content

Commit 79c0540

Browse files
Increment versions for resourcemanager releases (#45346)
* mgmt, deprecation release for appplatform (#45343) * deprecate * version_client.txt * pom.xml * readme.md * fix pom.xml * Increment package versions for resourcemanager releases * Update version_client.txt * update pom.xml and ci.yml * fix other current --------- Co-authored-by: Xiaofei Cao <92354331+XiaofeiCao@users.noreply.github.com> Co-authored-by: xiaofeicao <xiaofeicao@microsoft.com>
1 parent 353b009 commit 79c0540

File tree

6 files changed

+28
-12
lines changed

6 files changed

+28
-12
lines changed

eng/versioning/version_client.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ com.azure.spring:spring-cloud-azure-stream-binder-servicebus;5.22.0;5.23.0-beta.
259259
com.azure.spring:spring-cloud-azure-testcontainers;5.22.0;5.23.0-beta.1
260260
com.azure:azure-spring-data-cosmos;5.22.0;5.23.0-beta.1
261261
com.azure.resourcemanager:azure-resourcemanager;2.50.0;2.51.0-beta.1
262-
com.azure.resourcemanager:azure-resourcemanager-appplatform;2.50.0;2.51.0-beta.1
262+
com.azure.resourcemanager:azure-resourcemanager-appplatform;2.50.1;2.51.0-beta.1
263263
com.azure.resourcemanager:azure-resourcemanager-appservice;2.50.0;2.51.0-beta.1
264264
com.azure.resourcemanager:azure-resourcemanager-authorization;2.50.0;2.51.0-beta.1
265265
com.azure.resourcemanager:azure-resourcemanager-cdn;2.50.0;2.51.0-beta.1

sdk/resourcemanager/azure-resourcemanager-appplatform/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,20 @@
1010

1111
### Other Changes
1212

13+
## 2.50.1 (2025-05-15)
14+
15+
Please note, this package has been deprecated and will no longer be maintained after 03/31/2025.
16+
We recommend [azure-resourcemanager-appcontainers](https://learn.microsoft.com/java/api/overview/azure/resourcemanager-appcontainers-readme) and [azure-resourcemanager-containerservice](https://learn.microsoft.com/java/api/overview/azure/resourcemanager-containerservice-readme) as the replacement libraries.
17+
Refer to [Azure Spring Apps retirement announcement](https://aka.ms/asaretirement) for the retirement details and how to migrate to the new services.
18+
Refer to our deprecation policy (https://aka.ms/azsdk/support-policies) for more details.
19+
20+
### Other Changes
21+
22+
- Please note, this package has been deprecated and will no longer be maintained after 03/31/2025.
23+
We recommend [azure-resourcemanager-appcontainers](https://learn.microsoft.com/java/api/overview/azure/resourcemanager-appcontainers-readme) and [azure-resourcemanager-containerservice](https://learn.microsoft.com/java/api/overview/azure/resourcemanager-containerservice-readme) as the replacement libraries.
24+
Refer to [Azure Spring Apps retirement announcement](https://aka.ms/asaretirement) for the retirement details and how to migrate to the new services.
25+
Refer to our deprecation policy (https://aka.ms/azsdk/support-policies) for more details.
26+
1327
## 2.50.0 (2025-04-24)
1428

1529
### Other Changes

sdk/resourcemanager/azure-resourcemanager-appplatform/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Azure Resource Manager App Platform client library for Java
22

3+
Please note, this package has been deprecated and will no longer be maintained after 03/31/2025.
4+
We recommend [azure-resourcemanager-appcontainers](https://learn.microsoft.com/java/api/overview/azure/resourcemanager-appcontainers-readme) and [azure-resourcemanager-containerservice](https://learn.microsoft.com/java/api/overview/azure/resourcemanager-containerservice-readme) as the replacement libraries.
5+
Refer to [Azure Spring Apps retirement announcement](https://aka.ms/asaretirement) for more retirement details and how to migrate to the new services.
6+
Refer to our deprecation policy (https://aka.ms/azsdk/support-policies) for more details.
7+
38
Azure Resource Manager App Platform client library for Java
49

510
For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
@@ -18,7 +23,7 @@ For documentation on how to use this package, please see [Azure Management Libra
1823
<dependency>
1924
<groupId>com.azure.resourcemanager</groupId>
2025
<artifactId>azure-resourcemanager-appplatform</artifactId>
21-
<version>2.50.0</version>
26+
<version>2.50.1</version>
2227
</dependency>
2328
```
2429
[//]: # ({x-version-update-end})

sdk/resourcemanager/azure-resourcemanager-appplatform/pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,12 @@
1818
<packaging>jar</packaging>
1919

2020
<name>Microsoft Azure SDK for App Platform Management</name>
21-
<description>This package contains Microsoft Azure App Platform Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt</description>
21+
<description>
22+
Please note, this package has been deprecated and will no longer be maintained after 03/31/2025.
23+
We recommend azure-resourcemanager-appcontainers (https://learn.microsoft.com/java/api/overview/azure/resourcemanager-appcontainers-readme) and azure-resourcemanager-containerservice (https://learn.microsoft.com/java/api/overview/azure/resourcemanager-containerservice-readme) as the replacement libraries.
24+
Refer to Azure Spring Apps retirement announcement (https://aka.ms/asaretirement) for more retirement details and how to migrate to the new services.
25+
Refer to our deprecation policy (https://aka.ms/azsdk/support-policies) for more details.
26+
</description>
2227
<url>https://github.com/Azure/azure-sdk-for-java</url>
2328

2429
<licenses>

sdk/resourcemanager/azure-resourcemanager/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
<dependency>
152152
<groupId>com.azure.resourcemanager</groupId>
153153
<artifactId>azure-resourcemanager-appplatform</artifactId>
154-
<version>2.51.0-beta.1</version> <!-- {x-version-update;com.azure.resourcemanager:azure-resourcemanager-appplatform;current} -->
154+
<version>2.50.1</version> <!-- {x-version-update;com.azure.resourcemanager:azure-resourcemanager-appplatform;dependency} -->
155155
</dependency>
156156
<dependency>
157157
<groupId>com.azure.resourcemanager</groupId>

sdk/resourcemanager/ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,6 @@ parameters:
8484
displayName: 'azure-resourcemanager'
8585
type: boolean
8686
default: true
87-
- name: release_azureresourcemanagerappplatform
88-
displayName: 'azure-resourcemanager-appplatform'
89-
type: boolean
90-
default: true
9187
- name: release_azureresourcemanagerappservice
9288
displayName: 'azure-resourcemanager-appservice'
9389
type: boolean
@@ -186,10 +182,6 @@ extends:
186182
groupId: com.azure.resourcemanager
187183
safeName: azureresourcemanager
188184
releaseInBatch: ${{ parameters.release_azureresourcemanager }}
189-
- name: azure-resourcemanager-appplatform
190-
groupId: com.azure.resourcemanager
191-
safeName: azureresourcemanagerappplatform
192-
releaseInBatch: ${{ parameters.release_azureresourcemanagerappplatform }}
193185
- name: azure-resourcemanager-appservice
194186
groupId: com.azure.resourcemanager
195187
safeName: azureresourcemanagerappservice

0 commit comments

Comments
 (0)