From 8e0d2c83e91795fb20a93ad227c48442c8e4f2f4 Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Thu, 13 Sep 2018 16:50:35 +0200 Subject: [PATCH] Updating to include #1921 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca1ab4bdd89f..5e33b3b0b5d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ IMPROVEMENTS: * `azurerm_app_service` - adding the `virtual_network_name` property [GH-1896] * `azurerm_app_service_slot` - adding the `virtual_network_name` property [GH-1896] * `azurerm_key_vault_certificate` - adding the `thumbprint` property [GH-1904] +* `azurerm_servicebus_queue` - adding validation for ISO8601 Durations [GH-1921] +* `azurerm_servicebus_topic` - adding validation for ISO8601 Durations [GH-1921] * `azurerm_sql_database` - adding the `threat_detection_policy` property [GH-1628] * `azurerm_virtual_network` - adding validation to `name` preventing empty values [GH-1898] * `azurerm_virtual_machine` - support for the `managed_disk_type` of `StandardSSD_LRS` [GH-1901]