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
+17-5Lines changed: 17 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,32 @@
1
1
# Release History
2
2
3
-
## 1.0.0-beta.2 (Unreleased)
3
+
## 1.0.0 (2025-01-24)
4
4
5
5
### Features Added
6
6
7
-
### Breaking Changes
7
+
- Updated the Computeschedule RP api-version from `2024-08-15-preview` to the first stable version `2024-10-01`.
8
8
9
9
### Bugs Fixed
10
10
11
-
### Other Changes
11
+
- Changed the errorDetails in OperationErrorDetails from dateTime to string.
12
+
- Added AzureOperationName in results returned when calling `GetOperationErrors` endpoint.
12
13
13
14
## 1.0.0-beta.1 (2024-09-27)
14
15
15
16
### Features Added
16
-
- Updated the Computeschedule RP api-version from `2024-08-15-preview` to the first stable version `2024-10-01`.
17
-
- Updated properties to for response values retrned to customers
17
+
18
+
New endpoints were added for the following to be available in public preview
19
+
- VirtualMachinesSubmitStart
20
+
- VirtualMachinesSubmitDeallocate
21
+
- VirtualMachinesSubmitHibernate
22
+
- VirtualMachinesExecuteStart
23
+
- VirtualMachinesExecuteDeallocate
24
+
- VirtualMachinesExecuteHibernate
25
+
- VirtualMachinesGetOperationStatus
26
+
- VirtualMachinesCancelOperations
27
+
- VirtualMachinesGetOperationErrors
28
+
29
+
The endpoint was also changed from `2024-06-01-preview` to the most recent `2024-08-15-preview` version that includes the `VirtualMachinesGetOperationErrors` endpoint
18
30
19
31
This package follows the [new Azure SDK guidelines](https://azure.github.io/azure-sdk/general_introduction.html), and provides many core capabilities:
Copy file name to clipboardExpand all lines: sdk/computeschedule/Azure.ResourceManager.ComputeSchedule/src/Azure.ResourceManager.ComputeSchedule.csproj
0 commit comments