Skip to content

Commit 114792d

Browse files
author
Siddharth Chatrola
committed
False positive static analysis errors
1 parent ba6d29d commit 114792d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tools/StaticAnalysis/Exceptions/BreakingChangeIssues.csv

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -782,4 +782,9 @@
782782
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.SetAzureVMCommand","Set-AzureRmVM","0","2060","The position of parameter 'Generalized' has changed for parameter set 'GeneralizeIdParameterSetName' for cmdlet 'Set-AzureRmVM'.","Revert the position change made to parameter 'Generalized' for parameter set 'GeneralizeIdParameterSetName'."
783783
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.SetAzureVMCommand","Set-AzureRmVM","0","2080","The parameter 'Generalized' in parameter set 'GeneralizeIdParameterSetName' for cmdlet 'Set-AzureRmVM' no longer has the attribute 'ValueFromPipelineByPropertyName'.","Add the attribute 'ValueFromPipelineByPropertyName' back to parameter 'Generalized' in parameter set 'GeneralizeIdParameterSetName'."
784784
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.SetAzureVMCommand","Set-AzureRmVM","0","2060","The position of parameter 'Redeploy' has changed for parameter set 'RedeployIdParameterSetName' for cmdlet 'Set-AzureRmVM'.","Revert the position change made to parameter 'Redeploy' for parameter set 'RedeployIdParameterSetName'."
785-
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.SetAzureVMCommand","Set-AzureRmVM","0","2080","The parameter 'Redeploy' in parameter set 'RedeployIdParameterSetName' for cmdlet 'Set-AzureRmVM' no longer has the attribute 'ValueFromPipelineByPropertyName'.","Add the attribute 'ValueFromPipelineByPropertyName' back to parameter 'Redeploy' in parameter set 'RedeployIdParameterSetName'."
785+
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.SetAzureVMCommand","Set-AzureRmVM","0","2080","The parameter 'Redeploy' in parameter set 'RedeployIdParameterSetName' for cmdlet 'Set-AzureRmVM' no longer has the attribute 'ValueFromPipelineByPropertyName'.","Add the attribute 'ValueFromPipelineByPropertyName' back to parameter 'Redeploy' in parameter set 'RedeployIdParameterSetName'."
786+
"d:\workspace\powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.RedisCache\Microsoft.Azure.Commands.RedisCache.dll","Microsoft.Azure.Commands.RedisCache.RemoveAzureRedisCachePatchSchedule","Remove-AzureRmRedisCachePatchSchedule","0","1020","The cmdlet 'Remove-AzureRmRedisCachePatchSchedule' no longer has output type 'System.Void'.","Make cmdlet 'Remove-AzureRmRedisCachePatchSchedule' return type 'System.Void'."
787+
"d:\workspace\powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.RedisCache\Microsoft.Azure.Commands.RedisCache.dll","Microsoft.Azure.Commands.RedisCache.SetAzureRedisCache","Set-AzureRmRedisCache","0","1050","The parameter set 'OnlyMaxMemoryPolicy' for cmdlet 'Set-AzureRmRedisCache' has been removed.","Add parameter set 'OnlyMaxMemoryPolicy' back to cmdlet 'Set-AzureRmRedisCache'."
788+
"d:\workspace\powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.RedisCache\Microsoft.Azure.Commands.RedisCache.dll","Microsoft.Azure.Commands.RedisCache.GetAzureRedisCache","Get-AzureRmRedisCache","0","1050","The parameter set 'GetByResourceGroup' for cmdlet 'Get-AzureRmRedisCache' has been removed.","Add parameter set 'GetByResourceGroup' back to cmdlet 'Get-AzureRmRedisCache'."
789+
"d:\workspace\powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.RedisCache\Microsoft.Azure.Commands.RedisCache.dll","Microsoft.Azure.Commands.RedisCache.GetAzureRedisCache","Get-AzureRmRedisCache","0","1050","The parameter set 'GetByRedisCache' for cmdlet 'Get-AzureRmRedisCache' has been removed.","Add parameter set 'GetByRedisCache' back to cmdlet 'Get-AzureRmRedisCache'."
790+
"d:\workspace\powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.RedisCache\Microsoft.Azure.Commands.RedisCache.dll","Microsoft.Azure.Commands.RedisCache.GetAzureRedisCache","Get-AzureRmRedisCache","0","1050","The parameter set 'GetAllInSubscription' for cmdlet 'Get-AzureRmRedisCache' has been removed.","Add parameter set 'GetAllInSubscription' back to cmdlet 'Get-AzureRmRedisCache'."

0 commit comments

Comments
 (0)