vso.code_manage
External DocumentationTo learn more, visit the Azure DevOps documentation.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
vso.code_manage| Parameter | Description |
|---|---|
| Name | The name of the repository to create. |
| Organization | The name of the organization. |
| Project | The project ID or project name. |
| Team Project Reference ID | The ID of the Team Project Reference in which to create the repository.To include additional project properties (for example, description), use Additional Parameters in the Advanced section.Example: For more information about the Team Project Reference object, visit Repositories documentation. |
| Parameter | Description |
|---|---|
| Additional Parameters | A JSON object for additional body parameters. Values specified in this parameter will override equivalent parameters. For example: The object must follow the vendor’s structure as defined in the API documentation. |
| Parent Repository | The parent repository object when creating a fork. For Example: For more information about the Parent Repository Object parameter, visit Repositories documentation. |
| Source Ref | The source refs to use while creating a fork repository. |
{
"id": "5febef5a-833d-4e14-b9c0-14cb638f91e6",
"name": "AnotherRepository",
"url": "https://dev.azure.com/fabrikam/_apis/git/repositories/5febef5a-833d-4e14-b9c0-14cb638f91e6",
"project": {
"id": "6ce954b1-ce1f-45d1-b94d-e6bf2464ba2c",
"name": "Fabrikam-Fiber-Git",
"url": "https://dev.azure.com/fabrikam/_apis/projects/6ce954b1-ce1f-45d1-b94d-e6bf2464ba2c",
"state": "wellFormed"
},
"remoteUrl": "https://dev.azure.com/fabrikam/Fabrikam-Fiber-Git/_git/AnotherRepository"
}
Was this page helpful?