Skip to content

Commit dab2e93

Browse files
authored
Merge pull request #36179 from mimig1/03232018scrub4
Cosmos DB: Removed SQL API include Cont
2 parents b094451 + 5a7ecdc commit dab2e93

9 files changed

+0
-18
lines changed

articles/cosmos-db/sql-api-sdk-java.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ ms.custom: H1Hack27Feb2017
3333
>
3434
>
3535
36-
[!INCLUDE [cosmos-db-sql-api](../../includes/cosmos-db-sql-api.md)]
37-
3836
The SQL API Java SDK supports synchronous operations. For asynchronous support, use the [SQL API Async Java SDK](sql-api-sdk-async-java.md).
3937

4038
<table>

articles/cosmos-db/sql-api-sdk-node.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ ms.custom: H1Hack27Feb2017
3333
>
3434
>
3535
36-
[!INCLUDE [cosmos-db-sql-api](../../includes/cosmos-db-sql-api.md)]
37-
3836
<table>
3937

4038
<tr><td>**Download SDK**</td><td>[NPM](https://www.npmjs.com/package/documentdb)</td></tr>

articles/cosmos-db/sql-api-sdk-python.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ ms.custom: H1Hack27Feb2017
3333
>
3434
>
3535
36-
[!INCLUDE [cosmos-db-sql-api](../../includes/cosmos-db-sql-api.md)]
37-
3836
<table>
3937

4038
<tr><td>**Download SDK**</td><td>[PyPI](https://pypi.python.org/pypi/pydocumentdb)</td></tr>

articles/cosmos-db/sql-api-sql-query-metrics.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ ms.author: arramac
2020
---
2121
# Tuning query performance with Azure Cosmos DB
2222

23-
[!INCLUDE [cosmos-db-sql-api](../../includes/cosmos-db-sql-api.md)]
24-
2523
Azure Cosmos DB provides a [SQL API for querying data](sql-api-sql-query.md), without requiring schema or secondary indexes. This article provides the following information for developers:
2624

2725
* High-level details on how Azure Cosmos DB's SQL query execution works

articles/cosmos-db/sql-api-sql-query-reference.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ ms.author: laviswa
2020

2121
# Azure Cosmos DB SQL syntax reference
2222

23-
[!INCLUDE [cosmos-db-sql-api](../../includes/cosmos-db-sql-api.md)]
24-
2523
Azure Cosmos DB supports querying documents using a familiar SQL (Structured Query Language) like grammar over hierarchical JSON documents without requiring explicit schema or creation of secondary indexes. This topic provides reference documentation for the SQL query language, which is compatible with SQL API accounts.
2624

2725
For a walkthrough of the SQL query language, see [SQL queries for Azure Cosmos DB](sql-api-sql-query.md).

articles/cosmos-db/sql-api-sql-query.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ ms.author: laviswa
2020
---
2121
# SQL queries for Azure Cosmos DB
2222

23-
[!INCLUDE [cosmos-db-sql-api](../../includes/cosmos-db-sql-api.md)]
24-
2523
Microsoft Azure Cosmos DB supports querying documents using SQL (Structured Query Language) as a JSON query language on SQL API accounts. Azure Cosmos DB is truly schema-free. By virtue of its commitment to the JSON data model directly within the database engine, it provides automatic indexing of JSON documents without requiring explicit schema or creation of secondary indexes.
2624

2725
While designing the query language for Cosmos DB, we had two goals in mind:

articles/cosmos-db/tutorial-develop-sql-api-dotnet.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ ms.custom: mvc
2121

2222
# Azure CosmosDB: Develop with the SQL API in .NET
2323

24-
[!INCLUDE [cosmos-db-sql-api](../../includes/cosmos-db-sql-api.md)]
25-
2624
Azure Cosmos DB is Microsoft’s globally distributed multi-model database service. You can quickly create and query document, key/value, and graph databases, all of which benefit from the global distribution and horizontal scale capabilities at the core of Azure Cosmos DB.
2725

2826
This tutorial demonstrates how to create an Azure Cosmos DB account using the Azure portal, and then create a document database and collection with a [partition key](sql-api-partition-data.md#partition-keys) using the [SQL .NET API](sql-api-introduction.md). By defining a partition key when you create a collection, your application is prepared to scale effortlessly as your data grows.

articles/cosmos-db/tutorial-global-distribution-sql-api.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ ms.custom: mvc
2020
---
2121
# How to setup Azure Cosmos DB global distribution using the SQL API
2222

23-
[!INCLUDE [cosmos-db-sql-api](../../includes/cosmos-db-sql-api.md)]
24-
2523
In this article, we show how to use the Azure portal to setup Azure Cosmos DB global distribution and then connect using the SQL API.
2624

2725
This article covers the following tasks:

articles/cosmos-db/tutorial-query-sql-api.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ ms.author: rafats
2323

2424
# Tutorial: Query Azure Cosmos DB by using the SQL API
2525

26-
[!INCLUDE [cosmos-db-sql-api](../../includes/cosmos-db-sql-api.md)]
27-
2826
The Azure Cosmos DB [SQL API](documentdb-introduction.md) supports querying documents using SQL. This article provides a sample document and two sample SQL queries and results.
2927

3028
This article covers the following tasks:

0 commit comments

Comments
 (0)