diff --git a/src/azure-cli/azure/cli/command_modules/apim/custom.py b/src/azure-cli/azure/cli/command_modules/apim/custom.py index 438e70d7642..c66a07fa620 100644 --- a/src/azure-cli/azure/cli/command_modules/apim/custom.py +++ b/src/azure-cli/azure/cli/command_modules/apim/custom.py @@ -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