Skip to content

Commit

Permalink
Merge pull request #3301 from fabriziopandini/add-PbmQueryAssociatedP…
Browse files Browse the repository at this point in the history
…rofiles-mothod

add PbmQueryAssociatedProfiles method
  • Loading branch information
dougm committed Dec 11, 2023
2 parents dd6f792 + 4a09f19 commit 72fe969
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pbm/simulator/simulator.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,13 @@ func (m *ProfileManager) PbmQueryAssociatedProfile(req *types.PbmQueryAssociated
return body
}

func (m *ProfileManager) PbmQueryAssociatedProfiles(req *types.PbmQueryAssociatedProfiles) soap.HasFault {
body := new(methods.PbmQueryAssociatedProfilesBody)
body.Res = new(types.PbmQueryAssociatedProfilesResponse)

return body
}

func (m *ProfileManager) PbmRetrieveContent(req *types.PbmRetrieveContent) soap.HasFault {
body := new(methods.PbmRetrieveContentBody)
if len(req.ProfileIds) == 0 {
Expand Down

0 comments on commit 72fe969

Please sign in to comment.