Skip to content

Commit b5a6e9c

Browse files
committed
Update JMESPath query
1 parent 185e9bc commit b5a6e9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ When developing locally with passwordless authentication, make sure the user acc
237237
> az cosmosdb sql role definition list \
238238
> --resource-group <resource-group-name> \
239239
> --account-name <account-name> \
240-
> --query "[?roleName == \`Write to Azure Cosmos DB for NoSQL data plane\`].id"
240+
> --query "[?roleName == 'Write to Azure Cosmos DB for NoSQL data plane'].id"
241241
> ```
242242
>
243243

0 commit comments

Comments
 (0)