Skip to content

Commit 439b46a

Browse files
committed
remove last three supressed errors in Az.DataFactoryV2 to test if StaticAnalysis work as expected
1 parent 5084175 commit 439b46a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,4 @@
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."
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."
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."

0 commit comments

Comments
 (0)