From 12c715893957c29c0e423f2983567ce57376ea00 Mon Sep 17 00:00:00 2001 From: Matthew Frahry Date: Thu, 18 Feb 2021 16:50:56 -0800 Subject: [PATCH] Update changelog for #10642 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef4217a90d16..4745fce61bd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ ENHANCEMENTS: BUG FIXES: +* `azurerm_batch_certificate`: Allow empty `password` when format is pfx [GH-10642] * `azurerm_data_factory_integration_runtime_azure_ssis` - the `administrator_login` and `administrator_password` properties are now optional [GH-10474] * `azurerm_kusto_cluster`: changing `virtual_network_configuration` forces a new resource to be created. [GH-10640]