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

Adding workloadmonitor .NET sdk #15834

Merged
merged 4 commits into from
Oct 14, 2020
Merged
Show file tree
Hide file tree
Changes from 3 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/workloadmonitor_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/workloadmonitor/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --tag=package-2020-01-13-preview --csharp-sdks-folder=C:\repos\azure-sdk-for-net\sdk
2020-10-09 20:24:11 UTC
Azure-rest-api-specs repository information
GitHub fork: Azure
Branch: master
Commit: e94d5615430589281f13333c6c6cb80dddb6123a
AutoRest information
Requested version: v2
Bootstrapper version: [email protected]
1 change: 1 addition & 0 deletions eng/pipelines/mgmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ pr:
- sdk/synapse/Microsoft.Azure.Management.Synapse
- sdk/trafficmanager/Microsoft.Azure.Management.TrafficManager
- sdk/websites/Microsoft.Azure.Management.WebSites
- sdk/workloadmonitor/Microsoft.Azure.Management.WorkloadMonitor
- eng/pipelines/mgmt.yml
- eng/pipelines/templates/jobs/archetype-sdk-mgmt.yml

Expand Down
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">
markcowl marked this conversation as resolved.
Show resolved Hide resolved
<!--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>WorkloadMonitor_2020-01-13-preview;</AzureApiTag>
<PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags>
</PropertyGroup>
</Project>
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.30503.244
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.Management.WorkloadMonitor", "src\Microsoft.Azure.Management.WorkloadMonitor.csproj", "{18AA2719-D7E5-470C-9119-3A74DE157E7D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.Management.WorkloadMonitor.Tests", "tests\Microsoft.Azure.Management.WorkloadMonitor.Tests.csproj", "{1E8622BA-D92B-4500-AE63-E5D49F74E526}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{18AA2719-D7E5-470C-9119-3A74DE157E7D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{18AA2719-D7E5-470C-9119-3A74DE157E7D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{18AA2719-D7E5-470C-9119-3A74DE157E7D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{18AA2719-D7E5-470C-9119-3A74DE157E7D}.Release|Any CPU.Build.0 = Release|Any CPU
{1E8622BA-D92B-4500-AE63-E5D49F74E526}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E8622BA-D92B-4500-AE63-E5D49F74E526}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E8622BA-D92B-4500-AE63-E5D49F74E526}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E8622BA-D92B-4500-AE63-E5D49F74E526}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4F7749AB-14E5-4D74-8017-5BAC3F188207}
EndGlobalSection
EndGlobal

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

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

Loading