Skip to content

Commit c8de023

Browse files
{APIM} Fixes help message description (#21708)
Fixes #21706
1 parent d0cf021 commit c8de023

File tree

1 file changed

+1
-1
lines changed
  • src/azure-cli/azure/cli/command_modules/apim

1 file changed

+1
-1
lines changed

src/azure-cli/azure/cli/command_modules/apim/custom.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def apim_restore(client, resource_group_name, name, backup_name, storage_account
179179

180180

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

0 commit comments

Comments
 (0)