Skip to content

Commit 3737e85

Browse files
authored
fix(import): Update custom.py
1 parent f92f723 commit 3737e85

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
@@ -482,7 +482,7 @@ def apim_api_import(
482482
False: ContentFormat.WSDL_LINK.value
483483
},
484484
ImportFormat.GraphQL.value: {
485-
True: ContentFormat.GRAPHQL_LINK.value,
485+
True: ContentFormat.GRAPHQL.value,
486486
False: ContentFormat.GRAPHQL_LINK.value
487487
}
488488
}

0 commit comments

Comments
 (0)