Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## 1.0.0-beta.2 (Unreleased)

- 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.

- 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).

### Breaking Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Azure Resource Manager Trusted Signing client library for Java

**Deprecation Notice**

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.

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).
Expand Down Expand Up @@ -32,7 +36,7 @@ Various documentation is available to help you get started
<dependency>
<groupId>com.azure.resourcemanager</groupId>
<artifactId>azure-resourcemanager-trustedsigning</artifactId>
<version>1.0.0</version>
<version>1.0.0-beta.2</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<packaging>jar</packaging>

<name>Microsoft Azure SDK for Trusted Signing Management</name>
<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>
<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>
<url>https://github.com/Azure/azure-sdk-for-java</url>

<licenses>
Expand Down
Loading