diff --git a/tools/StaticAnalysis/Exceptions/Az.ResourceGraph/BreakingChangeIssues.csv b/tools/StaticAnalysis/Exceptions/Az.ResourceGraph/BreakingChangeIssues.csv index a1e62c631e0f..cc0021254265 100644 --- a/tools/StaticAnalysis/Exceptions/Az.ResourceGraph/BreakingChangeIssues.csv +++ b/tools/StaticAnalysis/Exceptions/Az.ResourceGraph/BreakingChangeIssues.csv @@ -1,4 +1,5 @@ -"AssemblyFileName","ClassName","Target","Severity","ProblemId","Description","Remediation" -"Az.ResourceGraph","Microsoft.Azure.Commands.ResourceGraph.Cmdlets.SearchAzureRmGraph","Search-AzGraph","0","2170","The maximum value of the validate range for parameter 'First' has been reduced from '5000' to '1000'.","Change the maximum value of the validate range for parameter 'First' back to at least '5000'." -"Az.ResourceGraph","Microsoft.Azure.Commands.ResourceGraph.Cmdlets.SearchAzureRmGraph","Search-AzGraph","0","2000","The cmdlet 'Search-AzGraph' no longer supports the parameter 'Include' and no alias was found for the original parameter name.","Add the parameter 'Include' back to the cmdlet 'Search-AzGraph', or add an alias to the original parameter name." -"Az.ResourceGraph","Microsoft.Azure.Commands.ResourceGraph.Cmdlets.SearchAzureRmGraph","Search-AzGraph","0","1050","The parameter set '__AllParameterSets' for cmdlet 'Search-AzGraph' has been removed.","Add parameter set '__AllParameterSets' back to cmdlet 'Search-AzGraph'." +AssemblyFileName,ClassName,Target,Severity,ProblemId,Description,Remediation +Az.ResourceGraph,Microsoft.Azure.Commands.ResourceGraph.Cmdlets.SearchAzureRmGraph,Search-AzGraph,0,2170,The maximum value of the validate range for parameter 'First' has been reduced from '5000' to '1000'.,Change the maximum value of the validate range for parameter 'First' back to at least '5000'. +Az.ResourceGraph,Microsoft.Azure.Commands.ResourceGraph.Cmdlets.SearchAzureRmGraph,Search-AzGraph,0,2000,The cmdlet 'Search-AzGraph' no longer supports the parameter 'Include' and no alias was found for the original parameter name.,"Add the parameter 'Include' back to the cmdlet 'Search-AzGraph', or add an alias to the original parameter name." +Az.ResourceGraph,Microsoft.Azure.Commands.ResourceGraph.Cmdlets.SearchAzureRmGraph,Search-AzGraph,0,1050,The parameter set '__AllParameterSets' for cmdlet 'Search-AzGraph' has been removed.,Add parameter set '__AllParameterSets' back to cmdlet 'Search-AzGraph'. +Az.ResourceGraph,Microsoft.Azure.Commands.ResourceGraph.Cmdlets.SearchAzureRmGraph,Search-AzGraph,0,1020,The cmdlet 'Search-AzGraph' no longer has output type 'Microsoft.Azure.Commands.ResourceGraph.Models.PSResourceGraphResponse'.,Make cmdlet 'Search-AzGraph' return type 'Microsoft.Azure.Commands.ResourceGraph.Models.PSResourceGraphResponse'.