Skip to content

Commit a0e7401

Browse files
authored
update computeschedule changelog file (Azure#47885)
1 parent 7137627 commit a0e7401

File tree

3 files changed

+19
-7
lines changed

3 files changed

+19
-7
lines changed

sdk/computeschedule/Azure.ResourceManager.ComputeSchedule/CHANGELOG.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,32 @@
11
# Release History
22

3-
## 1.0.0-beta.2 (Unreleased)
3+
## 1.0.0 (2025-01-24)
44

55
### Features Added
66

7-
### Breaking Changes
7+
- Updated the Computeschedule RP api-version from `2024-08-15-preview` to the first stable version `2024-10-01`.
88

99
### Bugs Fixed
1010

11-
### Other Changes
11+
- Changed the errorDetails in OperationErrorDetails from dateTime to string.
12+
- Added AzureOperationName in results returned when calling `GetOperationErrors` endpoint.
1213

1314
## 1.0.0-beta.1 (2024-09-27)
1415

1516
### 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
1830

1931
This package follows the [new Azure SDK guidelines](https://azure.github.io/azure-sdk/general_introduction.html), and provides many core capabilities:
2032

sdk/computeschedule/Azure.ResourceManager.ComputeSchedule/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This library follows the [new Azure SDK guidelines](https://azure.github.io/azur
2727
Install the Microsoft Azure ComputeSchedule management library for .NET with [NuGet](https://www.nuget.org/):
2828

2929
```dotnetcli
30-
dotnet add package Azure.ResourceManager.ComputeSchedule --prerelease
30+
dotnet add package Azure.ResourceManager.ComputeSchedule
3131
```
3232

3333
### Prerequisites

sdk/computeschedule/Azure.ResourceManager.ComputeSchedule/src/Azure.ResourceManager.ComputeSchedule.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>1.0.0-beta.2</Version>
3+
<Version>1.0.0</Version>
44
<PackageId>Azure.ResourceManager.ComputeSchedule</PackageId>
55
<Description>Azure Resource Manager client SDK for Azure resource provider ComputeSchedule.</Description>
66
<PackageTags>azure;management;arm;resource manager;computeschedule</PackageTags>

0 commit comments

Comments
 (0)