From 64ea516c0be29868a6c1ab14b6999c547b6184cb Mon Sep 17 00:00:00 2001 From: Matthew Frahry Date: Mon, 7 Jun 2021 18:40:33 -0700 Subject: [PATCH] Update changelog for #12098 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38e6de9a6db2..1d71a5e3a2cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ FEATURES: ENHANCEMENTS: +* `data.azurerm_synapse_workspace`: Add `identity` attribute [GH-12098] * `azurerm_kubernetes_cluster` - support migration of `service_principal` to `identity` [GH-12049] * `azurerm_kubernetes_cluster`: Support for BYO `kubelet_identity` [GH-12037] * `azurerm_storage_account` - support for user assigned identities [GH-11752]