Azure / apiops

APIOps applies the concepts of GitOps and DevOps to API deployment. By using practices from these two methodologies, APIOps can enable everyone involved in the lifecycle of API design, development, and deployment with self-service and automated tools to ensure the quality of the specifications and APIs that they’re building.
https://azure.github.io/apiops
MIT License
329 stars 193 forks source link

Added parameter POLICY_CONTENT_FORMAT to export valid XML (defautl to previous value RAWXML) #613

Open Banchio opened 3 months ago

Banchio commented 3 months ago

This PR addresses issue #587 with the introduction of the POLICY_CONTENT_FORMAT parameter. When set to XML, exported policies are valid xml that can be processed by native xml processing capabilities (i.e. [xml] type in powershell).