ContributionsMost RecentMost LikesSolutionsRe: Create the readyApi project and run the ready api project from Azure pipeline KarelHusa Thank you so much, Let me try this and update you. Re: Create the readyApi project and run the ready api project from Azure pipeline Can you please share the snippet of how you did? thanks for your response. Create the readyApi project and run the ready api project from Azure pipeline Here is the requirement. we are creating the API through our automation process of Azure pipeline, currently we are creating the ready api project using the readyApi based on Yaml file. Also we manually add the Oauth Token creation process(Through HTTP request step) for Authenticating the api request coming into APIM. Now we want this to automate the process of creating the ready api project for each api we are implementing on our APIM portal and add the HTTP request step to get the Oauth Token and run the ready api project file through azure pipeline. In simple create and run the readyApi file through azure pipeline itself. Re: How to create ready api file through power shell script Thank you for your response. I am trying this option achieve through CLI. Basically from Azure pipeline. is there something we can do through script? Re: How to create ready api file through power shell script Here are the detail information. we have apis exposed in APIM(Azure dev portal)., Azure infrastructure has option to export these apis as yaml/Json(openapi standard) Today we manually import this yaml and create a soapui project using readyApi tool. while doing it so the functional test will be created, all we need to do change the azure endpoints and do some event scripting which will be used in the request. once we done the unit testing, we download this file as xml and upload into our repo for our scheduled readyApi run from pipeline. Now, we want to implement the api in azure portal and import that yaml file and convert that into soapui project(xml file),of course we need to update some config after the creation and run the unit test and deploy it to test. everything we want to do through azure pipeline. Hope this helps Re: How to create ready api file through power shell script nmrao can you please help me get some snippet for converting yaml into soap ui from command line ? I tried my best but i couldnt get one. Any help would be greatly appreciated Create ReadyAPI/SoapUI project from command line or through script based on YAML file. I want to create ReadyAPI/SoapUI project from command line or through script based on YAML file. Re: How to create ready api file through power shell script Its simple happy path test case. we run the functional test to make sure APIM api unit testing works good until set-backend url policy. we are not going to do more test scenarios only one uri path mapping to APIM code. thats it Re: How to create ready api file through power shell script Thats correct. test case is going to be Unit testing from APIM standpoint? can you please give me some leads how to create the readyapi project automatically. Re: How to create ready api file through power shell script We need to create the readyapi project automatically with the input as yaml file, Currently we do it manually on the app, instead of that is there any script available to create the ready api project based on the input yaml file, our ultimate goal is to create this through azure ADO pipeline, Create the ready api file project and run the ready api file and deploy it to other env.