Skip to content

Commit

Permalink
Changelog for #660
Browse files Browse the repository at this point in the history
  • Loading branch information
manicminer authored Nov 12, 2021
1 parent 448fb6f commit 57664b4
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,23 @@

BUG FIXES:

* **Provider:** fix an authentication bug that prevented authorizing using a Managed Identity when running in Azure Cloud Shell [GH-660]
* `data.azuread_user` - ensure apostrophes are correctly quoted when matching by `mail_nickname` or `user_principal_name` [GH-643]
* `data.azuread_users` - ensure apostrophes are correctly quoted when matching by `mail_nicknames` or `user_principal_names` [GH-643]
* `azuread_application_certificate`: work around an API consistency issue when deleting resources [GH-659]
* `azuread_application_password`: work around an API consistency issue when deleting resources [GH-659]
* `azuread_application_certificate` - work around an API consistency issue when deleting resources [GH-659]
* `azuread_application_password` - work around an API consistency issue when deleting resources [GH-659]
* `azuread_application` - add mitigation for replication delay when creating new applications [GH-656]
* `azuread_directory_role_member`: work around an API consistency issue when deleting resources [GH-659]
* `azuread_group_member`: work around an API consistency issue when deleting resources [GH-659]
* `azuread_directory_role_member` - work around an API consistency issue when deleting resources [GH-659]
* `azuread_group_member` - work around an API consistency issue when deleting resources [GH-659]
* `azuread_group` - add mitigation for replication delay when creating new groups [GH-656]
* `azuread_group`: work around an API consistency issue when creating and deleting resources [GH-659]
* `azuread_invitation`: work around an API consistency issue when creating and deleting resources [GH-659]
* `azuread_service_principal_certificate`: work around an API consistency issue when deleting resources [GH-659]
* `azuread_service_principal_password`: work around an API consistency issue when deleting resources [GH-659]
* `azuread_group` - work around an API consistency issue when creating and deleting resources [GH-659]
* `azuread_invitation` - work around an API consistency issue when creating and deleting resources [GH-659]
* `azuread_service_principal_certificate` - work around an API consistency issue when deleting resources [GH-659]
* `azuread_service_principal_password` - work around an API consistency issue when deleting resources [GH-659]
* `azuread_service_principal` - add mitigation for replication delay when creating new service principals [GH-656]
* `azuread_service_principal`: work around an API consistency issue when creating and deleting resources [GH-659]
* `azuread_service_principal` - work around an API consistency issue when creating and deleting resources [GH-659]
* `azuread_user` - add mitigation for replication delay when creating new users [GH-656]
* `azuread_user`: work around an API consistency issue when deleting resources [GH-659]
* `azuread_user` - work around an API consistency issue when deleting resources [GH-659]

## 2.8.0 (October 28, 2021)

Expand Down

0 comments on commit 57664b4

Please sign in to comment.