Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
juliosueiras committed Dec 4, 2020
1 parent adcf302 commit c597828
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions azuredevops/data_source_release_definition.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,12 @@ func dataSourceReleaseDefinitionRead(d *schema.ResourceData, meta interface{}) e

projectID := d.Get("project_id").(string)
name := d.Get("name").(string)
exactNameMatch := true

releaseDefs, err := releaseClient.GetReleaseDefinitions(config.Context, release.GetReleaseDefinitionsArgs{
Project: &projectID,
SearchText: &name,
IsExactNameMatch: &exactNameMatch,
})

if err != nil {
Expand Down

0 comments on commit c597828

Please sign in to comment.