Skip to content

Commit 8b47ae5

Browse files
committed
suppressions
1 parent 9a326d0 commit 8b47ae5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,10 @@
3636
"Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.dll","Microsoft.Azure.Commands.CosmosDB.RemoveAzCosmosDBTable","Remove-AzCosmosDBTable","1","8510","Cmdlet 'Remove-AzCosmosDBTable' has multiple parameter sets, but no defined default parameter set.","Define a default parameter set in the cmdlet attribute."
3737
"Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.dll","Microsoft.Azure.Commands.CosmosDB.NewAzCosmosDBAccount","New-AzCosmosDBAccount","1","8410","Parameter NetworkAclBypass of cmdlet New-AzCosmosDBAccount does not follow the enforced naming convention of using a singular noun for a parameter name.","Consider using a singular noun for the parameter name."
3838
"Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.dll","Microsoft.Azure.Commands.CosmosDB.UpdateAzCosmosDBAccount","Update-AzCosmosDBAccount","1","8410","Parameter NetworkAclBypass of cmdlet Update-AzCosmosDBAccount does not follow the enforced naming convention of using a singular noun for a parameter name.","Consider using a singular noun for the parameter name."
39-
"Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.dll","Microsoft.Azure.Commands.CosmosDB.NewAzCosmosDBDatabaseToRestore","New-AzCosmosDBDatabaseToRestore","1","8100","New-AzCosmosDBDatabaseToRestore Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
39+
"Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.dll","Microsoft.Azure.Commands.CosmosDB.NewAzCosmosDBDatabaseToRestore","New-AzCosmosDBDatabaseToRestore","1","8100","New-AzCosmosDBDatabaseToRestore Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
40+
"Az.CosmosDB","Microsoft.Azure.Commands.CosmosDB.GetAzCosmosDBMongoDBCollectionPerPartitionThroughput","Get-AzCosmosDBMongoDBCollectionPerPartitionThroughput","1","8410","Parameter PhysicalPartitionIds of cmdlet Get-AzCosmosDBMongoDBCollectionPerPartitionThroughput does not follow the enforced naming convention of using a singular noun for a parameter name.","Consider using a singular noun for the parameter name."
41+
"Az.CosmosDB","Microsoft.Azure.Commands.CosmosDB.GetAzCosmosDBMongoDBCollectionPerPartitionThroughput","Get-AzCosmosDBMongoDBCollectionPerPartitionThroughput","1","8410","Parameter AllPartitions of cmdlet Get-AzCosmosDBMongoDBCollectionPerPartitionThroughput does not follow the enforced naming convention of using a singular noun for a parameter name.","Consider using a singular noun for the parameter name."
42+
"Az.CosmosDB","Microsoft.Azure.Commands.CosmosDB.GetAzCosmosDBSqlContainerPerPartitionThroughput","Get-AzCosmosDBSqlContainerPerPartitionThroughput","1","8410","Parameter PhysicalPartitionIds of cmdlet Get-AzCosmosDBSqlContainerPerPartitionThroughput does not follow the enforced naming convention of using a singular noun for a parameter name.","Consider using a singular noun for the parameter name."
43+
"Az.CosmosDB","Microsoft.Azure.Commands.CosmosDB.GetAzCosmosDBSqlContainerPerPartitionThroughput","Get-AzCosmosDBSqlContainerPerPartitionThroughput","1","8410","Parameter AllPartitions of cmdlet Get-AzCosmosDBSqlContainerPerPartitionThroughput does not follow the enforced naming convention of using a singular noun for a parameter name.","Consider using a singular noun for the parameter name."
44+
"Az.CosmosDB","Microsoft.Azure.Commands.CosmosDB.NewAzCosmosDBPhysicalPartitionThroughputObject","New-AzCosmosDBPhysicalPartitionThroughputObject","1","8100","New-AzCosmosDBPhysicalPartitionThroughputObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
45+
"Az.CosmosDB","Microsoft.Azure.Commands.CosmosDB.NewAzCosmosDBPhysicalPartitionThroughputObject","New-AzCosmosDBPhysicalPartitionThroughputObject","1","8600","Cmdlet 'New-AzCosmosDBPhysicalPartitionThroughputObject' 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)