Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure Purview dot net SDK #18237

Merged
merged 10 commits into from
Feb 10, 2021
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions eng/mgmt/mgmtmetadata/purview_resource-manager.txt
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-01-27 22:12:44 UTC
Azure-rest-api-specs repository information
GitHub fork: Azure
Branch: master
Commit: 510bbe951a14d183b553ae9b64b514687842c64c
AutoRest information
Requested version: v2
Bootstrapper version: autorest@2.0.4413
1 change: 1 addition & 0 deletions eng/pipelines/mgmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ pr:
- sdk/trafficmanager/Microsoft.Azure.Management.TrafficManager
- sdk/websites/Microsoft.Azure.Management.WebSites
- sdk/workloadmonitor/Microsoft.Azure.Management.WorkloadMonitor
- sdk/purview/Microsoft.Azure.Management.Purview
allenjzhang marked this conversation as resolved.
Show resolved Hide resolved
variables:
skipComponentGovernanceDetection: true
msBuildLogDir: msbuildlogs
Expand Down
7 changes: 7 additions & 0 deletions sdk/purview/AzSdk.RP.props
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>
2,057 changes: 2,057 additions & 0 deletions sdk/purview/Management.Purview/Generated/AccountsOperations.cs

Large diffs are not rendered by default.

Large diffs are not rendered by default.

614 changes: 614 additions & 0 deletions sdk/purview/Management.Purview/Generated/DefaultAccountsOperations.cs

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading