Skip to content

Commit 5358c38

Browse files
authored
Init Azure.ResourceManager.HybridConnectivity (Azure#27556)
* remove connectedvmware files to solve case-sensitive file name issue * Init the Azure.ResourceManager.HybrdiConnectivity * Update the code * minor fix * minor updates * update code * Remove the unnecessary file which is only for live testing. * fix doc * improve the config * minor fix * Update code
1 parent 518d27a commit 5358c38

34 files changed

+2612
-0
lines changed
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+

2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 16
4+
VisualStudioVersion = 16.0.30309.148
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{F30FA6CB-9503-46F3-907B-1F7B07F86EE3}") = "Azure.ResourceManager.HybridConnectivity", "src\Azure.ResourceManager.HybridConnectivity.csproj", "{80EE38ED-CC19-44D3-A1CF-34F7EFD1F1D2}"
7+
EndProject
8+
Project("{F30FA6CB-9503-46F3-907B-1F7B07F86EE3}") = "Azure.ResourceManager.HybridConnectivity.Tests", "tests\Azure.ResourceManager.HybridConnectivity.Tests.csproj", "{2AFB4C5B-6F23-4AE5-9270-301E1C1A23FE}"
9+
EndProject
10+
Global
11+
GlobalSection(SolutionProperties) = preSolution
12+
HideSolutionNode = FALSE
13+
EndGlobalSection
14+
GlobalSection(ExtensibilityGlobals) = postSolution
15+
SolutionGuid = {B6BBA18D-DD95-40D8-A34B-33FD6C3C7474}
16+
EndGlobalSection
17+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
18+
Debug|Any CPU = Debug|Any CPU
19+
Debug|x64 = Debug|x64
20+
Debug|x86 = Debug|x86
21+
Release|Any CPU = Release|Any CPU
22+
Release|x64 = Release|x64
23+
Release|x86 = Release|x86
24+
EndGlobalSection
25+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
26+
{80EE38ED-CC19-44D3-A1CF-34F7EFD1F1D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
27+
{80EE38ED-CC19-44D3-A1CF-34F7EFD1F1D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
28+
{80EE38ED-CC19-44D3-A1CF-34F7EFD1F1D2}.Debug|x64.ActiveCfg = Debug|Any CPU
29+
{80EE38ED-CC19-44D3-A1CF-34F7EFD1F1D2}.Debug|x64.Build.0 = Debug|Any CPU
30+
{80EE38ED-CC19-44D3-A1CF-34F7EFD1F1D2}.Debug|x86.ActiveCfg = Debug|Any CPU
31+
{80EE38ED-CC19-44D3-A1CF-34F7EFD1F1D2}.Debug|x86.Build.0 = Debug|Any CPU
32+
{80EE38ED-CC19-44D3-A1CF-34F7EFD1F1D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
33+
{80EE38ED-CC19-44D3-A1CF-34F7EFD1F1D2}.Release|Any CPU.Build.0 = Release|Any CPU
34+
{80EE38ED-CC19-44D3-A1CF-34F7EFD1F1D2}.Release|x64.ActiveCfg = Release|Any CPU
35+
{80EE38ED-CC19-44D3-A1CF-34F7EFD1F1D2}.Release|x64.Build.0 = Release|Any CPU
36+
{80EE38ED-CC19-44D3-A1CF-34F7EFD1F1D2}.Release|x86.ActiveCfg = Release|Any CPU
37+
{80EE38ED-CC19-44D3-A1CF-34F7EFD1F1D2}.Release|x86.Build.0 = Release|Any CPU
38+
{2AFB4C5B-6F23-4AE5-9270-301E1C1A23FE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
39+
{2AFB4C5B-6F23-4AE5-9270-301E1C1A23FE}.Debug|Any CPU.Build.0 = Debug|Any CPU
40+
{2AFB4C5B-6F23-4AE5-9270-301E1C1A23FE}.Debug|x64.ActiveCfg = Debug|Any CPU
41+
{2AFB4C5B-6F23-4AE5-9270-301E1C1A23FE}.Debug|x64.Build.0 = Debug|Any CPU
42+
{2AFB4C5B-6F23-4AE5-9270-301E1C1A23FE}.Debug|x86.ActiveCfg = Debug|Any CPU
43+
{2AFB4C5B-6F23-4AE5-9270-301E1C1A23FE}.Debug|x86.Build.0 = Debug|Any CPU
44+
{2AFB4C5B-6F23-4AE5-9270-301E1C1A23FE}.Release|Any CPU.ActiveCfg = Release|Any CPU
45+
{2AFB4C5B-6F23-4AE5-9270-301E1C1A23FE}.Release|Any CPU.Build.0 = Release|Any CPU
46+
{2AFB4C5B-6F23-4AE5-9270-301E1C1A23FE}.Release|x64.ActiveCfg = Release|Any CPU
47+
{2AFB4C5B-6F23-4AE5-9270-301E1C1A23FE}.Release|x64.Build.0 = Release|Any CPU
48+
{2AFB4C5B-6F23-4AE5-9270-301E1C1A23FE}.Release|x86.ActiveCfg = Release|Any CPU
49+
{2AFB4C5B-6F23-4AE5-9270-301E1C1A23FE}.Release|x86.Build.0 = Release|Any CPU
50+
EndGlobalSection
51+
EndGlobal
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Release History
2+
3+
## 1.0.0-beta.1 (Unreleased)
4+
5+
This package follows the [Azure SDK Design Guidelines for .NET](https://azure.github.io/azure-sdk/dotnet_introduction.html) which provide a number of core capabilities that are shared amongst all Azure SDKs, including the intuitive Azure Identity library, an HTTP Pipeline with custom policies, error-handling, distributed tracing, and much more.
6+
7+
This is a Public Preview version, so expect incompatible changes in subsequent releases as we improve the product. To provide feedback, please submit an issue in our [Azure SDK for .NET GitHub repo](https://github.com/Azure/azure-sdk-for-net/issues).
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<!--
3+
Add any shared properties you want for the projects under this package directory that need to be set before the auto imported Directory.Build.props
4+
-->
5+
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., Directory.Build.props))\Directory.Build.props" />
6+
</Project>
Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
# Azure Hybrid Connectivity Management client library for .NET
2+
3+
This package follows the [new Azure SDK guidelines](https://azure.github.io/azure-sdk/general_introduction.html) which provide a number of core capabilities that are shared amongst all Azure SDKs, including the intuitive Azure Identity library, an HTTP Pipeline with custom policies, error-handling, distributed tracing, and much more.
4+
5+
## Getting started
6+
7+
### Install the package
8+
9+
Install the Azure Hybrid Connectivity management library for .NET with [NuGet](https://www.nuget.org/):
10+
11+
```PowerShell
12+
Install-Package Azure.ResourceManager.HybridConnectivity -Version 1.0.0-beta.1
13+
```
14+
15+
### Prerequisites
16+
17+
* You must have an [Azure subscription](https://azure.microsoft.com/free/dotnet/)
18+
19+
### Authenticate the Client
20+
21+
To create an authenticated client and start interacting with Azure resources, please see the [quickstart guide here](https://github.com/Azure/azure-sdk-for-net/blob/main/doc/mgmt_preview_quickstart.md)
22+
23+
## Key concepts
24+
25+
Key concepts of the Azure .NET SDK can be found [here](https://azure.github.io/azure-sdk/dotnet_introduction.html)
26+
27+
## Documentation
28+
29+
Documentation is available to help you learn how to use this package
30+
31+
- [Quickstart](https://github.com/Azure/azure-sdk-for-net/blob/main/doc/mgmt_preview_quickstart.md)
32+
- [API References](https://docs.microsoft.com/dotnet/api/?view=azure-dotnet)
33+
- [Authentication](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/identity/Azure.Identity/README.md)
34+
35+
## Examples
36+
37+
Code samples for using the management library for .NET can be found in the following locations
38+
- [.NET Management Library Code Samples](https://docs.microsoft.com/samples/browse/?branch=master&languages=csharp&term=managing%20using%20Azure%20.NET%20SDK)
39+
40+
## Troubleshooting
41+
42+
- File an issue via [Github
43+
Issues](https://github.com/Azure/azure-sdk-for-net/issues)
44+
- Check [previous
45+
questions](https://stackoverflow.com/questions/tagged/azure+.net)
46+
or ask new ones on Stack Overflow using azure and .net tags.
47+
48+
49+
## Next steps
50+
51+
For more information on Azure SDK, please refer to [this website](https://azure.github.io/azure-sdk/)
52+
53+
## Contributing
54+
55+
For details on contributing to this repository, see the [contributing
56+
guide](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/resourcemanager/Azure.ResourceManager/docs/CONTRIBUTING.md).
57+
58+
This project welcomes contributions and suggestions. Most contributions
59+
require you to agree to a Contributor License Agreement (CLA) declaring
60+
that you have the right to, and actually do, grant us the rights to use
61+
your contribution. For details, visit <https://cla.microsoft.com>.
62+
63+
When you submit a pull request, a CLA-bot will automatically determine
64+
whether you need to provide a CLA and decorate the PR appropriately
65+
(e.g., label, comment). Simply follow the instructions provided by the
66+
bot. You will only need to do this once across all repositories using
67+
our CLA.
68+
69+
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For
70+
more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact
71+
<opencode@microsoft.com> with any additional questions or comments.
72+
73+
<!-- LINKS -->
74+
[style-guide-msft]: https://docs.microsoft.com/style-guide/capitalization
75+
[style-guide-cloud]: https://aka.ms/azsdk/cloud-style-guide
76+
77+
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-net%2Fsdk%2Ftemplate%2FAzure.Template%2FREADME.png)

0 commit comments

Comments
 (0)