Skip to content

Commit

Permalink
Update CHANGELOG.md to include #226
Browse files Browse the repository at this point in the history
  • Loading branch information
katbyte authored Mar 12, 2020
1 parent eac45d7 commit 4f0c686
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ IMPROVEMENTS:
* dependencies: upgrade `azure-sdk-for-go` to `v40.3.0` [GH-225]
* dependencies: upgrade `go-autorest/autorest` to `v0.10.0` [GH-225]
* dependencies: upgrade `terraform-plugin-sdk` to `v1.6.0` [GH-225]
* `azuread_application` - supportfor the `logout_url` property [GH-226]
* `azuread_group` - support for the `description` property [GH-216]
* `azuread_user` - support for the `onpremises_sam_account_name` and `onpremises_user_principal_name` properties [GH-222]
* `azuread_user` - support for the `immutable_id` property [GH-207]

BUG FIXES:

* `azuread_application` - ensure all owners are added before removed [GH-226]
* `azuread_application_password` - validate the `length` property is less then `863` [GH-228]
* `azuread_group` - the `owners` property is now additive during creation allowing an existing owner to be provided [GH-211]
* `azuread_group_member` - mark as missing when member cannot be found instead of erroring [GH-227]
Expand Down

0 comments on commit 4f0c686

Please sign in to comment.