Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

{cosmosdb} Fix #23299: Fix a typo #23302

Merged
merged 2 commits into from
Jul 28, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 """
RakeshMohanMSFT marked this conversation as resolved.
Show resolved Hide resolved
subnet = _get_virtual_network_id(cmd, resource_group_name, subnet, virtual_network)
existing = client.get(resource_group_name, account_name)

Expand Down