We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44d6f8d commit 4a09f19Copy full SHA for 4a09f19
1 file changed
pbm/simulator/simulator.go
@@ -126,6 +126,13 @@ func (m *ProfileManager) PbmQueryAssociatedProfile(req *types.PbmQueryAssociated
126
return body
127
}
128
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
136
func (m *ProfileManager) PbmRetrieveContent(req *types.PbmRetrieveContent) soap.HasFault {
137
body := new(methods.PbmRetrieveContentBody)
138
if len(req.ProfileIds) == 0 {
0 commit comments