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
8 changes: 4 additions & 4 deletions eng/mgmt/mgmtmetadata/resources_resource-manager.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Installing AutoRest version: v2
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/resources/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --tag=package-subscriptions-2020-01 --csharp.output-folder=D:\workspace\azure-sdk-for-net\sdk\resources\Microsoft.Azure.Management.Resource\src\Generated\Subscriptions
2020-05-26 20:34:46 UTC
cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/resources/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --tag=package-resources-2020-06 --csharp.output-folder=C:\repos\azure-sdk-for-net\sdk\resources\Microsoft.Azure.Management.Resource\src\Generated\Resources
2020-06-23 15:08:15 UTC
Azure-rest-api-specs repository information
GitHub fork: Azure
Branch: master
Commit: 945ce9037b678447f0a3322a1ba669856d0b9468
Commit: acc3d6c177e79ef474bda9ec2466dd89dd635ba0
AutoRest information
Requested version: v2
Bootstrapper version: [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ public void CreateGroup()
var managementGroup = ((JObject) managementGroupsClient.ManagementGroups.CreateOrUpdate(groupId,
new CreateManagementGroupRequest(
id: "/providers/Microsoft.Management/managementGroups/TestGroup1Child2",
type: "/providers/Microsoft.Management/managementGroups",
type: "/providers/Microsoft.Management/managementGroups",
name: "TestGroup1Child2",
displayName: "TestGroup1->Child2",
details: new CreateManagementGroupDetails()
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,7 +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>Resources_2019-10-01-preview;Features_2015-12-01;ManagementLinkClient_2016-09-01;Resources_2016-09-01;Authorization_2016-09-01;Authorization_2019-09-01;Management_2019-09-01;PolicyClient_2019-09-01;Management_2019-10-01;ResourceManagementClient_2019-10-01;Resources_2019-10-01;SubscriptionClient_2020-01-01;</AzureApiTag>
<AzureApiTag>Resources_2020-06-01;Resources_2019-10-01-preview;Features_2015-12-01;ManagementLinkClient_2016-09-01;Resources_2016-09-01;Authorization_2016-09-01;Authorization_2019-09-01;Management_2019-09-01;PolicyClient_2019-09-01;Management_2019-10-01;ResourceManagementClient_2019-10-01;Resources_2019-10-01;SubscriptionClient_2020-01-01;</AzureApiTag>
<PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags>
</PropertyGroup>
</Project>

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.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading