@Durgaprasad Kinthada , DevOps is not yet supported in Q&A, please ask your question in developer community https://developercommunity.visualstudio.com/spaces/21/index.html
Yaml Pipeline environmnet variable schema reding through resp api
Hi Team,
Trying to read environment variable from yaml schema through rest api. But its creating environment in environments tab in azure devops project. But while reading through api its not displaying any information regarding environment.
Below section in yaml schema
environment:
name: VMenv
resourceType: VirtualMachine
tags: web1
I want to declare environment type also in yaml schema and read from rest api is there any option available to declare custom text like Preprodeploytype ,Predevdeploy type.
My requirement is to declare environment type and environment in yaml schema and read from api