|
1 | 1 | # Release History |
2 | 2 |
|
3 | | -## 1.1.0-beta.1 (Unreleased) |
| 3 | +## 1.0.0-beta.1 (2025-04-15) |
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-2025-05-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 | +* `timeZone()` was removed |
| 26 | +* `withTimeZone(java.lang.String)` was removed |
| 27 | +* `withDeadLine(java.time.OffsetDateTime)` was removed |
| 28 | +* `deadLine()` was removed |
| 29 | + |
| 30 | +### Features Added |
| 31 | + |
| 32 | +* `models.ResourceProvisionPayload` was added |
| 33 | + |
| 34 | +* `models.CreateResourceOperationResponse` was added |
| 35 | + |
| 36 | +* `models.OperationListResult` was added |
| 37 | + |
| 38 | +* `ComputescheduleManager$Configurable` was added |
| 39 | + |
| 40 | +* `models.ExecuteDeleteRequest` was added |
| 41 | + |
| 42 | +* `models.ExecuteCreateRequest` was added |
| 43 | + |
| 44 | +* `ComputescheduleManager` was added |
| 45 | + |
| 46 | +* `models.DeleteResourceOperationResponse` was added |
| 47 | + |
| 48 | +* `models.VirtualMachineExtensionData` was added |
| 49 | + |
| 50 | +#### `models.OperationErrorsResult` was modified |
| 51 | + |
| 52 | +* `withOperationId(java.lang.String)` was added |
| 53 | +* `withOperationErrors(java.util.List)` was added |
| 54 | +* `withActivationTime(java.time.OffsetDateTime)` was added |
| 55 | +* `withCreationTime(java.time.OffsetDateTime)` was added |
| 56 | +* `withCompletedAt(java.time.OffsetDateTime)` was added |
| 57 | +* `withRequestErrorDetails(java.lang.String)` was added |
| 58 | +* `withRequestErrorCode(java.lang.String)` was added |
| 59 | + |
| 60 | +#### `models.OperationErrorDetails` was modified |
| 61 | + |
| 62 | +* `errorDetailsTimestamp()` was added |
| 63 | +* `withTimestamp(java.time.OffsetDateTime)` was added |
| 64 | +* `withErrorDetailsTimestamp(java.time.OffsetDateTime)` was added |
| 65 | +* `withAzureOperationName(java.lang.String)` was added |
| 66 | +* `withCrpOperationId(java.lang.String)` was added |
| 67 | +* `withErrorDetails(java.lang.String)` was added |
| 68 | +* `withErrorCode(java.lang.String)` was added |
| 69 | + |
| 70 | +#### `models.ScheduledActions` was modified |
| 71 | + |
| 72 | +* `virtualMachinesExecuteDeleteWithResponse(java.lang.String,models.ExecuteDeleteRequest,com.azure.core.util.Context)` was added |
| 73 | +* `virtualMachinesExecuteCreate(java.lang.String,models.ExecuteCreateRequest)` was added |
| 74 | +* `virtualMachinesExecuteCreateWithResponse(java.lang.String,models.ExecuteCreateRequest,com.azure.core.util.Context)` was added |
| 75 | +* `virtualMachinesExecuteDelete(java.lang.String,models.ExecuteDeleteRequest)` was added |
| 76 | + |
| 77 | +#### `models.ResourceOperationDetails` was modified |
| 78 | + |
| 79 | +* `withOperationId(java.lang.String)` was added |
| 80 | +* `operationTimezone()` was added |
| 81 | +* `withTimezone(java.lang.String)` was added |
| 82 | +* `withOperationTimezone(java.lang.String)` was added |
| 83 | +* `withOpType(models.ResourceOperationType)` was added |
| 84 | +* `withResourceId(java.lang.String)` was added |
| 85 | +* `withState(models.OperationState)` was added |
| 86 | +* `withCompletedAt(java.time.OffsetDateTime)` was added |
| 87 | +* `withDeadline(java.time.OffsetDateTime)` was added |
| 88 | +* `withRetryPolicy(models.RetryPolicy)` was added |
| 89 | +* `withSubscriptionId(java.lang.String)` was added |
| 90 | +* `withDeadlineType(models.DeadlineType)` was added |
| 91 | +* `withResourceOperationError(models.ResourceOperationError)` was added |
| 92 | + |
| 93 | +#### `models.ResourceOperationError` was modified |
| 94 | + |
| 95 | +* `withErrorCode(java.lang.String)` was added |
| 96 | +* `withErrorDetails(java.lang.String)` was added |
| 97 | + |
| 98 | +#### `models.Schedule` was modified |
| 99 | + |
| 100 | +* `scheduleTimezone()` was added |
| 101 | +* `scheduleDeadline()` was added |
| 102 | +* `withScheduleDeadline(java.time.OffsetDateTime)` was added |
| 103 | +* `withScheduleTimezone(java.lang.String)` was added |
| 104 | + |
| 105 | +#### `models.ResourceOperation` was modified |
10 | 106 |
|
11 | | -### Other Changes |
| 107 | +* `withResourceId(java.lang.String)` was added |
| 108 | +* `withOperation(models.ResourceOperationDetails)` was added |
| 109 | +* `withErrorCode(java.lang.String)` was added |
| 110 | +* `withErrorDetails(java.lang.String)` was added |
12 | 111 |
|
13 | 112 | ## 1.0.0 (2025-01-22) |
14 | 113 |
|
|
0 commit comments