From f8aa0c5aca9c89111775e3c6befdd4e1ee4581bf Mon Sep 17 00:00:00 2001 From: kt Date: Thu, 20 Sep 2018 12:47:40 -0700 Subject: [PATCH] Update CHANGELOG.md to include #1934 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50d7d1de5ddd..ac18cc5838cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ BUG FIXES: * `azurerm_lb_rule` - allow `0` for `frontend_port` and `backend_port` again [GH-1951] * `azurerm_public_ip` - correctly reading and importing the `idle_timeout_in_minutes` property [GH-1925] +* `azurerm_role_assignment` - only retry on errors when they are retryable [GH-1934] * `azurerm_service_fabric_cluster` - allow two `client_certificate_thumbprint` blocks [GH-1938] * `azurerm_virtual_machine` - handling the Managed Disk ID being nil [GH-1947] * `azurerm_virtual_machine_data_disk_attachment` - supporting data disk attachments when a VM Extension is installed [GH-1950]