Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update computeschedule changelog file #47885

Merged
merged 6 commits into from
Jan 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading