name | string | Required, Identifier | The Azure DevOps repository name |
organization | string | Required, Identifier | Azure DevOps organization name (e.g. 'myorg') or full https://dev.azure.com/{org} URL |
project | string | Required, Identifier | Project name that will contain the repository |
defaultBranch | string | | Default branch name to set after creation (e.g. 'refs/heads/main'). If omitted, Azure DevOps sets one after first push. |
remoteUrl | string | Read-only | [OUTPUT] HTTPS clone URL |
repositoryId | string | Read-only | [OUTPUT] Repository id (GUID) |
sshUrl | string | Read-only | [OUTPUT] SSH clone URL |
webUrl | string | Read-only | [OUTPUT] Repository web URL |