Skip to content

Commit

Permalink
update computeschedule changelog file (#47885)
Browse files Browse the repository at this point in the history
  • Loading branch information
NneOkeke authored Jan 20, 2025
1 parent 7137627 commit a0e7401
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,20 +1,32 @@
# Release History

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

### Features Added

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

### Bugs Fixed

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

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

### Features Added
- Updated the Computeschedule RP api-version from `2024-08-15-preview` to the first stable version `2024-10-01`.
- Updated properties to for response values retrned to customers

New endpoints were added for the following to be available in public preview
- VirtualMachinesSubmitStart
- VirtualMachinesSubmitDeallocate
- VirtualMachinesSubmitHibernate
- VirtualMachinesExecuteStart
- VirtualMachinesExecuteDeallocate
- VirtualMachinesExecuteHibernate
- VirtualMachinesGetOperationStatus
- VirtualMachinesCancelOperations
- VirtualMachinesGetOperationErrors

The endpoint was also changed from `2024-06-01-preview` to the most recent `2024-08-15-preview` version that includes the `VirtualMachinesGetOperationErrors` endpoint

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This library follows the [new Azure SDK guidelines](https://azure.github.io/azur
Install the Microsoft Azure ComputeSchedule management library for .NET with [NuGet](https://www.nuget.org/):

```dotnetcli
dotnet add package Azure.ResourceManager.ComputeSchedule --prerelease
dotnet add package Azure.ResourceManager.ComputeSchedule
```

### Prerequisites
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.0.0-beta.2</Version>
<Version>1.0.0</Version>
<PackageId>Azure.ResourceManager.ComputeSchedule</PackageId>
<Description>Azure Resource Manager client SDK for Azure resource provider ComputeSchedule.</Description>
<PackageTags>azure;management;arm;resource manager;computeschedule</PackageTags>
Expand Down

0 comments on commit a0e7401

Please sign in to comment.