Disable schema validation as it shows false warnings for multiple VM appliances.

It thinks that the element VirtualSystem is an invalid child element of
VirtualSystemCollection, which is not the case.

Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
This commit is contained in:
Konstantina Chremmou 2020-12-30 13:29:57 +00:00 committed by Mihaela Stoica
parent 501cca2ffb
commit bbad0e5cf8
3 changed files with 3 additions and 3 deletions

View File

@ -296,7 +296,7 @@ namespace XenOvf.Properties {
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("127")]
[global::System.Configuration.DefaultSettingValueAttribute("63")]
public byte RequiredValidations {
get {
return ((byte)(this["RequiredValidations"]));

View File

@ -93,7 +93,7 @@
<Value Profile="(Default)">false</Value>
</Setting>
<Setting Name="RequiredValidations" Type="System.Byte" Scope="Application">
<Value Profile="(Default)">127</Value>
<Value Profile="(Default)">63</Value>
</Setting>
<Setting Name="vmwNamespacePrefix" Type="System.String" Scope="Application">
<Value Profile="(Default)">vmwovf</Value>

View File

@ -98,7 +98,7 @@
<value>false</value>
</setting>
<setting name="RequiredValidations" serializeAs="String">
<value>127</value>
<value>63</value>
</setting>
<setting name="vmwNamespacePrefix" serializeAs="String">
<value>vmwovf</value>