Skip to content

Commit ffa58c4

Browse files
committed
Simple release
1 parent bba4fde commit ffa58c4

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

articles/cosmos-db/nosql/quickstart-python.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,6 @@ You'll use the following Python classes to interact with these resources:
7878
- [Authenticate the client](#authenticate-the-client)
7979
- [Create a database](#create-a-database)
8080
- [Create a container](#create-a-container)
81-
- [Create an item](#create-an-item)
82-
- [Get an item](#get-an-item)
83-
- [Query items](#query-items)
8481

8582
The sample code described in this article creates a database named ``adventureworks`` with a container named ``products``. The ``products`` table is designed to contain product details such as name, category, quantity, and a sale indicator. Each product also contains a unique identifier.
8683

@@ -130,14 +127,6 @@ The [`Databaseproxy.create_container_if_not_exists`](/python/api/azure-cosmos/az
130127
container = database.create_container_if_not_exists(id='products', partition_key=partitionKeyPath,offer_throughput=400)
131128
```
132129

133-
### Create an item
134-
135-
### Get an item
136-
137-
### Query items
138-
139-
## Run the code
140-
141130
## Clean up resources
142131

143132
[!INCLUDE [Clean up resources - Azure CLI, PowerShell, Portal](./includes/clean-up-resources.md)]

0 commit comments

Comments
 (0)