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

HybridConnectivity SDK Update #46823

Merged
merged 4 commits into from
Nov 20, 2024
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,18 +1,13 @@
# Release History

## 1.0.0-beta.5 (Unreleased)
## 1.0.0 (2024-11-29)

### Features Added

- Release SDK for MultiCloud
- Enable the new model serialization by using the System.ClientModel, refer this [document](https://aka.ms/azsdk/net/mrw) for more details.
- Exposed `JsonModelWriteCore` for model serialization procedure.

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.0.0-beta.4 (2023-11-29)

### Features Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ This library follows the [new Azure SDK guidelines](https://azure.github.io/azur
- Better error-handling.
- Support uniform telemetry across all languages.

## Getting started
## Getting started

### Install the package

alexmahonic marked this conversation as resolved.
Show resolved Hide resolved
Install the Microsoft Azure Hybrid Connectivity management library for .NET with [NuGet](https://www.nuget.org/):

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

### Prerequisites
Expand Down Expand Up @@ -77,4 +77,4 @@ more information, see the [Code of Conduct FAQ][coc_faq] or contact
<!-- LINKS -->
[cg]: https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/resourcemanager/Azure.ResourceManager/docs/CONTRIBUTING.md
[coc]: https://opensource.microsoft.com/codeofconduct/
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/

Large diffs are not rendered by default.

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/hybridconnectivity/Azure.ResourceManager.HybridConnectivity",
"Tag": ""
"Tag": "net/hybridconnectivity/Azure.ResourceManager.HybridConnectivity_17ba5d38c3"
}

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

Loading