From 57c6727c6d4e9f468ea51693c5d31f17759eada8 Mon Sep 17 00:00:00 2001 From: tf-release-bot Date: Thu, 14 Feb 2019 17:17:40 +0000 Subject: [PATCH] v1.22.1 --- CHANGELOG.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13c533039782..68651514853f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,12 @@ -## 1.22.1 (Unreleased) +## 1.22.1 (February 14, 2019) BUG FIXES: -* `azurerm_key_vault_access_policy` - will no longer fail to find the Key Vault if `key_vault_id` is empty [GH-2874] -* `azurerm_key_vault_certificate` - will no longer fail to find the Key Vault if `key_vault_id` is [GH-2874] -* `azurerm_key_vault_key` - will no longer fail to find the Key Vault if `key_vault_id` is [GH-2874] -* `azurerm_key_vault_secret` - will no longer fail to find the Key Vault if `key_vault_id` is [GH-2874] -* `azurerm_storage_container` - support for large numbers of containers within a storage account [GH-2873] +* `azurerm_key_vault_access_policy` - will no longer fail to find the Key Vault if `key_vault_id` is empty ([#2874](https://github.com/terraform-providers/terraform-provider-azurerm/issues/2874)) +* `azurerm_key_vault_certificate` - will no longer fail to find the Key Vault if `key_vault_id` is ([#2874](https://github.com/terraform-providers/terraform-provider-azurerm/issues/2874)) +* `azurerm_key_vault_key` - will no longer fail to find the Key Vault if `key_vault_id` is ([#2874](https://github.com/terraform-providers/terraform-provider-azurerm/issues/2874)) +* `azurerm_key_vault_secret` - will no longer fail to find the Key Vault if `key_vault_id` is ([#2874](https://github.com/terraform-providers/terraform-provider-azurerm/issues/2874)) +* `azurerm_storage_container` - support for large numbers of containers within a storage account ([#2873](https://github.com/terraform-providers/terraform-provider-azurerm/issues/2873)) ## 1.22.0 (February 11, 2019)