Skip to content

Commit 92b6515

Browse files
authored
Update articles/cosmos-db/mongodb/how-to-configure-capabilities.md
1 parent b87a9f4 commit 92b6515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/mongodb/how-to-configure-capabilities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Copy each of these capabilities. In this example, we have EnableMongo and Disabl
3232
```powershell
3333
az cosmosdb update -n <account_name> -g <azure_resource_group> --capabilities EnableMongo, DisableRateLimitingResponses
3434
```
35-
If you are are using PowerShell and receive an error using the command above, try using a powershell array instead to list the capabilities:
35+
If you are using PowerShell and receive an error using the command above, try using a PowerShell array instead to list the capabilities:
3636
```powershell
3737
az cosmosdb update -n <account_name> -g <azure_resource_group> --capabilities @("EnableMongo","DisableRateLimitingResponses")
3838
```

0 commit comments

Comments
 (0)