Skip to content

Commit

Permalink
suppressed output type static analysis failure for resource-graph
Browse files Browse the repository at this point in the history
  • Loading branch information
makharch committed Jun 9, 2021
1 parent 6bea063 commit e080233
Showing 1 changed file with 5 additions and 4 deletions.
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'.

0 comments on commit e080233

Please sign in to comment.