From 7e0b868180cb360d8d75b12240da3930ded28890 Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Mon, 18 May 2020 12:52:05 +0200 Subject: [PATCH] updating to include #6964 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37b4f8066e9c..4afe2e1ea4d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ IMPROVEMENTS: * `azurerm_api_management_api_version_set` - updating the validation for the `name` field [GH-6947] * `azurerm_databricks_workspace` - exposing `workspace_id` and `workspace_url` [GH-6973] +* `azurerm_storage_account` - allowing the value `PATCH` for `allowed_methods` within the `cors_rule` block within the `blob_properties` block [GH-6964] ---