Skip to content

Commit ba40755

Browse files
MehaKaushikisra-fel
authored andcommitted
CosmosDB dotnet sdk (#9016)
* autogenerated sdk from AutoRest * Add cosmos-db_resource-manager.txt * Tests for CosmosDBAccount APIs * additions in DatabaseAccountOperationsTests * Tests for Sql operations * Tests for remaining APIs and their session records * Deleted redundant files for session records for CosmosDB * nits * cosmosdb: fix tests and add new session records * Update sdk/cosmos-db/Microsoft.Azure.Management.CosmosDB/src/Properties/AssemblyInfo.cs Co-Authored-By: Yeming Liu <[email protected]> * Update sdk/cosmos-db/Microsoft.Azure.Management.CosmosDB/src/Microsoft.Azure.Management.CosmosDB.csproj Co-Authored-By: Yeming Liu <[email protected]> * Update sdk/cosmos-db/Microsoft.Azure.Management.CosmosDB/src/Properties/AssemblyInfo.cs Co-Authored-By: Yeming Liu <[email protected]> * added more tests in sql cosmos db * session record for updated tests
1 parent d02d592 commit ba40755

File tree

197 files changed

+62376
-0
lines changed

Some content is hidden

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

197 files changed

+62376
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Installing AutoRest version: latest
2+
AutoRest installed successfully.
3+
Commencing code generation
4+
Generating CSharp code
5+
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=latest --reflect-api-versions --csharp-sdks-folder=D:\azure-sdk-for-net\sdk
7+
2019-11-26 23:53:17 UTC
8+
Azure-rest-api-specs repository information
9+
GitHub fork: Azure
10+
Branch: master
11+
Commit: 51c73f3413f32560f3ce4d2a9fd7d82492e98552
12+
AutoRest information
13+
Requested version: latest
14+
Bootstrapper version: [email protected]
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<!--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-->
3+
<PropertyGroup>
4+
<AzureApiTag>CosmosDB_2019-11-26</AzureApiTag>
5+
<PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags>
6+
</PropertyGroup>
7+
</Project>
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 15
4+
VisualStudioVersion = 15.0.26228.4
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.Management.Compute.Tests", "tests\Microsoft.Azure.Management.CosmosDB.Tests.csproj", "{CCDAE481-FF4A-4018-88EF-C3FE4AEB4C8B}"
7+
EndProject
8+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.Management.Compute", "src\Microsoft.Azure.Management.CosmosDB.csproj", "{18EFDFC3-523F-4AA2-BD40-21CB366C83EF}"
9+
EndProject
10+
Global
11+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
12+
Debug|Any CPU = Debug|Any CPU
13+
Release|Any CPU = Release|Any CPU
14+
EndGlobalSection
15+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
16+
{CCDAE481-FF4A-4018-88EF-C3FE4AEB4C8B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
17+
{CCDAE481-FF4A-4018-88EF-C3FE4AEB4C8B}.Debug|Any CPU.Build.0 = Debug|Any CPU
18+
{CCDAE481-FF4A-4018-88EF-C3FE4AEB4C8B}.Release|Any CPU.ActiveCfg = Release|Any CPU
19+
{CCDAE481-FF4A-4018-88EF-C3FE4AEB4C8B}.Release|Any CPU.Build.0 = Release|Any CPU
20+
{18EFDFC3-523F-4AA2-BD40-21CB366C83EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21+
{18EFDFC3-523F-4AA2-BD40-21CB366C83EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
22+
{18EFDFC3-523F-4AA2-BD40-21CB366C83EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
23+
{18EFDFC3-523F-4AA2-BD40-21CB366C83EF}.Release|Any CPU.Build.0 = Release|Any CPU
24+
EndGlobalSection
25+
GlobalSection(SolutionProperties) = preSolution
26+
HideSolutionNode = FALSE
27+
EndGlobalSection
28+
EndGlobal

0 commit comments

Comments
 (0)