Skip to content

Commit f36e275

Browse files
committed
suppress errors for existing cmdlets
1 parent ee1a7a9 commit f36e275

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Module,ClassName,Target,Severity,ProblemId,Description,Remediation
2+
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.
3+
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.
4+
Az.CosmosDB,Microsoft.Azure.Commands.CosmosDB.GetAzCosmosDBMongoDBDatabasePerPartitionThroughput,Get-AzCosmosDBMongoDBDatabasePerPartitionThroughput,1,8410,Parameter PhysicalPartitionIds of cmdlet Get-AzCosmosDBMongoDBDatabasePerPartitionThroughput 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.
5+
Az.CosmosDB,Microsoft.Azure.Commands.CosmosDB.GetAzCosmosDBMongoDBDatabasePerPartitionThroughput,Get-AzCosmosDBMongoDBDatabasePerPartitionThroughput,1,8410,Parameter AllPartitions of cmdlet Get-AzCosmosDBMongoDBDatabasePerPartitionThroughput 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.
6+
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.
7+
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.
8+
Az.CosmosDB,Microsoft.Azure.Commands.CosmosDB.GetAzCosmosDBSqlDatabasePerPartitionThroughput,Get-AzCosmosDBSqlDatabasePerPartitionThroughput,1,8410,Parameter PhysicalPartitionIds of cmdlet Get-AzCosmosDBSqlDatabasePerPartitionThroughput 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.
9+
Az.CosmosDB,Microsoft.Azure.Commands.CosmosDB.GetAzCosmosDBSqlDatabasePerPartitionThroughput,Get-AzCosmosDBSqlDatabasePerPartitionThroughput,1,8410,Parameter AllPartitions of cmdlet Get-AzCosmosDBSqlDatabasePerPartitionThroughput 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.
10+
Az.CosmosDB,Microsoft.Azure.Commands.CosmosDB.NewAzCosmosDBAccount,New-AzCosmosDBAccount,1,8410,Parameter EnableMaterializedViews 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.
11+
Az.CosmosDB,Microsoft.Azure.Commands.CosmosDB.UpdateAzCosmosDBAccount,Update-AzCosmosDBAccount,1,8410,Parameter EnableMaterializedViews 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.

0 commit comments

Comments
 (0)