Skip to content

Commit

Permalink
HybridConnectivity SDK Update (#46823)
Browse files Browse the repository at this point in the history
* Update HybridConnectivity SDK with MultiCloud

* update test

* update assets and tests

* update 1.0.0 version

---------

Co-authored-by: Hong Ma <hongma@microsoft.com>
  • Loading branch information
alexmahonic and Hong Ma authored Nov 20, 2024
1 parent e1e91d2 commit b6dc6e5
Show file tree
Hide file tree
Showing 129 changed files with 20,669 additions and 398 deletions.
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

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

0 comments on commit b6dc6e5

Please sign in to comment.