Closed bwlewis closed 8 years ago
updateWebService is just a wrapper for publishWebService, but when updating a web service the name argument should be optional. Also improve the documentation about this and add a unit test.
updateWebService
publishWebService
Addressed in https://github.com/RevolutionAnalytics/AzureML/commit/6504276f4dcd6b77cbc4ac2bea3869cef6653c99
updateWebService
is just a wrapper forpublishWebService
, but when updating a web service the name argument should be optional. Also improve the documentation about this and add a unit test.