diff options
| author | Zooopx <xuzhang3@microsoft.com> | 2022-04-12 17:11:45 +0800 |
|---|---|---|
| committer | Zooopx <xuzhang3@microsoft.com> | 2022-04-12 17:11:45 +0800 |
| commit | 2439fc471cfda87bd2106fd6cff267fb3c1a3833 (patch) | |
| tree | 011041d0fe222c41a8e7e944083ceba38eaaead5 /CHANGELOG.md | |
| parent | fad04450296fa5d25c1bde066fe743a68f167fc3 (diff) | |
update CHANGELOG.md for v0.2.1
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 10922b5f..2a286189 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,19 @@ ## 0.2.1 FEATURES: + +* **New Resource** `azuredevops_project_pipeline_settings` [#556](https://github.com/microsoft/terraform-provider-azuredevops/issues/556) + BUG FIX: +* `azuredevops_group` - Fix scope not set [#542](https://github.com/microsoft/terraform-provider-azuredevops/issues/542) +* `azuredevops_branch_policy_build_validation` - Fix `file_pattern` disordered. [#539](https://github.com/microsoft/terraform-provider-azuredevops/issues/539) +* `azuredevops_variable_group` - Fix create 401 authorization error. [#541](https://github.com/microsoft/terraform-provider-azuredevops/issues/541) +* `azuredevops_group` - Can not create group at project level. [#558](https://github.com/microsoft/terraform-provider-azuredevops/issues/558) +* `azuredevops_project` - Unable disable/enable project feature artifacts. [#568](https://github.com/microsoft/terraform-provider-azuredevops/issues/568) + IMPROVEMENTS: -BREAKING CHANGE: +* Update document - [#543](https://github.com/microsoft/terraform-provider-azuredevops/issues/543) +* Deprecate `azuredevops_serviceendpoint_azuredevops`, use `azuredevops_serviceendpoint_runpipeline` instead - [#565](https://github.com/microsoft/terraform-provider-azuredevops/issues/565) ## 0.2.0 |
