Skip to content

Commit b6dc6e5

Browse files
alexmahonicHong Ma
andauthored
HybridConnectivity SDK Update (Azure#46823)
* Update HybridConnectivity SDK with MultiCloud * update test * update assets and tests * update 1.0.0 version --------- Co-authored-by: Hong Ma <[email protected]>
1 parent e1e91d2 commit b6dc6e5

File tree

129 files changed

+20669
-398
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

129 files changed

+20669
-398
lines changed

sdk/hybridconnectivity/Azure.ResourceManager.HybridConnectivity/CHANGELOG.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,13 @@
11
# Release History
22

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

55
### Features Added
66

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

10-
### Breaking Changes
11-
12-
### Bugs Fixed
13-
14-
### Other Changes
15-
1611
## 1.0.0-beta.4 (2023-11-29)
1712

1813
### Features Added

sdk/hybridconnectivity/Azure.ResourceManager.HybridConnectivity/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ This library follows the [new Azure SDK guidelines](https://azure.github.io/azur
1010
- Better error-handling.
1111
- Support uniform telemetry across all languages.
1212

13-
## Getting started
13+
## Getting started
1414

1515
### Install the package
1616

1717
Install the Microsoft Azure Hybrid Connectivity management library for .NET with [NuGet](https://www.nuget.org/):
1818

1919
```dotnetcli
20-
dotnet add package Azure.ResourceManager.HybridConnectivity --prerelease
20+
dotnet add package Azure.ResourceManager.HybridConnectivity
2121
```
2222

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

sdk/hybridconnectivity/Azure.ResourceManager.HybridConnectivity/api/Azure.ResourceManager.HybridConnectivity.net8.0.cs

Lines changed: 684 additions & 31 deletions
Large diffs are not rendered by default.

sdk/hybridconnectivity/Azure.ResourceManager.HybridConnectivity/api/Azure.ResourceManager.HybridConnectivity.netstandard2.0.cs

Lines changed: 684 additions & 31 deletions
Large diffs are not rendered by default.

sdk/hybridconnectivity/Azure.ResourceManager.HybridConnectivity/assets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"AssetsRepo": "Azure/azure-sdk-assets",
33
"AssetsRepoPrefixPath": "net",
44
"TagPrefix": "net/hybridconnectivity/Azure.ResourceManager.HybridConnectivity",
5-
"Tag": ""
5+
"Tag": "net/hybridconnectivity/Azure.ResourceManager.HybridConnectivity_17ba5d38c3"
66
}

sdk/hybridconnectivity/Azure.ResourceManager.HybridConnectivity/samples/Generated/Samples/Sample_EndpointResource.cs

Lines changed: 67 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)