Skip to content

Commit

Permalink
[Docs][Profiler] Adjust profiler docs to reflect new ACP (#50)
Browse files Browse the repository at this point in the history
Co-authored-by: Matheus Cruz Correia de Carvalho Souza <[email protected]>
  • Loading branch information
macruzco and Matheus Cruz Correia de Carvalho Souza authored Jul 5, 2023
1 parent d0d03bd commit 319ed77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 35 deletions.
18 changes: 1 addition & 17 deletions docs/profiler/reference/Get-ProfilingResults.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Retrieves capability access information from input ETL files.

```
Get-ProfilingResults [[-EtlFilePaths] <string[]>] [-ExeNames <string[]>] [-ManifestPath <string>]
[-RecordsOutputPath <string>] [-SummaryOutputPath <string>] [-PackageNames <string[]>] [-Quiet] [-ShowFirstParty]
[-RecordsOutputPath <string>] [-SummaryOutputPath <string>] [-PackageNames <string[]>] [-Quiet]
[-ShowNoNameObjectFailures] [-WhatIf] [-Confirm] [<CommonParameters>]
```

Expand Down Expand Up @@ -124,22 +124,6 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### -ShowFirstParty
Indicates whether to include first-party capabilities in the output. These may only be declared by Microsoft-signed packages.
```yaml
Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
```
### -ShowNoNameObjectFailures
Indicates whether to output summary information for access attempts to unidentified objects.
Expand Down
20 changes: 2 additions & 18 deletions docs/profiler/reference/Merge-ProfilingResults.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ Merges multiple Get-ProfilingResults output files into a single output file.

```
Merge-ProfilingResults [-XmlInput] <string[]> [-OutputPath <string>] [-PackageNames <string[]>] [-Quiet]
[-ShowFirstParty] [-ShowNoNameObjectFailures] [-WhatIf] [-Confirm] [<CommonParameters>]
[-ShowNoNameObjectFailures] [-WhatIf] [-Confirm] [<CommonParameters>]
```

### CSV Set

```
Merge-ProfilingResults [-CsvInput] <string[]> [-OutputPath <string>] [-PackageNames <string[]>] [-Quiet]
[-ShowFirstParty] [-ShowNoNameObjectFailures] [-WhatIf] [-Confirm] [<CommonParameters>]
[-ShowNoNameObjectFailures] [-WhatIf] [-Confirm] [<CommonParameters>]
```

## DESCRIPTION
Expand Down Expand Up @@ -109,22 +109,6 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### -ShowFirstParty
Indicates whether to include first-party capabilities in the output. These may only be declared by Microsoft-signed packages.
```yaml
Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
```
### -ShowNoNameObjectFailures
Indicates whether to output summary information for access attempts to unidentified objects.
Expand Down

0 comments on commit 319ed77

Please sign in to comment.