forked from Azure/azure-sdk-for-net
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CodeGen from PR 20092 in Azure/azure-rest-api-specs
migrate to .net track 2 batch 2 (Azure#20092)
- Loading branch information
SDKAuto
committed
Aug 5, 2022
1 parent
bd85912
commit 4686d3b
Showing
172 changed files
with
22,207 additions
and
0 deletions.
There are no files selected for viewing
51 changes: 51 additions & 0 deletions
51
sdk/migrate/Azure.ResourceManager.Migrate/Azure.ResourceManager.Migrate.sln
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio Version 16 | ||
VisualStudioVersion = 16.0.30309.148 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{733B502E-2067-486E-A44C-82F27F7EECBA}") = "Azure.ResourceManager.Migrate", "src\Azure.ResourceManager.Migrate.csproj", "{15296D5A-891C-45D7-B711-063B649074AC}" | ||
EndProject | ||
Project("{733B502E-2067-486E-A44C-82F27F7EECBA}") = "Azure.ResourceManager.Migrate.Tests", "tests\Azure.ResourceManager.Migrate.Tests.csproj", "{DD6007F1-BFD1-49CD-A160-BF2E1CFA6388}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(ExtensibilityGlobals) = postSolution | ||
SolutionGuid = {08ED6E9B-2D58-48FA-B496-75DC2E9F6614} | ||
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 | ||
{15296D5A-891C-45D7-B711-063B649074AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{15296D5A-891C-45D7-B711-063B649074AC}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{15296D5A-891C-45D7-B711-063B649074AC}.Debug|x64.ActiveCfg = Debug|Any CPU | ||
{15296D5A-891C-45D7-B711-063B649074AC}.Debug|x64.Build.0 = Debug|Any CPU | ||
{15296D5A-891C-45D7-B711-063B649074AC}.Debug|x86.ActiveCfg = Debug|Any CPU | ||
{15296D5A-891C-45D7-B711-063B649074AC}.Debug|x86.Build.0 = Debug|Any CPU | ||
{15296D5A-891C-45D7-B711-063B649074AC}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{15296D5A-891C-45D7-B711-063B649074AC}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{15296D5A-891C-45D7-B711-063B649074AC}.Release|x64.ActiveCfg = Release|Any CPU | ||
{15296D5A-891C-45D7-B711-063B649074AC}.Release|x64.Build.0 = Release|Any CPU | ||
{15296D5A-891C-45D7-B711-063B649074AC}.Release|x86.ActiveCfg = Release|Any CPU | ||
{15296D5A-891C-45D7-B711-063B649074AC}.Release|x86.Build.0 = Release|Any CPU | ||
{DD6007F1-BFD1-49CD-A160-BF2E1CFA6388}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{DD6007F1-BFD1-49CD-A160-BF2E1CFA6388}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{DD6007F1-BFD1-49CD-A160-BF2E1CFA6388}.Debug|x64.ActiveCfg = Debug|Any CPU | ||
{DD6007F1-BFD1-49CD-A160-BF2E1CFA6388}.Debug|x64.Build.0 = Debug|Any CPU | ||
{DD6007F1-BFD1-49CD-A160-BF2E1CFA6388}.Debug|x86.ActiveCfg = Debug|Any CPU | ||
{DD6007F1-BFD1-49CD-A160-BF2E1CFA6388}.Debug|x86.Build.0 = Debug|Any CPU | ||
{DD6007F1-BFD1-49CD-A160-BF2E1CFA6388}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{DD6007F1-BFD1-49CD-A160-BF2E1CFA6388}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{DD6007F1-BFD1-49CD-A160-BF2E1CFA6388}.Release|x64.ActiveCfg = Release|Any CPU | ||
{DD6007F1-BFD1-49CD-A160-BF2E1CFA6388}.Release|x64.Build.0 = Release|Any CPU | ||
{DD6007F1-BFD1-49CD-A160-BF2E1CFA6388}.Release|x86.ActiveCfg = Release|Any CPU | ||
{DD6007F1-BFD1-49CD-A160-BF2E1CFA6388}.Release|x86.Build.0 = Release|Any CPU | ||
EndGlobalSection | ||
EndGlobal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Release History | ||
|
||
## 1.0.0-beta.1 (Unreleased) | ||
|
||
### General New Features | ||
|
||
- 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 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. | ||
|
||
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). |
6 changes: 6 additions & 0 deletions
6
sdk/migrate/Azure.ResourceManager.Migrate/Directory.Build.props
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
# Azure migrate Management client library for .NET | ||
|
||
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. | ||
|
||
## Getting started | ||
|
||
### Install the package | ||
|
||
Install the Azure migrate management library for .NET with [NuGet](https://www.nuget.org/): | ||
|
||
```dotnetcli | ||
dotnet add package Azure.ResourceManager.Migrate --prerelease | ||
``` | ||
|
||
### Prerequisites | ||
|
||
* You must have an [Azure subscription](https://azure.microsoft.com/free/dotnet/) | ||
|
||
### Authenticate the Client | ||
|
||
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/dev/mgmt_quickstart.md) | ||
|
||
## Key concepts | ||
|
||
Key concepts of the Azure .NET SDK 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://docs.microsoft.com/samples/browse/?branch=master&languages=csharp&term=managing%20using%20Azure%20.NET%20SDK) | ||
|
||
## 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 on Azure SDK, please refer to [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 | ||
(e.g., label, comment). Simply follow the instructions provided by the | ||
bot. You will only need to do this 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 | ||
<opencode@microsoft.com> with any additional 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/ |
Oops, something went wrong.