Skip to content

Commit 88709b0

Browse files
author
Scott Clark
committed
merged upstream
2 parents d35a82d + 449684b commit 88709b0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/azure-cli/azure/cli/command_modules/apim

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -642,6 +642,7 @@ def apim_api_export(client, resource_group_name, service_name, api_id, export_fo
642642
"""Gets the details of the API specified by its identifier in the format specified """
643643

644644
# Define the mapping from old format values to new ones
645+
# Use non-link formats for File exports to avoid duplicate identical GET requests
645646
format_mapping = {
646647
# File exports -> non-link formats
647648
"WadlFile": "wadl",

0 commit comments

Comments
 (0)