Skip to content

Commit ac26fe3

Browse files
[ManagementGroups] Update to 2021-04-01 API version (Azure#27226)
* Updated Management Groups SDK to use API version 2021-04-01 * Forgot to add the updated ManagementGroups.ScenarioTests.cs file * Re-ran generate.ps1 * Re-Ran tests than used Management Groups API * Reset some files since tests did not need to be re-run * Forgot to add updated Policy Tests file * Re-ran tests correctly * Forgot file * Regenerated files
1 parent 8e7150e commit ac26fe3

File tree

70 files changed

+6541
-2949
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

+6541
-2949
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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/main/specification/managementgroups/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=E:\dotnetSDK
7+
Autorest CSharp Version: 2.3.82
8+
2021-02-23 21:21:43 UTC
9+
Azure-rest-api-specs repository information
10+
GitHub fork: Azure
11+
Branch: main
12+
Commit: ee9fe9888e8d4e5a583e275c4c35deff6c6f96e0
13+
AutoRest information
14+
Requested version: v2
15+
Bootstrapper version: autorest@2.0.4413
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<!--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-->
33
<PropertyGroup>
4-
<AzureApiTag>Management_2018-03-01-preview;</AzureApiTag>
4+
<AzureApiTag>Management_2021-04-01;</AzureApiTag>
55
<PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags>
66
</PropertyGroup>
77
</Project>

sdk/managementgroups/Microsoft.Azure.Management.ManagementGroups/Microsoft.Azure.Management.ManagementGroups.sln

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 15
44
VisualStudioVersion = 15.0.27004.2008
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.Management.Management.ManagementGroups", "src\Microsoft.Azure.Management.Management.ManagementGroups.csproj", "{A8928771-00A2-4412-A921-19712279D15D}"
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.Management.Management.ManagementGroups", "src\Microsoft.Azure.Management.ManagementGroups.csproj", "{A8928771-00A2-4412-A921-19712279D15D}"
77
EndProject
88
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.Management.ManagementGroups.Tests", "tests\Microsoft.Azure.Management.ManagementGroups.Tests.csproj", "{34013B7A-E0FC-4346-B484-F47AA5AD1BCF}"
99
EndProject
10-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.Management.Resource.Tests", "..\..\Resource\Microsoft.Azure.Management.Resource\tests\Microsoft.Azure.Management.Resource.Tests.csproj", "{ADBDF78E-5AF0-43CC-8930-3039A282DEC3}"
10+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.Management.Resource.Tests", "..\..\resources\Microsoft.Azure.Management.Resource\tests\Microsoft.Azure.Management.Resource.Tests.csproj", "{ADBDF78E-5AF0-43CC-8930-3039A282DEC3}"
1111
EndProject
12-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.Management.ResourceManager", "..\..\Resource\Microsoft.Azure.Management.Resource\src\Microsoft.Azure.Management.ResourceManager.csproj", "{F25E8F8F-20F7-4939-A235-651E7F88D32F}"
12+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.Management.ResourceManager", "..\..\resources\Microsoft.Azure.Management.Resource\src\Microsoft.Azure.Management.ResourceManager.csproj", "{F25E8F8F-20F7-4939-A235-651E7F88D32F}"
1313
EndProject
1414
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.Azure.Test.HttpRecorder", "..\..\mgmtcommon\TestFramework\Microsoft.Azure.Test.HttpRecorder\Microsoft.Azure.Test.HttpRecorder.csproj", "{438E8056-15A3-4CC0-851F-0080C00F45F9}"
1515
EndProject

sdk/managementgroups/Microsoft.Azure.Management.ManagementGroups/src/Generated/EntitiesOperations.cs

Lines changed: 27 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/managementgroups/Microsoft.Azure.Management.ManagementGroups/src/Generated/EntitiesOperationsExtensions.cs

Lines changed: 54 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)