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/DataFactories/Commands.DataFactories/ActivityWindows/ActivityWindowContextBaseCmdlet.cs
Copy file name to clipboardExpand all lines: src/ResourceManager/DataFactories/Commands.DataFactories/ActivityWindows/GetAzureDataFactoryActivityWindowsCommand.cs
+15-10Lines changed: 15 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -46,40 +46,45 @@ public class GetAzureDataFactoryActivityWindowsCommand : DataFactoryBaseCmdlet
46
46
[ValidateNotNullOrEmpty]
47
47
publicstringActivityName{get;set;}
48
48
49
-
[Parameter(Position=4,Mandatory=false,ValueFromPipelineByPropertyName=true,HelpMessage="The state of the activity window. The possible states includes: None, Waiting, InProgress, Ready, Failed, and Skipped")]
HelpMessage="The state of the activity window. The possible states includes: None, Waiting, InProgress, Ready, Failed, and Skipped")]
50
51
[ValidateNotNullOrEmpty]
51
52
publicstringWindowState{get;set;}
52
53
53
-
[Parameter(Position=4,Mandatory=false,ValueFromPipelineByPropertyName=true,HelpMessage="The substate of the activity window. The possible substates includes: Canceled, timedOut, Validating,"+
[Parameter(Position=4,Mandatory=false,ValueFromPipelineByPropertyName=true,HelpMessage="The activity window filter based on Azure Search filter grammar. For more information see https://msdn.microsoft.com/en-us/library/azure/dn798921.aspx")]
HelpMessage="The activity window filter based on Azure Search filter "+
62
+
"grammar. For more information see https://msdn.microsoft.com/en-us/library/azure/dn798921.aspx")]
59
63
[ValidateNotNullOrEmpty]
60
64
publicstringFilter{get;set;}
61
65
62
-
[Parameter(Position=4,Mandatory=false,ValueFromPipelineByPropertyName=true,HelpMessage="Order the response by one of the activity window list parameters.")]
0 commit comments