From b72edc531bdf02a40b0d5690e015b3ed9e908aa1 Mon Sep 17 00:00:00 2001 From: Jared Moore Date: Mon, 20 Nov 2017 11:00:39 -0800 Subject: [PATCH] Eliminate breaking change false positives --- tools/StaticAnalysis/Exceptions/BreakingChangeIssues.csv | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tools/StaticAnalysis/Exceptions/BreakingChangeIssues.csv b/tools/StaticAnalysis/Exceptions/BreakingChangeIssues.csv index b0065dca6475..5f65a5b04d5e 100644 --- a/tools/StaticAnalysis/Exceptions/BreakingChangeIssues.csv +++ b/tools/StaticAnalysis/Exceptions/BreakingChangeIssues.csv @@ -760,3 +760,10 @@ "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]'." "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]'." "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]'." +"AssemblyFileName","ClassName","Target","Severity","ProblemId","Description","Remediation" +"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'." +"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'." +"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'." +"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'." +"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'." +"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'."