{"info":{"_postman_id":"f391ec83-a2a7-43ec-850f-574bdf04300c","name":"Variable Group Transfer","description":"This collection contains request for get variable group from source project and post variable group to target project.","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"Get Variable Groups","id":"e0cde959-934f-4396-aebb-010b27a0cfc1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"password":"","username":"aak"}},"method":"GET","header":[],"url":{"raw":"https://dev.azure.com/DOJOMCWB/MasterClass-Whitebelt-Golden-Copy/_apis/distributedtask/variablegroups?api-version=5.0-preview.1","protocol":"https","host":["dev","azure","com"],"path":["DOJOMCWB","MasterClass-Whitebelt-Golden-Copy","_apis","distributedtask","variablegroups"],"query":[{"key":"api-version","value":"5.0-preview.1"}]}},"response":[],"_postman_id":"e0cde959-934f-4396-aebb-010b27a0cfc1"},{"name":"Create Variable Group","id":"ba5eabcf-3809-496a-b5b8-627ac7c8c98f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"password":"wxn7vvo7bwbdvldcfg4dizfvft5kwuncd3pmdtnf3rautcyzvdma","username":"aak"}},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n            \"variables\": {\r\n                \"AppId\": {\r\n                    \"value\": null,\r\n                    \"isSecret\": true\r\n                },\r\n                \"AppPassword\": {\r\n                    \"value\": null,\r\n                    \"isSecret\": true\r\n                },\r\n                \"ArtifactName\": {\r\n                    \"value\": \"drop\"\r\n                },\r\n                \"BuildConfiguration\": {\r\n                    \"value\": \"release\"\r\n                },\r\n                \"BuildPlatform\": {\r\n                    \"value\": \"any cpu\"\r\n                },\r\n                \"NSG\": {\r\n                    \"value\": \"GDBuildSonar\"\r\n                },\r\n                \"ResourceGroupName\": {\r\n                    \"value\": \"gdbuild-westus-vm\"\r\n                },\r\n                \"SolutionPath\": {\r\n                    \"value\": \"ModernizationWithAppServiceDotNET/SmartHotel360.Registration.sln\"\r\n                },\r\n                \"SubscriptionId\": {\r\n                    \"value\": null,\r\n                    \"isSecret\": true\r\n                },\r\n                \"TenantId\": {\r\n                    \"value\": null,\r\n                    \"isSecret\": true\r\n                }\r\n            },\r\n            \"id\": 44,\r\n            \"type\": \"Vsts\",\r\n            \"name\": \"SonarQube-CI\",\r\n            \"isShared\": false,\r\n            \"variableGroupProjectReferences\": null\r\n        }"},"url":{"raw":"https://apps-domain.visualstudio.com/Devops%20Dojo/_apis/distributedtask/variablegroups?api-version=5.0-preview.1","protocol":"https","host":["apps-domain","visualstudio","com"],"path":["Devops%20Dojo","_apis","distributedtask","variablegroups"],"query":[{"key":"api-version","value":"5.0-preview.1"}]}},"response":[],"_postman_id":"ba5eabcf-3809-496a-b5b8-627ac7c8c98f"},{"name":"Update Variables in Variable Group","id":"41eba6ae-91b0-4d2a-a2b8-1d0ba85f2901","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"password":"","username":"aak"}},"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"variables\": {\r\n    \"deploymentslot\": {\r\n      \"value\": \"prd\"\r\n    }\r\n  },\r\n  \"type\": \"Vsts\",\r\n  \"name\": \"Public-Website-PRD\",\r\n  \"description\": \"Updated variable group with deployment slot\"\r\n}"},"url":{"raw":"https://dev.azure.com/DOJOMRCS/DevOps-Dojo-OrangeBelt-Test/_apis/distributestask/variablegroups/18?api-version=5.0-preview.1","protocol":"https","host":["dev","azure","com"],"path":["DOJOMRCS","DevOps-Dojo-OrangeBelt-Test","_apis","distributestask","variablegroups","18"],"query":[{"key":"api-version","value":"5.0-preview.1"}]}},"response":[],"_postman_id":"41eba6ae-91b0-4d2a-a2b8-1d0ba85f2901"}]}