-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
suppressed output type static analysis failure for resource-graph
- Loading branch information
makharch
committed
Jun 9, 2021
1 parent
6bea063
commit e080233
Showing
1 changed file
with
5 additions
and
4 deletions.
There are no files selected for viewing
9 changes: 5 additions & 4 deletions
9
tools/StaticAnalysis/Exceptions/Az.ResourceGraph/BreakingChangeIssues.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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'. |