Skip to content

Commit 78888ed

Browse files
shane-snyderopenshift-cherrypick-robot
authored and
openshift-cherrypick-robot
committed
Update installation-azure-preparing-diskencryptionsets.adoc
Removed --enable-soft-delete true from az keyvault create command
1 parent be3d1d4 commit 78888ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/installation-azure-preparing-diskencryptionsets.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ $ az group create --name $RESOURCEGROUP --location $LOCATION
6868
[source,terminal]
6969
----
7070
$ az keyvault create -n $KEYVAULT_NAME -g $RESOURCEGROUP -l $LOCATION \
71-
--enable-purge-protection true --enable-soft-delete true
71+
--enable-purge-protection true
7272
----
7373
+
7474
. Create an encryption key in the key vault by running the following command:

0 commit comments

Comments
 (0)