Skip to content

Commit

Permalink
Merge pull request #1150 from xuzhang3/f/changelog_v2.7.0
Browse files Browse the repository at this point in the history
Document v1.3.0 changelog
  • Loading branch information
xuzhang3 authored Sep 3, 2024
2 parents 4ca0077 + ce9fa23 commit 48c6d8d
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## 1.3.0

BUG FIX:

* `azuredevops_serviceendpoint_azurecr`
- Fix `tenant_id` not set as expected. [#1115](https://github.com/microsoft/terraform-provider-azuredevops/pull/1115)
- Fix `tenant_id` not set bug. [#1142](https://github.com/microsoft/terraform-provider-azuredevops/pull/1142)
* **Data Source** `azuredevops_users` - Return empty list if user not found. [#1116](https://github.com/microsoft/terraform-provider-azuredevops/pull/1116)
* `azuredevops_securityrole_assignment` - Detecting role assignment revoke. [#1120](https://github.com/microsoft/terraform-provider-azuredevops/pull/1120)
* `azuredevops_serviceendpoint_kubernetes` - Enhance `nil` check. [#1127](https://github.com/microsoft/terraform-provider-azuredevops/pull/1127)
* `azuredevops_team` - Fix idempotency add members issue. [#1130](https://github.com/microsoft/terraform-provider-azuredevops/pull/1130)
* `azuredevops_serviceendpoint_azurecr` - Expect `serviceprincipalkey` only if ServicePrincipal authentication is used. [#1134](https://github.com/microsoft/terraform-provider-azuredevops/pull/1134)
* `azuredevops_build_folder` - Fix import bug. [#1143](https://github.com/microsoft/terraform-provider-azuredevops/pull/1143)
* `azuredevops_serviceendpoint_dockerregistry` - Enhance `nil` check. [#1146](https://github.com/microsoft/terraform-provider-azuredevops/pull/1146)
* `azuredevops_group` - Add support for `group_id`. [#1147](https://github.com/microsoft/terraform-provider-azuredevops/pull/1147)
* **Data Source** `azuredevops_group` - Add support for `group_id`. [#1149](https://github.com/microsoft/terraform-provider-azuredevops/pull/1149)

IMPROVEMENTS:

* `azuredevops_feed` Support import [#1119](https://github.com/microsoft/terraform-provider-azuredevops/pull/1119)
* Add default timeout [#1114](https://github.com/microsoft/terraform-provider-azuredevops/pull/1114)
* Update Task Agent resources [#1128](https://github.com/microsoft/terraform-provider-azuredevops/pull/1128)

## 1.2.0

FEATURES:
Expand Down

0 comments on commit 48c6d8d

Please sign in to comment.