Skip to content

Commit 0a8262f

Browse files
committed
Update the cmdlet output type.
1 parent 367d7a7 commit 0a8262f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/MachineLearning/Commands.MachineLearning/Cmdlets/WebServices/AddAzureMLWebServiceRegionalProperty.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ namespace Microsoft.Azure.Commands.MachineLearning.Cmdlets
2525
VerbsCommon.Add,
2626
"AzureRmMlWebServiceRegionalProperty",
2727
SupportsShouldProcess = true)]
28-
[OutputType(typeof(void))]
28+
[OutputType(typeof(WebService))]
2929
public class AddAzureMLWebServiceRegionalProperty : WebServicesCmdletBase
3030
{
3131
[Parameter(

0 commit comments

Comments
 (0)