[FEATURE REQ] Azure.ResourceManager.ApiManagement API resources should support exporting OpenApi or GraphQL files
See original GitHub issueLibrary name
Azure.ResourceManager.ApiManagement
Please describe the feature.
Both the REST API (https://learn.microsoft.com/en-us/rest/api/apimanagement/current-preview/api-export/get?tabs=HTTP#exportformat)
and the previous Microsoft.Azure.Management.ApiManagement
library
(https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiExportOperations.cs)
support exporting an API as an OpenApi specification file.
I cannot find a way to do this through the Azure.ResourceManager.ApiManagement
library.
A more general fix would be allowing any Azure.ResourceManager
sdk resource to append custom query parameters to the Get
operations.
Issue Analytics
- State:
- Created a year ago
- Reactions:4
- Comments:13 (3 by maintainers)
Top Results From Across the Web
Azure/azure-sdk-for-net@e574426
[FEATURE REQ] Azure.ResourceManager.ApiManagement API resources should support exporting OpenApi or GraphQL files #48233. Sign in to view logs.
Read more >Import an OpenAPI specification to Azure API Management
Learn how to import an OpenAPI specification to an API Management instance using the Azure portal, Azure CLI, or Azure PowerShell.
Read more >API import restrictions and known issues - Azure
Export API as OpenAPI For each operation, it's: Azure resource name is exported as an operationId . Display name is exported as a...
Read more >Create Or Update - REST API (Azure API Management)
Creates new or updates existing specified API of the API Management service instance. In this article. URI Parameters; Request Header; Request ...
Read more >Support for GraphQL APIs - Azure API Management
You can use API Management to manage GraphQL APIs - APIs based on the GraphQL query language. GraphQL provides a complete and understandable ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@live1206 Sorry, I see now. Give me a bit to review, but your insights seem correct.
Close this issue since this requires service team to update the swagger for
ApiExport_Get
properly. @colincmac Please feel free to reopen it if you come up with other thoughts.