forked from Azure/data-api-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cosmos DB : Docs update (Getting started) (Azure#1280)
## Why make this change? - Reference associated issue using `#` syntax. e.g. Closes #XX - closes Azure#1131 - closes Azure#1123 - closes Azure#876 ## What is this change? - Updated getting started doc for cosmos db with the embeded data model type that aligns with Common scenarios of Cosmos DB - Updated SQL to NOSQL API as there was a rebranding - Removed data migration tool link as the tool have been deprecated ## How was this tested? - [ ] Integration Tests - [ ] Unit Tests ## Sample Request(s) - Example REST and/or GraphQL request to demonstrate modifications ``` query{ books { items{ id, title Authors { id, first_name, last_name } } } } ``` - Example of CLI usage to demonstrate modifications whole sample of Getting started with Cosmos DB Note : I am also updating the same document with the public preview docs repository https://github.com/MicrosoftDocs/data-api-builder-docs-pr
- Loading branch information
1 parent
f7986f7
commit 80c2bc6
Showing
4 changed files
with
47 additions
and
192 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters