Skip to content

Commit 278d252

Browse files
author
Maddie Clayton
authored
Update SignatureIssues.csv
1 parent 108c17c commit 278d252

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tools/StaticAnalysis/Exceptions/SignatureIssues.csv

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1094,3 +1094,11 @@
10941094
"Microsoft.Azure.Commands.Aks.dll","Microsoft.Azure.Commands.Aks.SetAzureRmAks","Set-AzureRmAks","1","8400","Set-AzureRmAks uses the noun 'AzureRmAks', which does not follow the enforced naming convention of using a singular noun for a cmdlet name.","Consider using a singular noun for the cmdlet name."
10951095
"Microsoft.Azure.Commands.Aks.dll","Microsoft.Azure.Commands.Aks.StartAzureRmAksDashboard","Start-AzureRmAksDashboard","1","8100","Start-AzureRmAksDashboard Does not support ShouldProcess but the cmdlet verb Start indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
10961096
"Microsoft.Azure.Commands.Aks.dll","Microsoft.Azure.Commands.Aks.StopAzureRmAksDashboard","Stop-AzureRmAksDashboard","1","8100","Stop-AzureRmAksDashboard Does not support ShouldProcess but the cmdlet verb Stop indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
1097+
"c:\workspace\powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.KeyVault\Microsoft.Azure.Commands.KeyVault.dll","Microsoft.Azure.Commands.KeyVault.UpdateAzureKeyVaultSecret","Update-AzureKeyVaultSecret","1","8410","Parameter Expires of cmdlet Update-AzureKeyVaultSecret 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."
1098+
"c:\workspace\powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.KeyVault\Microsoft.Azure.Commands.KeyVault.dll","Microsoft.Azure.Commands.KeyVault.UpdateAzureKeyVaultNetworkRuleSet","Update-AzureRmKeyVaultNetworkRuleSet","1","8410","Parameter Bypass of cmdlet Update-AzureRmKeyVaultNetworkRuleSet 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."
1099+
"c:\workspace\powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.KeyVault\Microsoft.Azure.Commands.KeyVault.dll","Microsoft.Azure.Commands.KeyVault.UpdateAzureKeyVaultKey","Update-AzureKeyVaultKey","1","8410","Parameter Expires of cmdlet Update-AzureKeyVaultKey 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."
1100+
"c:\workspace\powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.KeyVault\Microsoft.Azure.Commands.KeyVault.dll","Microsoft.Azure.Commands.KeyVault.UpdateAzureKeyVaultKey","Update-AzureKeyVaultKey","1","8410","Parameter KeyOps of cmdlet Update-AzureKeyVaultKey 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."
1101+
"c:\workspace\powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.KeyVault\Microsoft.Azure.Commands.KeyVault.dll","Microsoft.Azure.Commands.KeyVault.UpdateAzureKeyVaultSecret","Update-AzureKeyVaultSecret","1","8410","Parameter Expires of cmdlet Update-AzureKeyVaultSecret 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."
1102+
"c:\workspace\powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.KeyVault\Microsoft.Azure.Commands.KeyVault.dll","Microsoft.Azure.Commands.KeyVault.UpdateAzureKeyVaultNetworkRuleSet","Update-AzureRmKeyVaultNetworkRuleSet","1","8410","Parameter Bypass of cmdlet Update-AzureRmKeyVaultNetworkRuleSet 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."
1103+
"c:\workspace\powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.KeyVault\Microsoft.Azure.Commands.KeyVault.dll","Microsoft.Azure.Commands.KeyVault.UpdateAzureKeyVaultKey","Update-AzureKeyVaultKey","1","8410","Parameter Expires of cmdlet Update-AzureKeyVaultKey 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."
1104+
"c:\workspace\powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.KeyVault\Microsoft.Azure.Commands.KeyVault.dll","Microsoft.Azure.Commands.KeyVault.UpdateAzureKeyVaultKey","Update-AzureKeyVaultKey","1","8410","Parameter KeyOps of cmdlet Update-AzureKeyVaultKey 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)