Merge pull request #404 from vmware/topic/dmilov/fix-vsphere-sso-module
Remove searchAllDomains files from lookup service filter
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -348,11 +348,6 @@ namespace LookupServiceReference
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
[System.Xml.Serialization.XmlElementAttribute(Order = 5)]
|
|
||||||
public bool searchAllSsoDomains {
|
|
||||||
get;
|
|
||||||
set;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
|
|||||||
@@ -108,7 +108,6 @@ namespace VMware.vSphere.LsClient
|
|||||||
|
|
||||||
var svcContent = _lsClient.RetrieveServiceContentAsync(RootMoRef).Result;
|
var svcContent = _lsClient.RetrieveServiceContentAsync(RootMoRef).Result;
|
||||||
var filterCriteria = new LookupServiceRegistrationFilter() {
|
var filterCriteria = new LookupServiceRegistrationFilter() {
|
||||||
searchAllSsoDomains = true,
|
|
||||||
serviceType = new LookupServiceRegistrationServiceType {
|
serviceType = new LookupServiceRegistrationServiceType {
|
||||||
product = product,
|
product = product,
|
||||||
type = type
|
type = type
|
||||||
|
|||||||
Reference in New Issue
Block a user