Skip to content

Commit

Permalink
[CosmosDB] Add database account operations tests (#15189)
Browse files Browse the repository at this point in the history
  • Loading branch information
YalinLi0312 authored Sep 17, 2020
1 parent 1bf85a0 commit fca7ca0
Show file tree
Hide file tree
Showing 11 changed files with 110,331 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,11 @@ internal CosmosDBManagementClient GetCosmosDBManagementClient()
TestEnvironment.Credential,
Recording.InstrumentClientOptions(new CosmosDBManagementClientOptions()));
}

protected void initNewRecord()
{
ResourceGroupsOperations = ResourcesManagementClient.ResourceGroups;
CosmosDBManagementClient = GetCosmosDBManagementClient();
}
}
}

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit fca7ca0

Please sign in to comment.