Skip to content

Commit 48ad724

Browse files
authored
[CosmosDB]Dot Net SDK for 2021-07-01-preview api version (#24269)
* Autorest generated code + fix test + add cassandra view test * Test Fix * updated the version & release notes * Fix Discrepancy detected between generated code in PR and reference generation
1 parent 17d224f commit 48ad724

File tree

120 files changed

+22564
-3311
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+22564
-3311
lines changed

eng/mgmt/mgmtmetadata/cosmos-db_resource-manager.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ AutoRest installed successfully.
33
Commencing code generation
44
Generating CSharp code
55
Executing AutoRest command
6-
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
6+
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
77
Autorest CSharp Version: 2.3.82
8-
2021-06-15 23:57:32 UTC
8+
2021-09-30 11:41:50 UTC
99
Azure-rest-api-specs repository information
1010
GitHub fork: Azure
11-
Branch: master
12-
Commit: b392b4e5d04c73acde2c02ed034247ac55b8892f
11+
Branch: main
12+
Commit: fd7603f9a8acb1decf94f7770a0bfe7b78df9b20
1313
AutoRest information
1414
Requested version: v2
1515
Bootstrapper version: [email protected]
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
PS D:\azure-sdk-for-net\sdk\cosmosdb\Microsoft.Azure.Management.CosmosDB\src> Import-Module C:\Users\ajparule\Documents\WindowsPowerShell\Modules\CodeGenerationModules\AutoRestCodeGenerationModule
2+
PS D:\azure-sdk-for-net\sdk\cosmosdb\Microsoft.Azure.Management.CosmosDB\src> .\generate.ps1
3+
Installing AutoRest version: v2
4+
5+
> [email protected] preinstall C:\Users\ajparule\AppData\Roaming\npm\node_modules\autorest
6+
> node ./preinstall-check
7+
8+
C:\Users\ajparule\AppData\Roaming\npm\autorest -> C:\Users\ajparule\AppData\Roaming\npm\node_modules\autorest\dist\app.js
9+
10+
updated 1 package in 1.503s
11+
12+
AutoRest installed successfully.
13+
Commencing code generation
14+
Generating CSharp code
15+
Executing AutoRest command
16+
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
17+
Autorest CSharp Version: 2.3.82
18+
AutoRest code generation utility [version: 2.0.4413; node: v14.17.6]
19+
(C) 2018 Microsoft Corporation.
20+
https://aka.ms/autorest
21+
22+
There is a new version of AutoRest available (3.4.0).
23+
> You can install the newer version with with npm install -g autorest@latest
24+
25+
Loading AutoRest core 'C:\Users\ajparule\.autorest\@[email protected]\node_modules\@microsoft.azure\autorest-core\dist' (2.0.4421)
26+
Loading AutoRest extension '@microsoft.azure/autorest.csharp' (~2.3.79->2.3.82)
27+
Loading AutoRest extension '@microsoft.azure/autorest.modeler' (2.3.55->2.3.55)
28+
29+
2021-09-27 05:54:13 UTC
30+
Azure-rest-api-specs repository information
31+
GitHub fork: Azure
32+
Branch: main
33+
Commit: 58aed9918a6147cedafb9733856bfde63939a64a
34+
AutoRest information
35+
Requested version: v2
36+
Bootstrapper version: [email protected]
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>CosmosDB_2021-06-15</AzureApiTag>
4+
<AzureApiTag>CosmosDB_2021-07-01-preview</AzureApiTag>
55
<PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags>
66
</PropertyGroup>
77
</Project>

0 commit comments

Comments
 (0)