diff --git a/CHANGELOG.md b/CHANGELOG.md index 398e2da50ad2..d2e58f8f73a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,13 @@ FEATURES: DEPRECATIONS: + +* data `azurerm_key_vault_key` - deprecating the `vault_uri` property in favour of `key_vault_id` [GH-2820] +* data `azurerm_key_vault_secret` - deprecating the `vault_uri` property in favour of `key_vault_id` [GH-2820] +* `azurerm_key_vault_certificate` - deprecating the `vault_uri` property in favour of `key_vault_id` [GH-2820] +* `azurerm_key_vault_key` - deprecating the `vault_uri` property in favour of `key_vault_id` [GH-2820] +* `azurerm_key_vault_access_policy` - deprecating the `vault_name` and `resource_group_name` properties in favour of `key_vault_id` [GH-2820] +* `azurerm_key_vault_secret` - deprecating the `vault_uri` property in favour of `key_vault_id` [GH-2820] * `azurerm_application_gateway` - deprecating the `fqdn_list` field in favour of `fqdns` [GH-2768] * `azurerm_application_gateway` - deprecating the `ip_address_list` field in favour of `ip_addresses` [GH-2768] * `azurerm_builtin_role_definition` - deprecating in favour of the `azurerm_role_definition` data source, which now provides the same functionality [GH-2798]