Skip to content

Commit b87a9f4

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

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
@@ -34,7 +34,7 @@ az cosmosdb update -n <account_name> -g <azure_resource_group> --capabilities En
3434
```
3535
If you are are using PowerShell and receive an error using the command above, try using a powershell array instead to list the capabilities:
3636
```powershell
37-
az cosmosdb update -n <account_name> -g <azure_resource_group> --capabilities @("EnableMongo","EnableMongoRoleBasedAccessControl")
37+
az cosmosdb update -n <account_name> -g <azure_resource_group> --capabilities @("EnableMongo","DisableRateLimitingResponses")
3838
```
3939

4040
## Disable a capability

0 commit comments

Comments
 (0)