From dcbb79a8f2be80b8a362b2ba3db303bc7c878fae Mon Sep 17 00:00:00 2001 From: shane-snyder <95644687+shane-snyder@users.noreply.github.com> Date: Fri, 23 Jun 2023 10:22:29 -0400 Subject: [PATCH] Update installation-azure-preparing-diskencryptionsets.adoc Removed --enable-soft-delete true from az keyvault create command --- modules/installation-azure-preparing-diskencryptionsets.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/installation-azure-preparing-diskencryptionsets.adoc b/modules/installation-azure-preparing-diskencryptionsets.adoc index 858b35021320..b8eb04e4799e 100644 --- a/modules/installation-azure-preparing-diskencryptionsets.adoc +++ b/modules/installation-azure-preparing-diskencryptionsets.adoc @@ -68,7 +68,7 @@ $ az group create --name $RESOURCEGROUP --location $LOCATION [source,terminal] ---- $ az keyvault create -n $KEYVAULT_NAME -g $RESOURCEGROUP -l $LOCATION \ - --enable-purge-protection true --enable-soft-delete true + --enable-purge-protection true ---- + . Create an encryption key in the key vault by running the following command: