Skip to content

Commit a53f2d1

Browse files
authored
Merge pull request #58693 from xenolinux/param-azure-req
OCPBUGS#11815: Required Azure parameters
2 parents aa353ad + bcfd3b9 commit a53f2d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/installation-configuration-parameters.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1096,7 +1096,7 @@ Additional Azure configuration parameters are described in the following table:
10961096
|String, for example `production_disk_encryption_set`.
10971097

10981098
|`compute.platform.azure.osDisk.diskEncryptionSet.subscriptionId`
1099-
|Optional. The ID of a disk encryption set in another Azure subscription. This secondary disk encryption set will be used to encrypt compute machines. By default, the installation program will use the disk encryption set from the Azure subscription ID that you provided to the installation program prompts.
1099+
|Defines the Azure subscription of the disk encryption set where the disk encryption set resides. This secondary disk encryption set is used to encrypt compute machines.
11001100
|String, in the format `00000000-0000-0000-0000-000000000000`.
11011101

11021102
|`controlPlane.platform.azure.encryptionAtHost`
@@ -1112,7 +1112,7 @@ Additional Azure configuration parameters are described in the following table:
11121112
|String, for example `production_disk_encryption_set`.
11131113

11141114
|`controlPlane.platform.azure.osDisk.diskEncryptionSet.subscriptionId`
1115-
|Optional. The ID of a disk encryption set in another Azure subscription. This secondary disk encryption set will be used to encrypt control plane machines. By default, the installation program will use the disk encryption set from the Azure subscription ID that you provided to the installation program prompts.
1115+
|Defines the Azure subscription of the disk encryption set where the disk encryption set resides. This secondary disk encryption set is used to encrypt control plane machines.
11161116
|String, in the format `00000000-0000-0000-0000-000000000000`.
11171117

11181118
|`controlPlane.platform.azure.osDisk.diskSizeGB`

0 commit comments

Comments
 (0)