You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/trustedsigning/azure-resourcemanager-trustedsigning/CHANGELOG.md
+63-4Lines changed: 63 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,73 @@
1
1
# Release History
2
2
3
-
## 1.0.0-beta.2 (Unreleased)
3
+
## 1.0.0 (2025-10-07)
4
4
5
-
### Features Added
5
+
- 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).
6
6
7
7
### Breaking Changes
8
8
9
-
### Bugs Fixed
9
+
#### `models.RevokeCertificate` was modified
10
+
11
+
*`validate()` was removed
12
+
13
+
#### `models.OperationDisplay` was modified
14
+
15
+
*`validate()` was removed
16
+
17
+
#### `models.CheckNameAvailability` was modified
18
+
19
+
*`validate()` was removed
20
+
21
+
#### `models.CodeSigningAccountPatch` was modified
Copy file name to clipboardExpand all lines: sdk/trustedsigning/azure-resourcemanager-trustedsigning/README.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Azure Resource Manager Trusted Signing client library for Java.
4
4
5
-
This package contains Microsoft Azure SDK for Trusted Signing Management SDK. Code Signing resource provider api. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
5
+
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).
6
6
7
7
## We'd love to hear your feedback
8
8
@@ -32,7 +32,7 @@ Various documentation is available to help you get started
<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.</description>
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>
Copy file name to clipboardExpand all lines: sdk/trustedsigning/azure-resourcemanager-trustedsigning/src/main/java/com/azure/resourcemanager/trustedsigning/implementation/TrustedSigningManagementClientImpl.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -187,7 +187,7 @@ public CertificateProfilesClient getCertificateProfiles() {
0 commit comments