From 4a36671e9bef2e988d839cbb45ebbd898f19bf69 Mon Sep 17 00:00:00 2001 From: Tracy P Holmes <12778804+tracypholmes@users.noreply.github.com> Date: Tue, 26 May 2020 11:08:12 -0500 Subject: [PATCH] Removes preview note Disk Encryption Set no longer in Public Preview. Fixes #7065 --- website/docs/r/disk_encryption_set.html.markdown | 2 -- 1 file changed, 2 deletions(-) diff --git a/website/docs/r/disk_encryption_set.html.markdown b/website/docs/r/disk_encryption_set.html.markdown index b6f9bfe7526f..0c0db93b023a 100644 --- a/website/docs/r/disk_encryption_set.html.markdown +++ b/website/docs/r/disk_encryption_set.html.markdown @@ -10,8 +10,6 @@ description: |- Manages a Disk Encryption Set. --> **NOTE**: Disk Encryption Sets are in Public Preview and at this time is only available in `Canada Central`, `North Europe` and `West Central US` regions - [more information can be found in the preview documentation](https://docs.microsoft.com/en-us/azure/virtual-machines/linux/disk-encryption). - -> **NOTE:** At this time the Key Vault used to store the Active Key for this Disk Encryption Set must have both Soft Delete & Purge Protection enabled - which are not yet supported by Terraform - instead you can configure this using [a provisioner](https://www.terraform.io/docs/provisioners/local-exec.html) or [the `azurerm_template_deployment` resource](https://www.terraform.io/docs/providers/azurerm/r/template_deployment.html). ## Example Usage