Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ Accept wildcard characters: False

> Applicable: Security & Compliance

The IncludeImpactAssessment parameter specifies whether to ???. Valid values are:
The IncludeImpactAssessment parameter specifies whether to refresh the latest scan status during the estimation stage. Valid values are:

- $true: ???
- $false: ???
- $true: Get the latest estimation status.
- $false: Return the last updated scan status.

```yaml
Type: Boolean
Expand All @@ -97,10 +97,7 @@ Accept wildcard characters: False

> Applicable: Security & Compliance

The IncludeProgressForAllActiveScans parameter specifies whether to ???. Valid values are:

- $true: ???
- $false: ???
This parameter is reserved for internal Microsoft use.

```yaml
Type: Boolean
Expand All @@ -118,10 +115,10 @@ Accept wildcard characters: False

> Applicable: Security & Compliance

The IncludeScanProgress parameter specifies whether to ???. Valid values are:
The IncludeScanProgress parameter specifies whether to refresh the latest scan status during the classification phase. Valid values are:

- $true: ???
- $false: ???
- $true: Get the latest classification status.
- $false: Return the last updated scan status.

```yaml
Type: Boolean
Expand Down