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/cosmos-db_resource-manager.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ 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/cosmos-db/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=E:\azure-sdk-for-net\sdk
cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/main/specification/cosmos-db/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=D:\azure-sdk-for-net\sdk
Autorest CSharp Version: 2.3.82
2021-06-15 23:57:32 UTC
2021-09-30 11:41:50 UTC
Azure-rest-api-specs repository information
GitHub fork: Azure
Branch: master
Commit: b392b4e5d04c73acde2c02ed034247ac55b8892f
Branch: main
Commit: fd7603f9a8acb1decf94f7770a0bfe7b78df9b20
AutoRest information
Requested version: v2
Bootstrapper version: [email protected]
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
PS D:\azure-sdk-for-net\sdk\cosmosdb\Microsoft.Azure.Management.CosmosDB\src> Import-Module C:\Users\ajparule\Documents\WindowsPowerShell\Modules\CodeGenerationModules\AutoRestCodeGenerationModule
PS D:\azure-sdk-for-net\sdk\cosmosdb\Microsoft.Azure.Management.CosmosDB\src> .\generate.ps1
Installing AutoRest version: v2

> [email protected] preinstall C:\Users\ajparule\AppData\Roaming\npm\node_modules\autorest
> node ./preinstall-check

C:\Users\ajparule\AppData\Roaming\npm\autorest -> C:\Users\ajparule\AppData\Roaming\npm\node_modules\autorest\dist\app.js
+ [email protected]
updated 1 package in 1.503s

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/main/specification/cosmos-db/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=D:\azure-sdk-for-net\sdk
Autorest CSharp Version: 2.3.82
AutoRest code generation utility [version: 2.0.4413; node: v14.17.6]
(C) 2018 Microsoft Corporation.
https://aka.ms/autorest

There is a new version of AutoRest available (3.4.0).
> You can install the newer version with with npm install -g autorest@latest

Loading AutoRest core 'C:\Users\ajparule\.autorest\@[email protected]\node_modules\@microsoft.azure\autorest-core\dist' (2.0.4421)
Loading AutoRest extension '@microsoft.azure/autorest.csharp' (~2.3.79->2.3.82)
Loading AutoRest extension '@microsoft.azure/autorest.modeler' (2.3.55->2.3.55)

2021-09-27 05:54:13 UTC
Azure-rest-api-specs repository information
GitHub fork: Azure
Branch: main
Commit: 58aed9918a6147cedafb9733856bfde63939a64a
AutoRest information
Requested version: v2
Bootstrapper version: [email protected]
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>CosmosDB_2021-06-15</AzureApiTag>
<AzureApiTag>CosmosDB_2021-07-01-preview</AzureApiTag>
<PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags>
</PropertyGroup>
</Project>
Loading