Skip to content

Commit

Permalink
Update internal/services/keyvault/key_vault_resource.go
Browse files Browse the repository at this point in the history
Co-authored-by: kt <[email protected]>
  • Loading branch information
WodansSon and katbyte authored Apr 11, 2024
1 parent 862908d commit 36b2ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/services/keyvault/key_vault_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ func resourceKeyVault() *pluginsdk.Resource {
Type: pluginsdk.TypeSet,
Optional: true,
Computed: true,
Deprecated: "As the `contact` property requires reaching out to the dataplane to better support private endpoints and keyvaults with public network access disabled, `contact` will be removed in favour of the `azurerm_key_vault_certificate_contacts` resource in version 4.0 of the AzureRM Provider.",
Deprecated: "As the `contact` property requires reaching out to the dataplane, to better support private endpoints and keyvaults with public network access disabled, `contact` will be removed in favour of the `azurerm_key_vault_certificate_contacts` resource in version 4.0 of the AzureRM Provider.",
Elem: &pluginsdk.Resource{
Schema: map[string]*pluginsdk.Schema{
"email": {
Expand Down

0 comments on commit 36b2ddf

Please sign in to comment.