Skip to content
Merged
Changes from all commits
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
2 changes: 1 addition & 1 deletion src/azure-cli/azure/cli/command_modules/apim/custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def apim_restore(client, resource_group_name, name, backup_name, storage_account


def apim_apply_network_configuration_updates(client, resource_group_name, name, location=None):
"""back up an API Management service to the configured storage account """
"""Updates the Microsoft.ApiManagement resource running in the Virtual network to pick the updated DNS changes. """
properties = {}
if location is not None:
properties['location'] = location
Expand Down