From 57664b41dd75fe34d537df95bf2a6bcd8e276e6a Mon Sep 17 00:00:00 2001 From: Tom Bamford Date: Fri, 12 Nov 2021 00:50:58 +0000 Subject: [PATCH] Changelog for #660 --- CHANGELOG.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f2f32b497..d8716f0470 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)