Skip to content

Commit

Permalink
Adding workloadmonitor .NET sdk (Azure#15834)
Browse files Browse the repository at this point in the history
* adding workloadmonitor .Net sdk

* new files added

* added sdk to mgmt.yml file

* added sessionRecords itemGroup to test csproj
  • Loading branch information
juliaweingart authored and annelo-msft committed Feb 17, 2021
1 parent e9d6958 commit 76637f1
Show file tree
Hide file tree
Showing 48 changed files with 6,146 additions and 0 deletions.
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">
<!--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

0 comments on commit 76637f1

Please sign in to comment.