From 7ddd481b4352998cbba14bbb7d3d0a18960f2937 Mon Sep 17 00:00:00 2001 From: Tom Bamford Date: Fri, 3 Mar 2023 01:52:57 +0200 Subject: [PATCH] v2.36.0 --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82c5874698..35a220715c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,12 @@ -## 2.36.0 (Unreleased) +## 2.36.0 (March 03, 2023) IMPROVEMENTS: -* **Provider:** requests to Microsoft Graph no longer include the tenant ID as part of the URI path [GH-1039] +* **Provider:** requests to Microsoft Graph no longer include the tenant ID as part of the URI path ([#1039](https://github.com/hashicorp/terraform-provider-azuread/issues/1039)) BUG FIXES: -* `azuread_group` - work around an API issue that prevented group creation for some configurations where the calling principal is specified as an owner [GH-1037] +* `azuread_group` - work around an API issue that prevented group creation for some configurations where the calling principal is specified as an owner ([#1037](https://github.com/hashicorp/terraform-provider-azuread/issues/1037)) ## 2.35.0 (February 24, 2023)