Change required for Command

It was stated that Comma separated issuance of the argument but the examples show semi-colon separated issue of argument. See examples at https://docs.microsoft.com/en-us/windows/client-management/mdm/vpnv2-profile-xsd
This commit is contained in:
ImranHabib
2019-04-03 21:14:58 +05:00
committed by GitHub
parent 417321af82
commit b91cd1c6bb

View File

@ -401,7 +401,7 @@ Value type is chr. Supported operations include Get, Add, Replace, and Delete.
Nodes under the PluginProfile are required when using a Microsoft Store based VPN plugin.
<a href="" id="vpnv2-profilename-pluginprofile-serverurllist"></a>**VPNv2/***ProfileName***/PluginProfile/ServerUrlList**
Required for plug-in profiles. Comma separated list of servers in URL, hostname, or IP format.
Required for plug-in profiles. semi-colon separated list of servers in URL, hostname, or IP format.
Value type is chr. Supported operations include Get, Add, Replace, and Delete.