Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CRR update #12650

Merged
merged 2 commits into from
Jun 11, 2020
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
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Installing AutoRest version: latest
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/recoveryservicesbackup/resource-manager/readme.md --csharp --version=latest --reflect-api-versions --csharp-sdks-folder=C:\Users\prupadhy\Desktop\c\azure-sdk-for-net\sdk
2020-01-08 06:17:50 UTC
cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/recoveryservicesbackup/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --tag=package-2017-07 --csharp-sdks-folder=C:\Users\prupadhy\Desktop\a\azure-sdk-for-net\sdk
2020-06-10 08:55:24 UTC
Azure-rest-api-specs repository information
GitHub fork: Azure
Branch: master
Commit: cd030278d173aa0c662d69b99400af509938a7ce
Commit: b39019f3130301e7e669fab9aa9544bb60d3fabf
AutoRest information
Requested version: latest
Bootstrapper version: [email protected].4407
Requested version: v2
Bootstrapper version: [email protected].4413
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>RecoveryServices_2016-12-01;RecoveryServices_2017-07-01;RecoveryServices_2016-08-10;RecoveryServices_2019-05-13;RecoveryServices_2019-06-15;RecoveryServices_2020-02-02;</AzureApiTag>
<AzureApiTag>RecoveryServices_2016-12-01;RecoveryServices_2017-07-01;RecoveryServices_2016-08-10;RecoveryServices_2019-05-13;RecoveryServices_2019-06-15;RecoveryServices_2020-02-02;RecoveryServices_2018-12-20;</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.

Loading