From b4289e663284ad574604b16af3ef1149a3403669 Mon Sep 17 00:00:00 2001 From: RakeshMohan-MSFT <49954584+RakeshMohanMSFT@users.noreply.github.com> Date: Mon, 21 Mar 2022 09:58:06 +0530 Subject: [PATCH] {APIM} Fixes help message description Fixes https://github.com/Azure/azure-cli/issues/21706 --- src/azure-cli/azure/cli/command_modules/apim/custom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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