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/computeschedule/azure-resourcemanager-computeschedule/CHANGELOG.md
+84-4Lines changed: 84 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,94 @@
1
1
# Release History
2
2
3
-
## 1.1.0-beta.1 (Unreleased)
3
+
## 1.0.0-beta.1 (2025-04-04)
4
4
5
-
### Features Added
5
+
- Azure Resource Manager computeschedule client library for Java. This package contains Microsoft Azure SDK for computeschedule Management SDK. Microsoft.ComputeSchedule Resource Provider management API. Package tag package-2024-10-01. 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
+
#### `ComputeScheduleManager$Configurable` was removed
10
+
11
+
#### `implementation.models.OperationListResult` was removed
12
+
13
+
#### `ComputeScheduleManager` was removed
14
+
15
+
#### `models.OperationErrorDetails` was modified
16
+
17
+
*`timeStamp()` was removed
18
+
19
+
#### `models.ResourceOperationDetails` was modified
20
+
21
+
*`timeZone()` was removed
22
+
23
+
#### `models.Schedule` was modified
24
+
25
+
*`withTimeZone(java.lang.String)` was removed
26
+
*`deadLine()` was removed
27
+
*`withDeadLine(java.time.OffsetDateTime)` was removed
28
+
*`timeZone()` was removed
29
+
30
+
### Features Added
31
+
32
+
*`models.OperationListResult` was added
33
+
34
+
*`ComputescheduleManager$Configurable` was added
35
+
36
+
*`ComputescheduleManager` was added
37
+
38
+
#### `models.OperationErrorsResult` was modified
39
+
40
+
*`withOperationId(java.lang.String)` was added
41
+
*`withRequestErrorDetails(java.lang.String)` was added
42
+
*`withRequestErrorCode(java.lang.String)` was added
43
+
*`withActivationTime(java.time.OffsetDateTime)` was added
44
+
*`withCompletedAt(java.time.OffsetDateTime)` was added
45
+
*`withCreationTime(java.time.OffsetDateTime)` was added
46
+
*`withOperationErrors(java.util.List)` was added
47
+
48
+
#### `models.OperationErrorDetails` was modified
49
+
50
+
*`withAzureOperationName(java.lang.String)` was added
51
+
*`errorDetailsTimestamp()` was added
52
+
*`withCrpOperationId(java.lang.String)` was added
53
+
*`withErrorCode(java.lang.String)` was added
54
+
*`withErrorDetails(java.lang.String)` was added
55
+
*`withErrorDetailsTimestamp(java.time.OffsetDateTime)` was added
56
+
*`withTimestamp(java.time.OffsetDateTime)` was added
57
+
58
+
#### `models.ResourceOperationDetails` was modified
59
+
60
+
*`withOperationTimezone(java.lang.String)` was added
61
+
*`withSubscriptionId(java.lang.String)` was added
62
+
*`withCompletedAt(java.time.OffsetDateTime)` was added
63
+
*`withRetryPolicy(models.RetryPolicy)` was added
64
+
*`withResourceId(java.lang.String)` was added
65
+
*`operationTimezone()` was added
66
+
*`withDeadlineType(models.DeadlineType)` was added
67
+
*`withDeadline(java.time.OffsetDateTime)` was added
68
+
*`withTimezone(java.lang.String)` was added
69
+
*`withResourceOperationError(models.ResourceOperationError)` was added
70
+
*`withOpType(models.ResourceOperationType)` was added
71
+
*`withOperationId(java.lang.String)` was added
72
+
*`withState(models.OperationState)` was added
73
+
74
+
#### `models.ResourceOperationError` was modified
75
+
76
+
*`withErrorCode(java.lang.String)` was added
77
+
*`withErrorDetails(java.lang.String)` was added
78
+
79
+
#### `models.Schedule` was modified
80
+
81
+
*`withScheduleDeadline(java.time.OffsetDateTime)` was added
82
+
*`withScheduleTimezone(java.lang.String)` was added
83
+
*`scheduleTimezone()` was added
84
+
*`scheduleDeadline()` was added
85
+
86
+
#### `models.ResourceOperation` was modified
10
87
11
-
### Other Changes
88
+
*`withResourceId(java.lang.String)` was added
89
+
*`withErrorDetails(java.lang.String)` was added
90
+
*`withOperation(models.ResourceOperationDetails)` was added
Copy file name to clipboardExpand all lines: sdk/computeschedule/azure-resourcemanager-computeschedule/README.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
-
# Azure Resource Manager Compute Schedule client library for Java
1
+
# Azure Resource Manager computeschedule client library for Java
2
2
3
-
Azure Resource Manager Compute Schedule client library for Java.
3
+
Azure Resource Manager computeschedule client library for Java.
4
4
5
-
This package contains Microsoft Azure SDK for Compute Schedule Management SDK. Microsoft.ComputeSchedule Resource Provider management 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 computeschedule Management SDK. Microsoft.ComputeSchedule Resource Provider management API. Package tag package-2024-10-01. 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
@@ -52,15 +52,15 @@ Azure subscription ID can be configured via `AZURE_SUBSCRIPTION_ID` environment
52
52
Assuming the use of the `DefaultAzureCredential` credential class, the client can be authenticated using the following code:
<name>Microsoft Azure SDK for Compute Schedule Management</name>
21
-
<description>This package contains Microsoft Azure SDK for Compute Schedule Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Microsoft.ComputeSchedule Resource Provider management API.</description>
20
+
<name>Microsoft Azure SDK for computeschedule Management</name>
21
+
<description>This package contains Microsoft Azure SDK for computeschedule Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Microsoft.ComputeSchedule Resource Provider management API. Package tag package-2024-10-01.</description>
0 commit comments