Skip to content

Commit 2fb56dc

Browse files
authored
remove file
removing links to files with examples of database and container code as it does not include the delete operation
1 parent 176fa3c commit 2fb56dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cosmos-db/nosql/samples-go.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Sample solutions that do CRUD operations and other common operations on Azure Co
4444

4545
## Database examples
4646

47-
The [cosmos_client.go](https://github.com/Azure/azure-sdk-for-go/blob/sdk/data/azcosmos/v0.3.2/sdk/data/azcosmos/cosmos_client.go) Go sample shows how to do the following tasks. To learn about the Azure Cosmos DB databases before running the following samples, see [Working with databases, containers, and items](../account-databases-containers-items.md) conceptual article.
47+
To learn about the Azure Cosmos DB databases before running the following samples, see [Working with databases, containers, and items](../account-databases-containers-items.md) conceptual article.
4848

4949
| Task | API reference |
5050
| --- | --- |
@@ -54,7 +54,7 @@ The [cosmos_client.go](https://github.com/Azure/azure-sdk-for-go/blob/sdk/data/a
5454

5555
## Container examples
5656

57-
The [cosmos_database.go](https://github.com/Azure/azure-sdk-for-go/blob/sdk/data/azcosmos/v0.3.2/sdk/data/azcosmos/cosmos_database.go) Go sample shows how to do the following tasks. To learn about the Azure Cosmos DB collections before running the following samples, see [Working with databases, containers, and items](../account-databases-containers-items.md) conceptual article.
57+
To learn about the Azure Cosmos DB collections before running the following samples, see [Working with databases, containers, and items](../account-databases-containers-items.md) conceptual article.
5858

5959
| Task | API reference |
6060
| --- | --- |

0 commit comments

Comments
 (0)