Skip to content

Commit

Permalink
New .NET SDK for RecoveryServices-DataReplication (#38340)
Browse files Browse the repository at this point in the history
  • Loading branch information
minhsuanlee authored Sep 16, 2023
1 parent 99cc57c commit 790c453
Show file tree
Hide file tree
Showing 293 changed files with 31,287 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ require: https://github.com/Azure/azure-rest-api-specs/blob/5372f410f6af3de9559b
# tag: package-2023-06-preview
output-folder: $(this-folder)/Generated
clear-output-folder: true
sample-gen:
output-folder: $(this-folder)/../samples/Generated
clear-output-folder: true
skip-csproj: true
modelerfour:
flatten-payloads: false
Expand Down Expand Up @@ -88,7 +91,7 @@ format-by-name-rules:
'*Uri': 'Uri'
'*Uris': 'Uri'

rename-rules:
acronym-mapping:
CPU: Cpu
CPUs: Cpus
Os: OS
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30309.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{046A2A51-F66F-49DD-83A1-96E02A95B305}") = "Azure.ResourceManager.RecoveryServicesDataReplication", "src\Azure.ResourceManager.RecoveryServicesDataReplication.csproj", "{587570EB-E5C5-4EBE-B38B-6F4E896C96F7}"
EndProject
Project("{046A2A51-F66F-49DD-83A1-96E02A95B305}") = "Azure.ResourceManager.RecoveryServicesDataReplication.Tests", "tests\Azure.ResourceManager.RecoveryServicesDataReplication.Tests.csproj", "{FA9B8A69-877B-4424-9FBC-CDDEB362A3ED}"
EndProject
Project("{046A2A51-F66F-49DD-83A1-96E02A95B305}") = "Azure.ResourceManager.RecoveryServicesDataReplication.Samples", "samples\Azure.ResourceManager.RecoveryServicesDataReplication.Samples.csproj", "{0429344B-5071-4E16-8FFA-DF84D1E4663E}"
EndProject
Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {998F958D-320F-420A-B882-6071D3E36D98}
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{587570EB-E5C5-4EBE-B38B-6F4E896C96F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{587570EB-E5C5-4EBE-B38B-6F4E896C96F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{587570EB-E5C5-4EBE-B38B-6F4E896C96F7}.Debug|x64.ActiveCfg = Debug|Any CPU
{587570EB-E5C5-4EBE-B38B-6F4E896C96F7}.Debug|x64.Build.0 = Debug|Any CPU
{587570EB-E5C5-4EBE-B38B-6F4E896C96F7}.Debug|x86.ActiveCfg = Debug|Any CPU
{587570EB-E5C5-4EBE-B38B-6F4E896C96F7}.Debug|x86.Build.0 = Debug|Any CPU
{587570EB-E5C5-4EBE-B38B-6F4E896C96F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{587570EB-E5C5-4EBE-B38B-6F4E896C96F7}.Release|Any CPU.Build.0 = Release|Any CPU
{587570EB-E5C5-4EBE-B38B-6F4E896C96F7}.Release|x64.ActiveCfg = Release|Any CPU
{587570EB-E5C5-4EBE-B38B-6F4E896C96F7}.Release|x64.Build.0 = Release|Any CPU
{587570EB-E5C5-4EBE-B38B-6F4E896C96F7}.Release|x86.ActiveCfg = Release|Any CPU
{587570EB-E5C5-4EBE-B38B-6F4E896C96F7}.Release|x86.Build.0 = Release|Any CPU
{FA9B8A69-877B-4424-9FBC-CDDEB362A3ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA9B8A69-877B-4424-9FBC-CDDEB362A3ED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA9B8A69-877B-4424-9FBC-CDDEB362A3ED}.Debug|x64.ActiveCfg = Debug|Any CPU
{FA9B8A69-877B-4424-9FBC-CDDEB362A3ED}.Debug|x64.Build.0 = Debug|Any CPU
{FA9B8A69-877B-4424-9FBC-CDDEB362A3ED}.Debug|x86.ActiveCfg = Debug|Any CPU
{FA9B8A69-877B-4424-9FBC-CDDEB362A3ED}.Debug|x86.Build.0 = Debug|Any CPU
{FA9B8A69-877B-4424-9FBC-CDDEB362A3ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA9B8A69-877B-4424-9FBC-CDDEB362A3ED}.Release|Any CPU.Build.0 = Release|Any CPU
{FA9B8A69-877B-4424-9FBC-CDDEB362A3ED}.Release|x64.ActiveCfg = Release|Any CPU
{FA9B8A69-877B-4424-9FBC-CDDEB362A3ED}.Release|x64.Build.0 = Release|Any CPU
{FA9B8A69-877B-4424-9FBC-CDDEB362A3ED}.Release|x86.ActiveCfg = Release|Any CPU
{FA9B8A69-877B-4424-9FBC-CDDEB362A3ED}.Release|x86.Build.0 = Release|Any CPU
{0429344B-5071-4E16-8FFA-DF84D1E4663E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0429344B-5071-4E16-8FFA-DF84D1E4663E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0429344B-5071-4E16-8FFA-DF84D1E4663E}.Debug|x64.ActiveCfg = Debug|Any CPU
{0429344B-5071-4E16-8FFA-DF84D1E4663E}.Debug|x64.Build.0 = Debug|Any CPU
{0429344B-5071-4E16-8FFA-DF84D1E4663E}.Debug|x86.ActiveCfg = Debug|Any CPU
{0429344B-5071-4E16-8FFA-DF84D1E4663E}.Debug|x86.Build.0 = Debug|Any CPU
{0429344B-5071-4E16-8FFA-DF84D1E4663E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0429344B-5071-4E16-8FFA-DF84D1E4663E}.Release|Any CPU.Build.0 = Release|Any CPU
{0429344B-5071-4E16-8FFA-DF84D1E4663E}.Release|x64.ActiveCfg = Release|Any CPU
{0429344B-5071-4E16-8FFA-DF84D1E4663E}.Release|x64.Build.0 = Release|Any CPU
{0429344B-5071-4E16-8FFA-DF84D1E4663E}.Release|x86.ActiveCfg = Release|Any CPU
{0429344B-5071-4E16-8FFA-DF84D1E4663E}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Release History

## 1.0.0-beta.1 (2023-09-30)

### General New Features

This package follows the [new Azure SDK guidelines](https://azure.github.io/azure-sdk/general_introduction.html), and provides many core capabilities:

- Support MSAL.NET, Azure.Identity is out of box for supporting MSAL.NET.
- Support [OpenTelemetry](https://opentelemetry.io/) for distributed tracing.
- HTTP pipeline with custom policies.
- Better error-handling.
- Support uniform telemetry across all languages.

This package is a Public Preview version, so expect incompatible changes in subsequent releases as we improve the product. To provide feedback, submit an issue in our [Azure SDK for .NET GitHub repo](https://github.com/Azure/azure-sdk-for-net/issues).

> NOTE: For more information about unified authentication, please refer to [Microsoft Azure Identity documentation for .NET](https://docs.microsoft.com//dotnet/api/overview/azure/identity-readme?view=azure-dotnet).
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!--
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
-->
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., Directory.Build.props))\Directory.Build.props" />
</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
# Microsoft Azure RecoveryServicesDataReplication management client library for .NET

The Azure RecoveryServicesDataReplication provides VM migration capabilities from Hyper-V and VMware platforms to Azure Stack HCI utilizing Azure Migrate. The data movement that the service provides stays on-premises at all times while using Azure Migrate as the management plane.

This library follows the [new Azure SDK guidelines](https://azure.github.io/azure-sdk/general_introduction.html), and provides many core capabilities:

- Support MSAL.NET, Azure.Identity is out of box for supporting MSAL.NET.
- Support [OpenTelemetry](https://opentelemetry.io/) for distributed tracing.
- HTTP pipeline with custom policies.
- Better error-handling.
- Support uniform telemetry across all languages.

## Getting started

### Install the package

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

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

### Prerequisites

* You must have an [Microsoft Azure subscription](https://azure.microsoft.com/free/dotnet/).

### Authenticate the Client

To create an authenticated client and start interacting with Microsoft Azure resources, see the [quickstart guide here](https://github.com/Azure/azure-sdk-for-net/blob/main/doc/dev/mgmt_quickstart.md).

## Key concepts

Key concepts of the Microsoft Azure SDK for .NET can be found [here](https://azure.github.io/azure-sdk/dotnet_introduction.html)

## Documentation

Documentation is available to help you learn how to use this package:

- [Quickstart](https://github.com/Azure/azure-sdk-for-net/blob/main/doc/dev/mgmt_quickstart.md).
- [API References](https://docs.microsoft.com/dotnet/api/?view=azure-dotnet).
- [Authentication](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/identity/Azure.Identity/README.md).

## Examples

Code samples for using the management library for .NET can be found in the following locations
- [.NET Management Library Code Samples](https://aka.ms/azuresdk-net-mgmt-samples)

## Troubleshooting

- File an issue via [GitHub Issues](https://github.com/Azure/azure-sdk-for-net/issues).
- Check [previous questions](https://stackoverflow.com/questions/tagged/azure+.net) or ask new ones on Stack Overflow using Azure and .NET tags.

## Next steps

For more information about Microsoft Azure SDK, see [this website](https://azure.github.io/azure-sdk/).

## Contributing

For details on contributing to this repository, see the [contributing
guide][cg].

This project welcomes contributions and suggestions. Most contributions
require you to agree to a Contributor License Agreement (CLA) declaring
that you have the right to, and actually do, grant us the rights to use
your contribution. For details, visit <https://cla.microsoft.com>.

When you submit a pull request, a CLA-bot will automatically determine
whether you need to provide a CLA and decorate the PR appropriately
(for example, label, comment). Follow the instructions provided by the
bot. You'll only need to do this action once across all repositories
using our CLA.

This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For
more information, see the [Code of Conduct FAQ][coc_faq] or contact
<[email protected]> with any other questions or comments.

<!-- 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/
Loading

0 comments on commit 790c453

Please sign in to comment.