Skip to content

Commit

Permalink
Release stable version 2024-07-10 of HybridCompute (#46581)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaotongms authored Oct 18, 2024
1 parent 68c2e95 commit 823144f
Show file tree
Hide file tree
Showing 110 changed files with 3,838 additions and 9,424 deletions.
Original file line number Diff line number Diff line change
@@ -1,23 +1,19 @@
# Release History

## 1.0.0-beta.11 (Unreleased)
## 1.0.0 (2024-10-18)

This is the first stable release of the Hybrid Compute library.

### Features Added

- Upgraded api-version tag from 'package-preview-2024-05' to 'package-2024-07'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/15b16d1b5c3cccdecdd1cfe936f6a8005680c557/specification/hybridcompute/resource-manager/readme.md.
- Exposed `JsonModelWriteCore` for model serialization procedure.

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.0.0-beta.10 (2024-07-19)

### Features Added

- Upgraded api-version tag from 'package-preview-2024-03' to 'package-preview-2024-05'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/b48d5d72073a296514d3d4db77887d8711526ccc/specification/hybridcompute/resource-manager/readme.md
- Added `ArmOperation.Rehydrate` and `ArmOperation.Rehydrate<T>` static methods to rehydrate a long-running operation.
- Added experimental Bicep serialization.

## 1.0.0-beta.9 (2024-06-07)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This library follows the [new Azure SDK guidelines](https://azure.github.io/azur
Install the Microsoft Azure Hybrid Compute management library for .NET with [NuGet](https://www.nuget.org/):

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

### Prerequisites
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"AssetsRepo": "Azure/azure-sdk-assets",
"AssetsRepoPrefixPath": "net",
"TagPrefix": "net/hybridcompute/Azure.ResourceManager.HybridCompute",
"Tag": "net/hybridcompute/Azure.ResourceManager.HybridCompute_2df9be5e7a"
"Tag": "net/hybridcompute/Azure.ResourceManager.HybridCompute_a837b681f8"
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Loading

0 comments on commit 823144f

Please sign in to comment.