Skip to content

Commit b72edc5

Browse files
committed
Eliminate breaking change false positives
1 parent 1b5e386 commit b72edc5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tools/StaticAnalysis/Exceptions/BreakingChangeIssues.csv

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -760,3 +760,10 @@
760760
"d:\workspace\powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.Batch\Microsoft.Azure.Commands.Batch.dll","Microsoft.Azure.Commands.Batch.GetBatchPoolCommand","Get-AzureBatchPool","0","3030","The generic type for 'property ResizeErrors' has been changed from 'System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSResizeError]' to 'System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSResizeError]'. ","Change the generic type for 'property ResizeErrors' back to 'System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSResizeError]'."
761761
"d:\workspace\powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.Batch\Microsoft.Azure.Commands.Batch.dll","Microsoft.Azure.Commands.Batch.SetBatchPoolCommand","Set-AzureBatchPool","0","3030","The generic type for 'property ResizeErrors' has been changed from 'System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSResizeError]' to 'System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSResizeError]'. ","Change the generic type for 'property ResizeErrors' back to 'System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSResizeError]'."
762762
"d:\workspace\powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.Batch\Microsoft.Azure.Commands.Batch.dll","Microsoft.Azure.Commands.Batch.GetBatchComputeNodeCommand","Get-AzureBatchComputeNode","0","3030","The generic type for 'property ResizeErrors' has been changed from 'System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSResizeError]' to 'System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSResizeError]'. ","Change the generic type for 'property ResizeErrors' back to 'System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSResizeError]'."
763+
"AssemblyFileName","ClassName","Target","Severity","ProblemId","Description","Remediation"
764+
"d:\workspace\powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.Sql\Microsoft.Azure.Commands.Sql.dll","Microsoft.Azure.Commands.Sql.Database.Cmdlet.SetAzureSqlDatabase","Set-AzureRmSqlDatabase","0","2100","The parameter 'MaxSizeBytes' in cmdlet 'Set-AzureRmSqlDatabase' is no longer in the parameter set '__AllParameterSets'.","Add parameter 'MaxSizeBytes' back to the parameter set '__AllParameterSets'."
765+
"d:\workspace\powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.Sql\Microsoft.Azure.Commands.Sql.dll","Microsoft.Azure.Commands.Sql.Database.Cmdlet.SetAzureSqlDatabase","Set-AzureRmSqlDatabase","0","2100","The parameter 'Edition' in cmdlet 'Set-AzureRmSqlDatabase' is no longer in the parameter set '__AllParameterSets'.","Add parameter 'Edition' back to the parameter set '__AllParameterSets'."
766+
"d:\workspace\powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.Sql\Microsoft.Azure.Commands.Sql.dll","Microsoft.Azure.Commands.Sql.Database.Cmdlet.SetAzureSqlDatabase","Set-AzureRmSqlDatabase","0","2100","The parameter 'RequestedServiceObjectiveName' in cmdlet 'Set-AzureRmSqlDatabase' is no longer in the parameter set '__AllParameterSets'.","Add parameter 'RequestedServiceObjectiveName' back to the parameter set '__AllParameterSets'."
767+
"d:\workspace\powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.Sql\Microsoft.Azure.Commands.Sql.dll","Microsoft.Azure.Commands.Sql.Database.Cmdlet.SetAzureSqlDatabase","Set-AzureRmSqlDatabase","0","2100","The parameter 'ElasticPoolName' in cmdlet 'Set-AzureRmSqlDatabase' is no longer in the parameter set '__AllParameterSets'.","Add parameter 'ElasticPoolName' back to the parameter set '__AllParameterSets'."
768+
"d:\workspace\powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.Sql\Microsoft.Azure.Commands.Sql.dll","Microsoft.Azure.Commands.Sql.Database.Cmdlet.SetAzureSqlDatabase","Set-AzureRmSqlDatabase","0","2100","The parameter 'ReadScale' in cmdlet 'Set-AzureRmSqlDatabase' is no longer in the parameter set '__AllParameterSets'.","Add parameter 'ReadScale' back to the parameter set '__AllParameterSets'."
769+
"d:\workspace\powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.Sql\Microsoft.Azure.Commands.Sql.dll","Microsoft.Azure.Commands.Sql.Database.Cmdlet.SetAzureSqlDatabase","Set-AzureRmSqlDatabase","0","2100","The parameter 'Tags' in cmdlet 'Set-AzureRmSqlDatabase' is no longer in the parameter set '__AllParameterSets'.","Add parameter 'Tags' back to the parameter set '__AllParameterSets'."

0 commit comments

Comments
 (0)