diff --git a/scripts/Update-OvfConfiguration.yml b/scripts/Update-OvfConfiguration.yml index f52ebeb..62abc04 100644 --- a/scripts/Update-OvfConfiguration.yml +++ b/scripts/Update-OvfConfiguration.yml @@ -120,7 +120,7 @@ PropertyCategories: - Key: hv.fqdn Type: string(1..) Label: vCenter FQDN/IP-address* - Description: 'The address of the vCenter instance which this bootstrap appliance will interact with for provisioning new VM's.' + Description: The address of the vCenter instance which this bootstrap appliance will interact with for provisioning new VM's. DefaultValue: '' Configurations: '*' UserConfigurable: true @@ -128,7 +128,7 @@ PropertyCategories: - Key: hv.username Type: string(1..) Label: vCenter username* - Description: 'The username which this bootstrap appliance will authenticate with to the vCenter instance.' + Description: The username which this bootstrap appliance will authenticate with to the vCenter instance. DefaultValue: '' Configurations: '*' UserConfigurable: true @@ -136,7 +136,7 @@ PropertyCategories: - Key: hv.password Type: password(1..) Label: vCenter password ...* - Description: 'The password which this bootstrap appliance will authenticate with to the vCenter instance.' + Description: The password which this bootstrap appliance will authenticate with to the vCenter instance. DefaultValue: '' Configurations: '*' UserConfigurable: true