Web Service Management - Removing a Web Service? #14667
Unanswered
bjarkihall
asked this question in
Q&A
Replies: 1 comment 2 replies
-
@JesperSchulz sorry for tagging you like this, but am I posting this kind of question in the wrong place (also #14325)? I thought these would make sense to "discuss" before diving fully into forking, implementing, writing tests, creating pull request, someone at MS gets assigned for reviewing the code changes, when there might be a good reason for these not to be available in the SystemApp in the first place. :) Are "issues" the preferred way of getting initial feedback if something would even be considered for a PR? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, AppSourceCop rule AS0059 prevents Insert/Modify/Delete for
Record "Web Service Aggregate"
.We can use
CreateTenantWebService
to Insert/Modify:https://github.com/microsoft/ALAppExtensions/tree/main/Modules/System/Web%20Service%20Management#createtenantwebservice-method-
We can modify the service with
Published = false
, but there's no way to "clean-up" declared web services (which Delete used to be able to do), which can leave a lot of unused web services in theWeb Services
list.Would MS be open to a Pull-Request which exposes something like
RemoveTenantWebService
?Beta Was this translation helpful? Give feedback.
All reactions