Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tf-release-bot authored and TeamCity committed Jun 6, 2019
1 parent 239b974 commit 0ed6985
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
## 0.4.0 (Unreleased)
## 0.4.0 (June 06, 2019)

NOTES:

* Resource creation potentially could take longer after this release as the provider will now attempt to wait for replication like the az cli tool.

FEATURES:

* **New Resource:** `azuread_application_password` [GH-71]
* **New Resource:** `azuread_application_password` ([#71](https://github.com/terraform-providers/terraform-provider-azuread/issues/71))

IMPROVEMENTS:

* dependencies: upgrading to `v0.12.0` of `github.com/hashicorp/terraform` [GH-82]
* Data Source `azuread_application` - now exports the `group_membership_claims` property [GH-78]
* Data Source `azuread_application` - now exports the `oauth2_permissions` property [GH-79]
* `azuread_application` - support for the `group_membership_claims` property [GH-78]
* `azuread_application` - now exports the `oauth2_permissions` property [GH-79]
* `azuread_application` - now exports the `object_id` property [GH-99]
* `azuread_application` - support for the `type` property enabling the creation of `native` applications [GH-74]
* `azuread_application` - will now wait for replication by waiting for 10 successful reads after creation [GH-93]
* `azuread_group` - will now wait for replication by waiting for 10 successful reads after creation [GH-91]
* `azuread_group` - now exports the `object_id` property [GH-99]
* `azuread_service_principal` - will now wait for replication by waiting for 10 successful reads after creation [GH-93]
* `azuread_service_principal` - now exports the `object_id` property [GH-99]
* `azuread_user` - will now wait for replication by waiting for 10 successful reads after creation [GH-91]
* `azuread_user` - increase the maximum allowed lengh of `password` to 256 [GH-81]
* `azuread_user` - now exports the `object_id` property [GH-99]
* dependencies: upgrading to `v0.12.0` of `github.com/hashicorp/terraform` ([#82](https://github.com/terraform-providers/terraform-provider-azuread/issues/82))
* Data Source `azuread_application` - now exports the `group_membership_claims` property ([#78](https://github.com/terraform-providers/terraform-provider-azuread/issues/78))
* Data Source `azuread_application` - now exports the `oauth2_permissions` property ([#79](https://github.com/terraform-providers/terraform-provider-azuread/issues/79))
* `azuread_application` - support for the `group_membership_claims` property ([#78](https://github.com/terraform-providers/terraform-provider-azuread/issues/78))
* `azuread_application` - now exports the `oauth2_permissions` property ([#79](https://github.com/terraform-providers/terraform-provider-azuread/issues/79))
* `azuread_application` - now exports the `object_id` property ([#99](https://github.com/terraform-providers/terraform-provider-azuread/issues/99))
* `azuread_application` - support for the `type` property enabling the creation of `native` applications ([#74](https://github.com/terraform-providers/terraform-provider-azuread/issues/74))
* `azuread_application` - will now wait for replication by waiting for 10 successful reads after creation ([#93](https://github.com/terraform-providers/terraform-provider-azuread/issues/93))
* `azuread_group` - will now wait for replication by waiting for 10 successful reads after creation ([#91](https://github.com/terraform-providers/terraform-provider-azuread/issues/91))
* `azuread_group` - now exports the `object_id` property ([#99](https://github.com/terraform-providers/terraform-provider-azuread/issues/99))
* `azuread_service_principal` - will now wait for replication by waiting for 10 successful reads after creation ([#93](https://github.com/terraform-providers/terraform-provider-azuread/issues/93))
* `azuread_service_principal` - now exports the `object_id` property ([#99](https://github.com/terraform-providers/terraform-provider-azuread/issues/99))
* `azuread_user` - will now wait for replication by waiting for 10 successful reads after creation ([#91](https://github.com/terraform-providers/terraform-provider-azuread/issues/91))
* `azuread_user` - increase the maximum allowed lengh of `password` to 256 ([#81](https://github.com/terraform-providers/terraform-provider-azuread/issues/81))
* `azuread_user` - now exports the `object_id` property ([#99](https://github.com/terraform-providers/terraform-provider-azuread/issues/99))

## 0.3.1 (April 18, 2019)

Expand Down

0 comments on commit 0ed6985

Please sign in to comment.