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
14 changes: 14 additions & 0 deletions eng/mgmt/mgmtmetadata/vmware_resource-manager.txt
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/vmware/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=C:\Users\cataggar\io\azure-sdk-for-net\sdk
2020-06-08 16:43:29 UTC
Azure-rest-api-specs repository information
GitHub fork: Azure
Branch: master
Commit: 8ba18e990a5c1a98d505018329d53272ce43f334
AutoRest information
Requested version: v2
Bootstrapper version: [email protected]
1 change: 1 addition & 0 deletions eng/pipelines/mgmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ pr:
- sdk/attestation/Microsoft.Azure.Management.Attestation
- sdk/authorization/Microsoft.Azure.Management.Authorization
- sdk/automation/Microsoft.Azure.Management.Automation
- sdk/avs/Microsoft.Azure.Management.Avs
- sdk/azurestack/Microsoft.AzureStack.Management.AzureBridge.Admin
- sdk/azurestack/Microsoft.AzureStack.Management.Backup.Admin
- sdk/azurestack/Microsoft.AzureStack.Management.Commerce.Admin
Expand Down
7 changes: 7 additions & 0 deletions sdk/avs/Microsoft.Azure.Management.Avs/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>AVS_2019-08-09-preview;</AzureApiTag>
<PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags>
</PropertyGroup>
</Project>
Loading