Skip to content

Commit e732de0

Browse files
authored
Merge pull request openshift#61645 from shane-snyder/keyvault-softdelete
Update installation-azure-preparing-diskencryptionsets.adoc
2 parents acbdbbc + 845a3df commit e732de0

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)