-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Azure Purview dot net SDK * Add Purview to build path * Update code location to make generation file * Add readme * move readme * Update SDK generation file location * Update to add src and test folder * Fix readmes * Update nuget version, address minor pr comments
- Loading branch information
Showing
71 changed files
with
11,480 additions
and
0 deletions.
There are no files selected for viewing
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,14 @@ | ||
Installing AutoRest version: v2 | ||
AutoRest installed successfully. | ||
Commencing code generation | ||
Generating CSharp code | ||
Executing AutoRest command | ||
cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/purview/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --tag=package-2020-12-01-preview --csharp-sdks-folder=D:\enlist\arm\azure-sdk-for-net\sdk | ||
2021-02-09 01:22:48 UTC | ||
Azure-rest-api-specs repository information | ||
GitHub fork: Azure | ||
Branch: master | ||
Commit: 7d69475bd0007aa1156e6ec96882436b7b13709d | ||
AutoRest information | ||
Requested version: v2 | ||
Bootstrapper version: autorest@2.0.4413 |
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
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,7 @@ | ||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<!--This file and it's contents are updated at build time moving or editing might result in build failure. Take due deligence while editing this file--> | ||
<PropertyGroup> | ||
<AzureApiTag>Purview_2020-12-01-preview;</AzureApiTag> | ||
<PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags> | ||
</PropertyGroup> | ||
</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,31 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio Version 16 | ||
VisualStudioVersion = 16.0.30907.101 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.Management.Purview.Tests", "Microsoft.Azure.Management.Purview\tests\Microsoft.Azure.Management.Purview.Tests.csproj", "{F4C88094-3A50-433D-A4E8-991C1C1437D9}" | ||
EndProject | ||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.Management.Purview", "Microsoft.Azure.Management.Purview\src\Microsoft.Azure.Management.Purview.csproj", "{E3EEB27E-8A0A-49BD-ACAD-44717901E489}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Release|Any CPU = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{F4C88094-3A50-433D-A4E8-991C1C1437D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{F4C88094-3A50-433D-A4E8-991C1C1437D9}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{F4C88094-3A50-433D-A4E8-991C1C1437D9}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{F4C88094-3A50-433D-A4E8-991C1C1437D9}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{E3EEB27E-8A0A-49BD-ACAD-44717901E489}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{E3EEB27E-8A0A-49BD-ACAD-44717901E489}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{E3EEB27E-8A0A-49BD-ACAD-44717901E489}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{E3EEB27E-8A0A-49BD-ACAD-44717901E489}.Release|Any CPU.Build.0 = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(ExtensibilityGlobals) = postSolution | ||
SolutionGuid = {03003972-6953-4944-A994-8E239F201031} | ||
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 @@ | ||
Start-AutoRestCodeGeneration -ResourceProvider "purview/resource-manager" -AutoRestVersion "v2" |
Oops, something went wrong.