summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNicholas M. Iodice <niiodice@microsoft.com>2020-05-15 08:54:15 -0500
committerGitHub <noreply@github.com>2020-05-15 08:54:15 -0500
commitb6010e2fc4f5a643eba50f84812885b13b414321 (patch)
tree7ee6f8420284f615cbc276bc65a858b0713922b1 /README.md
parent805113c3c78692adf1bc23324d1409a92c352306 (diff)
Remove `repo_name` in favor of `repo_id` field (#321)
* Remove repo_name property in favor of repo ID * fixes * Tested builds w/ all repo types * Removing documentation references to repo name
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0e263e7f..80fec8b5 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,6 @@ resource "azuredevops_build_definition" "build_definition" {
repository {
repo_type = "TfsGit"
repo_id = azuredevops_git_repository.repository.id
- repo_name = azuredevops_git_repository.repository.name
branch_name = azuredevops_git_repository.repository.default_branch
yml_path = "azure-pipelines.yml"
}