diff --git a/sdk/computeschedule/Azure.ResourceManager.ComputeSchedule/CHANGELOG.md b/sdk/computeschedule/Azure.ResourceManager.ComputeSchedule/CHANGELOG.md index f1c658190e51c..30d258143c0dc 100644 --- a/sdk/computeschedule/Azure.ResourceManager.ComputeSchedule/CHANGELOG.md +++ b/sdk/computeschedule/Azure.ResourceManager.ComputeSchedule/CHANGELOG.md @@ -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: diff --git a/sdk/computeschedule/Azure.ResourceManager.ComputeSchedule/README.md b/sdk/computeschedule/Azure.ResourceManager.ComputeSchedule/README.md index 82664dfee4a0c..73790cb37ba6c 100644 --- a/sdk/computeschedule/Azure.ResourceManager.ComputeSchedule/README.md +++ b/sdk/computeschedule/Azure.ResourceManager.ComputeSchedule/README.md @@ -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 diff --git a/sdk/computeschedule/Azure.ResourceManager.ComputeSchedule/src/Azure.ResourceManager.ComputeSchedule.csproj b/sdk/computeschedule/Azure.ResourceManager.ComputeSchedule/src/Azure.ResourceManager.ComputeSchedule.csproj index ffa6c553d4abd..c2270b6346947 100644 --- a/sdk/computeschedule/Azure.ResourceManager.ComputeSchedule/src/Azure.ResourceManager.ComputeSchedule.csproj +++ b/sdk/computeschedule/Azure.ResourceManager.ComputeSchedule/src/Azure.ResourceManager.ComputeSchedule.csproj @@ -1,6 +1,6 @@ - 1.0.0-beta.2 + 1.0.0 Azure.ResourceManager.ComputeSchedule Azure Resource Manager client SDK for Azure resource provider ComputeSchedule. azure;management;arm;resource manager;computeschedule