mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-23 12:30:50 +01:00
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:
parent
501cca2ffb
commit
bbad0e5cf8
2
XenOvfApi/Properties/Settings.Designer.cs
generated
2
XenOvfApi/Properties/Settings.Designer.cs
generated
@ -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"]));
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user