Skip to content

Commit 786ed56

Browse files
authored
addressing comments
1 parent a769116 commit 786ed56

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

articles/cosmos-db/priority-based-execution.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,7 @@ To get started using priority-based execution, navigate to the **Features** page
4949
#### [.NET SDK v3](#tab/net-v3)
5050

5151
```csharp
52-
using Microsoft.Azure.Cosmos.PartitionKey;
53-
using Microsoft.Azure.Cosmos.PriorityLevel;
54-
55-
using Microsoft.Azure.Cosmos.PartitionKey;
56-
using Microsoft.Azure.Cosmos.PriorityLevel;
52+
using Microsoft.Azure.Cosmos;
5753

5854
//update products catalog with low priority
5955
RequestOptions catalogRequestOptions = new ItemRequestOptions{PriorityLevel = PriorityLevel.Low};

0 commit comments

Comments
 (0)