forked from Azure/azure-sdk-for-net
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding workloadmonitor .NET sdk (Azure#15834)
* adding workloadmonitor .Net sdk * new files added * added sdk to mgmt.yml file * added sessionRecords itemGroup to test csproj
- Loading branch information
1 parent
e9d6958
commit 76637f1
Showing
48 changed files
with
6,146 additions
and
0 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
eng/mgmt/mgmtmetadata/workloadmonitor_resource-manager.txt
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/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] |
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
7 changes: 7 additions & 0 deletions
7
sdk/workloadmonitor/Microsoft.Azure.Management.WorkloadMonitor/AzSdk.RP.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,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> |
31 changes: 31 additions & 0 deletions
31
...Microsoft.Azure.Management.WorkloadMonitor/Microsoft.Azure.Management.WorkloadMonitor.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,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 |
247 changes: 247 additions & 0 deletions
247
...admonitor/Microsoft.Azure.Management.WorkloadMonitor/src/Generated/IMonitorsOperations.cs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
68 changes: 68 additions & 0 deletions
68
sdk/workloadmonitor/Microsoft.Azure.Management.WorkloadMonitor/src/Generated/IOperations.cs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.