1
0
Форкнуть 0
This commit is contained in:
xuzhang3 2020-07-28 11:15:13 +08:00
Родитель 884c42f39e
Коммит 2f792a232e
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -13,10 +13,10 @@ IMPROVEMENTS:
* **`azuredevops_git_repository`: Use `default_branch` as the name of an initialized branch** [#89](https://github.com/terraform-providers/terraform-provider-azuredevops/pull/89)
* **`azuredevops_build_definition`: Add Support for GitHub enterprise as a build definition repository type** [##97](https://github.com/terraform-providers/terraform-provider-azuredevops/pull/97)
BUG FIXS:
BUG FIX:
* **`azuredevops_serviceendpoint_github`: GitHub service connection API breaking change** [#72](https://github.com/terraform-providers/terraform-provider-azuredevops/issues/72)
* **All service connection resources: Terraform crash when the service connection description set to an empty string** [#60](https://github.com/terraform-providers/terraform-provider-azuredevops/pull/60)
* **`azuredevops_build_definition`: Build Definition create failed when repository type is GitHub** [#65](https://github.com/terraform-providers/terraform-provider-azuredevops/issues/65)
* **All service connection resources: Terraform crashes when the service connection description is set to an empty string** [#60](https://github.com/terraform-providers/terraform-provider-azuredevops/pull/60)
* **`azuredevops_build_definition`: Build Definition creation failed when repository type is GitHub** [#65](https://github.com/terraform-providers/terraform-provider-azuredevops/issues/65)
BREAKING CHANGES:
* `azuredevops_git_repository` - `initialization` now is a required configuration. [#54](https://github.com/terraform-providers/terraform-provider-azuredevops/issues/54)