Skip to content

Commit 4ff3741

Browse files
Deprecate azure-resourcemanager-trustedsigning and standardize notice metadata (#49387)
* Add trustedsigning deprecation notices Co-authored-by: weidongxu-microsoft <53292327+weidongxu-microsoft@users.noreply.github.com> * Adjust trustedsigning deprecation date format and version Co-authored-by: weidongxu-microsoft <53292327+weidongxu-microsoft@users.noreply.github.com> * Correct trustedsigning version back to beta.2 Co-authored-by: weidongxu-microsoft <53292327+weidongxu-microsoft@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: weidongxu-microsoft <53292327+weidongxu-microsoft@users.noreply.github.com>
1 parent dbfa0c8 commit 4ff3741

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## 1.0.0-beta.2 (Unreleased)
44

5+
- Please note, this package has been deprecated and will no longer be maintained after 2026-02-10. We encourage you to upgrade to the replacement package, azure-resourcemanager-artifactsigning, to continue receiving updates. Refer to our deprecation policy (https://aka.ms/azsdk/support-policies) for more details.
6+
57
- Azure Resource Manager Trusted Signing client library for Java. This package contains Microsoft Azure SDK for Trusted Signing Management SDK. Code Signing resource provider api. Package api-version 2025-10-13. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
68

79
### Breaking Changes

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Azure Resource Manager Trusted Signing client library for Java
22

3+
**Deprecation Notice**
4+
5+
Please note, this package has been deprecated and will no longer be maintained after 2026-02-10. We encourage you to upgrade to the replacement package, azure-resourcemanager-artifactsigning, to continue receiving updates. Refer to our deprecation policy (https://aka.ms/azsdk/support-policies) for more details.
6+
37
Azure Resource Manager Trusted Signing client library for Java.
48

59
This package contains Microsoft Azure SDK for Trusted Signing Management SDK. Code Signing resource provider api. Package api-version 2025-10-13. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
@@ -32,7 +36,7 @@ Various documentation is available to help you get started
3236
<dependency>
3337
<groupId>com.azure.resourcemanager</groupId>
3438
<artifactId>azure-resourcemanager-trustedsigning</artifactId>
35-
<version>1.0.0</version>
39+
<version>1.0.0-beta.2</version>
3640
</dependency>
3741
```
3842
[//]: # ({x-version-update-end})

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

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

2020
<name>Microsoft Azure SDK for Trusted Signing Management</name>
21-
<description>This package contains Microsoft Azure SDK for Trusted Signing Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Code Signing resource provider api. Package api-version 2025-10-13.</description>
21+
<description>Please note, this package has been deprecated and will no longer be maintained after 2026-02-10. We encourage you to upgrade to the replacement package, azure-resourcemanager-artifactsigning, to continue receiving updates. Refer to our deprecation policy (https://aka.ms/azsdk/support-policies) for more details. This package contains Microsoft Azure SDK for Trusted Signing Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Code Signing resource provider api. Package api-version 2025-10-13.</description>
2222
<url>https://github.com/Azure/azure-sdk-for-java</url>
2323

2424
<licenses>

0 commit comments

Comments
 (0)