You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ResourceManager/MachineLearning/Commands.MachineLearning/Cmdlets/WebServices/AddAzureMLWebServiceRegionalProperty.cs
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -30,16 +30,20 @@ public class AddAzureMLWebServiceRegionalProperty : WebServicesCmdletBase
30
30
{
31
31
[Parameter(
32
32
Mandatory=true,
33
+
ValueFromPipelineByPropertyName=true,
33
34
HelpMessage="The name of the resource group for the Azure ML web service.")]
34
35
[ValidateNotNullOrEmpty]
35
36
publicstringResourceGroupName{get;set;}
36
37
37
-
[Parameter(Mandatory=true,HelpMessage="The name of the web service")]
0 commit comments