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

Track2 generator cosmos db #15218

Merged
merged 2 commits into from
Aug 10, 2021
Merged
Changes from 1 commit
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
Prev Previous commit
fix newclient
  • Loading branch information
Alancere committed Aug 6, 2021
commit 7f0de938b3dd06e3d3cde95446ce0db4e6c77163
2 changes: 1 addition & 1 deletion sdk/cosmos/armcosmos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ For more information on ARM connections, please see the documentation for `armco
Azure Azure Cosmos DB modules consist of one or more clients. A client groups a set of related APIs, providing access to its functionality within the specified subscription. Create one or more clients to access the APIs you require using your `armcore.Connection`.

```go
client := armcosmos.{{NewClientMethod}}(con, "<subscription ID>")
client := armcosmos.NewDatabaseClient(con, "<subscription ID>")
```

## Provide Feedback
Expand Down