Skip to content

Commit 184122b

Browse files
authored
Add new service ChangeAnalysis project for SDK generation (Azure#19658)
* Add source code for Change Analysis * Add test cases * Resolve comments * Rerun generated.ps1
1 parent 3d5a0eb commit 184122b

File tree

70 files changed

+8390
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+8390
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Installing AutoRest version: v2
2+
AutoRest installed successfully.
3+
Commencing code generation
4+
Generating CSharp code
5+
Executing AutoRest command
6+
cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/changeanalysis/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=D:\Testing\azure-sdk-for-net\sdk
7+
2021-03-26 07:46:14 UTC
8+
Azure-rest-api-specs repository information
9+
GitHub fork: Azure
10+
Branch: master
11+
Commit: dac097e3cd84c72f4eeefc4c0f3346b881c9e473
12+
AutoRest information
13+
Requested version: v2
14+
Bootstrapper version: autorest@2.0.4413

eng/pipelines/mgmt.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ pr:
3838
- sdk/blueprint/Microsoft.Azure.Management.Blueprint
3939
- sdk/botservice/Microsoft.Azure.Management.BotService
4040
- sdk/cdn/Microsoft.Azure.Management.Cdn
41+
- sdk/changeanalysis/Microsoft.Azure.Management.ChangeAnalysis
4142
- sdk/cognitiveservices/Microsoft.Azure.Management.CognitiveServices
4243
- sdk/compute/Microsoft.Azure.Management.Compute
4344
- sdk/confluent/Microsoft.Azure.Management.Confluent
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<!--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-->
3+
<PropertyGroup>
4+
<AzureApiTag>ChangeAnalysis_2021-04-01;</AzureApiTag>
5+
<PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags>
6+
</PropertyGroup>
7+
</Project>
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 15
4+
VisualStudioVersion = 15.0.26228.4
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.Management.ChangeAnalysis.Tests", "tests\Microsoft.Azure.Management.ChangeAnalysis.Tests.csproj", "{2296B795-8609-475A-8090-6624C3631975}"
7+
EndProject
8+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.Management.ChangeAnalysis", "src\Microsoft.Azure.Management.ChangeAnalysis.csproj", "{93D8D9F6-7861-4CA0-8257-CFB0E07CF8A2}"
9+
EndProject
10+
Global
11+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
12+
Debug|Any CPU = Debug|Any CPU
13+
Release|Any CPU = Release|Any CPU
14+
EndGlobalSection
15+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
16+
{2296B795-8609-475A-8090-6624C3631975}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
17+
{2296B795-8609-475A-8090-6624C3631975}.Debug|Any CPU.Build.0 = Debug|Any CPU
18+
{2296B795-8609-475A-8090-6624C3631975}.Release|Any CPU.ActiveCfg = Release|Any CPU
19+
{2296B795-8609-475A-8090-6624C3631975}.Release|Any CPU.Build.0 = Release|Any CPU
20+
{93D8D9F6-7861-4CA0-8257-CFB0E07CF8A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21+
{93D8D9F6-7861-4CA0-8257-CFB0E07CF8A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
22+
{93D8D9F6-7861-4CA0-8257-CFB0E07CF8A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
23+
{93D8D9F6-7861-4CA0-8257-CFB0E07CF8A2}.Release|Any CPU.Build.0 = Release|Any CPU
24+
EndGlobalSection
25+
GlobalSection(SolutionProperties) = preSolution
26+
HideSolutionNode = FALSE
27+
EndGlobalSection
28+
EndGlobal

0 commit comments

Comments
 (0)