From cc525c65ff1859d124006882ae5368cf2866646b Mon Sep 17 00:00:00 2001 From: Tom Bamford Date: Tue, 23 Jun 2020 03:29:50 +0100 Subject: [PATCH] update changelog for #279 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ae2ab67f1..491d57f0a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ IMPROVEMENTS: * Provider: no longer require configuring `subscription_id` (configuration value) / `ARM_SUBSCRIPTION_ID` (environment variable). [GH-271] * `data.azuread_client_config` - deprecate the `subscription_id` property. For compatibility, still populates `subscription_id` if the provider is configured with a subscription ID [GH-271] * `data.azuread_application` - support for the `application_id` property [GH-274] +* `azuread_application` - support the `prevent_duplicate_names` property [GH-279] +* `azuread_group` - support the `prevent_duplicate_names` property [GH-279] ## 0.10.0 (June 05, 2020)