Skip to content

Commit 4a09f19

Browse files
vcsim: add PbmQueryAssociatedProfiles method
1 parent 44d6f8d commit 4a09f19

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

pbm/simulator/simulator.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,13 @@ func (m *ProfileManager) PbmQueryAssociatedProfile(req *types.PbmQueryAssociated
126126
return body
127127
}
128128

129+
func (m *ProfileManager) PbmQueryAssociatedProfiles(req *types.PbmQueryAssociatedProfiles) soap.HasFault {
130+
body := new(methods.PbmQueryAssociatedProfilesBody)
131+
body.Res = new(types.PbmQueryAssociatedProfilesResponse)
132+
133+
return body
134+
}
135+
129136
func (m *ProfileManager) PbmRetrieveContent(req *types.PbmRetrieveContent) soap.HasFault {
130137
body := new(methods.PbmRetrieveContentBody)
131138
if len(req.ProfileIds) == 0 {

0 commit comments

Comments
 (0)