Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
15 changes: 15 additions & 0 deletions eng/mgmt/mgmtmetadata/chaos_resource-manager.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
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/main/specification/chaos/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=C:\azure-sdk-for-net\sdk
Autorest CSharp Version: 2.3.82
2021-11-04 22:44:16 UTC
Azure-rest-api-specs repository information
GitHub fork: Azure
Branch: main
Commit: 7b60a35565f42011dd6033bf52eb3ccc2b6e8f49
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 @@ -46,6 +46,7 @@ pr:
- sdk/botservice/Microsoft.Azure.Management.BotService
- sdk/cdn/Microsoft.Azure.Management.Cdn
- sdk/changeanalysis/Microsoft.Azure.Management.ChangeAnalysis
- sdk/chaos/Microsoft.Azure.Management.Chaos
- sdk/cognitiveservices/Microsoft.Azure.Management.CognitiveServices
- sdk/compute/Microsoft.Azure.Management.Compute
- sdk/confluent/Microsoft.Azure.Management.Confluent
Expand Down
7 changes: 7 additions & 0 deletions sdk/chaos/Microsoft.Azure.Management.Chaos/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>Chaos_2021-09-15-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.31729.503
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.Management.Chaos", "src\Microsoft.Azure.Management.Chaos.csproj", "{DB69BEC0-A7E8-4DCF-8F9C-174AB112420C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.Azure.Management.Chaos.Tests", "tests\Microsoft.Azure.Management.Chaos.Tests.csproj", "{10D202BF-8DE5-4B9E-91F7-F2D9448BFB7B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DB69BEC0-A7E8-4DCF-8F9C-174AB112420C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB69BEC0-A7E8-4DCF-8F9C-174AB112420C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB69BEC0-A7E8-4DCF-8F9C-174AB112420C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB69BEC0-A7E8-4DCF-8F9C-174AB112420C}.Release|Any CPU.Build.0 = Release|Any CPU
{10D202BF-8DE5-4B9E-91F7-F2D9448BFB7B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10D202BF-8DE5-4B9E-91F7-F2D9448BFB7B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10D202BF-8DE5-4B9E-91F7-F2D9448BFB7B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10D202BF-8DE5-4B9E-91F7-F2D9448BFB7B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B006B555-0D4A-433D-86C8-C920779589D6}
EndGlobalSection
EndGlobal
Loading