We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d35a82d + 449684b commit 88709b0Copy full SHA for 88709b0
1 file changed
src/azure-cli/azure/cli/command_modules/apim/custom.py
@@ -642,6 +642,7 @@ def apim_api_export(client, resource_group_name, service_name, api_id, export_fo
642
"""Gets the details of the API specified by its identifier in the format specified """
643
644
# Define the mapping from old format values to new ones
645
+ # Use non-link formats for File exports to avoid duplicate identical GET requests
646
format_mapping = {
647
# File exports -> non-link formats
648
"WadlFile": "wadl",
0 commit comments