From 9f34405f43f52ddc13c18ed56955e59b5d284f76 Mon Sep 17 00:00:00 2001 From: Tom Bamford Date: Tue, 8 Mar 2022 09:55:45 +0000 Subject: [PATCH] Changelog for #749 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ac258ab46..f9c6d66c51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## 2.19.0 (Unreleased) +IMPROVEMENTS: + +* `data.azuread_service_principals` - export the `object_id` property in the `service_principals` list [GH-749] + BUG FIXES: * `azuread_conditional_access_policy` - fix a crash during the plan phase when `session_controls` is empty [GH-747]