Skip to content

Commit

Permalink
flattened table feature for azure
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyouss committed Jan 13, 2025
1 parent 2d6e9ae commit f28f7fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,9 @@ Harness CCM also supports multiple statuses for evaluations. Currently CCM suppo
4. You can see all the Evaluations of Rules listed on the window.
4. Select the rule for which you want to view the Evaluation details. The target subscription, region, identified resources and evaluation logs are displayed.

<DocImage path={require('../static/evaluations.png')} width="90%" height="90%" title="Click to view full size image" />
In the output window, users can see the resources identified in form of a Table or JSON. The table view supports all the filters and flattening of the table is supported as well. That essentially means, nested propoerties are flattened. By default, nested objects and arrays are collapsed and can be expanded upto two levels. Further nested properties are shown as formatted JSON.

<DocImage path={require('../static/evaluations_azure_table.png')} width="90%" height="90%" title="Click to view full size image" />


### Filters in Evaluations List Page
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f28f7fa

Please sign in to comment.