Skip to content

Commit

Permalink
{cosmosdb} Fix Azure#23299: Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
RakeshMohanMSFT authored Jul 22, 2022
1 parent 6b409c4 commit 9b75605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/azure-cli/azure/cli/command_modules/cosmosdb/custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -1635,7 +1635,7 @@ def cli_cosmosdb_network_rule_remove(cmd,
account_name,
subnet,
virtual_network=None):
""" Adds a virtual network rule to an existing Cosmos DB database account """
""" Remove a virtual network rule to an existing Cosmos DB database account """
subnet = _get_virtual_network_id(cmd, resource_group_name, subnet, virtual_network)
existing = client.get(resource_group_name, account_name)

Expand Down

0 comments on commit 9b75605

Please sign in to comment.