Skip to content

Commit c340b37

Browse files
committed
revert SignatureIssues
1 parent 439b46a commit c340b37

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tools/StaticAnalysis/Exceptions/Az.DataFactoryV2/SignatureIssues.csv

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,7 @@
1313
"Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2.dll","Microsoft.Azure.Commands.DataFactoryV2.GetAzureDataFactoryActivityRunCommand","Get-AzDataFactoryV2ActivityRun","1","8420","Parameter set 'ByFactoryName' of cmdlet 'Get-AzDataFactoryV2ActivityRun' contains at least one parameter with a position larger than four, which is discouraged.","Limit the number of positional parameters in a single parameter set to four or fewer."
1414
"Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2.dll","Microsoft.Azure.Commands.DataFactoryV2.RemoveAzureDataFactoryLinkedServiceCommand","Remove-AzDataFactoryV2LinkedService","1","8600","Cmdlet 'Remove-AzDataFactoryV2LinkedService' has no defined output type.","Add an OutputType attribute that declares the type of the object(s) returned by this cmdlet. If this cmdlet returns no output, please set the output type to 'bool' and make sure to implement the 'PassThru' parameter."
1515
"Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2.dll","Microsoft.Azure.Commands.DataFactoryV2.RemoveAzureDataFactoryPipelineCommand","Remove-AzDataFactoryV2Pipeline","1","8600","Cmdlet 'Remove-AzDataFactoryV2Pipeline' has no defined output type.","Add an OutputType attribute that declares the type of the object(s) returned by this cmdlet. If this cmdlet returns no output, please set the output type to 'bool' and make sure to implement the 'PassThru' parameter."
16-
"Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2.dll","Microsoft.Azure.Commands.DataFactoryV2.RemoveAzureDataFactoryDatasetCommand","Remove-AzDataFactoryV2Dataset","1","8600","Cmdlet 'Remove-AzDataFactoryV2Dataset' has no defined output type.","Add an OutputType attribute that declares the type of the object(s) returned by this cmdlet. If this cmdlet returns no output, please set the output type to 'bool' and make sure to implement the 'PassThru' parameter."
16+
"Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2.dll","Microsoft.Azure.Commands.DataFactoryV2.RemoveAzureDataFactoryDatasetCommand","Remove-AzDataFactoryV2Dataset","1","8600","Cmdlet 'Remove-AzDataFactoryV2Dataset' has no defined output type.","Add an OutputType attribute that declares the type of the object(s) returned by this cmdlet. If this cmdlet returns no output, please set the output type to 'bool' and make sure to implement the 'PassThru' parameter."
17+
"Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2.dll","Microsoft.Azure.Commands.DataFactoryV2.InvokeAzureDataFactoryDataFlowDebugSessionOperationCommand","Invoke-AzDataFactoryV2DataFlowDebugSessionCommand","1","8420","Parameter set 'ByFactoryName' of cmdlet 'Invoke-AzDataFactoryV2DataFlowDebugSessionCommand' contains at least one parameter with a position larger than four, which is discouraged.","Limit the number of positional parameters in a single parameter set to four or fewer."
18+
"Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2.dll","Microsoft.Azure.Commands.DataFactoryV2.InvokeAzureDataFactoryDataFlowDebugSessionOperationCommand","Invoke-AzDataFactoryV2DataFlowDebugSessionCommand","1","8420","Parameter set 'ByFactoryObject' of cmdlet 'Invoke-AzDataFactoryV2DataFlowDebugSessionCommand' contains at least one parameter with a position larger than four, which is discouraged.","Limit the number of positional parameters in a single parameter set to four or fewer."
19+
"Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2.dll","Microsoft.Azure.Commands.DataFactoryV2.InvokeAzureDataFactoryDataFlowDebugSessionOperationCommand","Invoke-AzDataFactoryV2DataFlowDebugSessionCommand","1","8420","Parameter set 'ByResourceId' of cmdlet 'Invoke-AzDataFactoryV2DataFlowDebugSessionCommand' contains at least one parameter with a position larger than four, which is discouraged.","Limit the number of positional parameters in a single parameter set to four or fewer."

0 commit comments

Comments
 (0)