Skip to content

Commit

Permalink
linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ejhenry committed Feb 10, 2025
1 parent dcd7617 commit c8522f6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/content/tools-preview/analyzer/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ You can review all of the parameters of Start-WARAAnalyzer [here](https://github

#### Examples

#### Run the analyzer against a specific JSON file.
#### Run the analyzer against a specific JSON file
```PowerShell
Start-WARAAnalyzer -JSONFile 'C:\WARA\WARA_File_2024-04-01_10_01.json'
14 changes: 7 additions & 7 deletions docs/content/tools-preview/collector/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,37 +74,37 @@ Start-WARACollector -TenantID "00000000-0000-0000-0000-000000000000" -Subscripti

### Examples

#### Run the collector against a specific subscription.
#### Run the collector against a specific subscription
```PowerShell
Start-WARACollector -TenantID "00000000-0000-0000-0000-000000000000" -SubscriptionIds "/subscriptions/00000000-0000-0000-0000-000000000000"
```

#### Run the collector against a multiple specific subscriptions.
#### Run the collector against a multiple specific subscriptions
```PowerShell
Start-WARACollector -TenantID "00000000-0000-0000-0000-000000000000" -SubscriptionIds @("/subscriptions/00000000-0000-0000-0000-000000000000","/subscriptions/00000000-0000-0000-0000-000000000001")
```

#### Run the collector against a specific subscription and resource group.
#### Run the collector against a specific subscription and resource group
```PowerShell
Start-WARACollector -TenantID "00000000-0000-0000-0000-000000000000" -SubscriptionIds "/subscriptions/00000000-0000-0000-0000-000000000000" -ResourceGroups "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/RG-001"
```

#### Run the collector against a specific subscription and resource group and filtering by tag key/values.
#### Run the collector against a specific subscription and resource group and filtering by tag key/values
```PowerShell
Start-WARACollector -TenantID "00000000-0000-0000-0000-000000000000" -SubscriptionIds "/subscriptions/00000000-0000-0000-0000-000000000000" -ResourceGroups "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/RG-001" -Tags "Env||Environment!~Dev||QA" -AVD -SAP -HPC
```

#### Run the collector against a specific subscription and resource group, filtering by tag key/values and using the specialized resource types (AVD, SAP, HPC, AVS).
#### Run the collector against a specific subscription and resource group, filtering by tag key/values and using the specialized resource types (AVD, SAP, HPC, AVS)
```PowerShell
Start-WARACollector -TenantID "00000000-0000-0000-0000-000000000000" -SubscriptionIds "/subscriptions/00000000-0000-0000-0000-000000000000" -ResourceGroups "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/RG-001" -Tags "Env||Environment!~Dev||QA" -AVD -SAP -HPC
```

#### Run the collector using a configuration file.
#### Run the collector using a configuration file
```PowerShell
Start-WARACollector -ConfigFile "C:\path\to\config.txt"
```

#### Run the collector using a configuration file and using the specialized resource types (AVD, SAP, HPC, AVS).
#### Run the collector using a configuration file and using the specialized resource types (AVD, SAP, HPC, AVS)
```PowerShell
Start-WARACollector -ConfigFile "C:\path\to\config.txt" -SAP -AVD
```
2 changes: 1 addition & 1 deletion docs/content/tools-preview/reports/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Whatever directory you run the `Start-WARAReport` cmdlet in, the Word and PowerP
You can review all of the parameters of Start-WARAReport [here](https://github.com/Azure/Well-Architected-Reliability-Assessment/blob/main/docs/wara/Start-WARAReport.md).
#### Examples

#### Create the Word and PowerPoint reports from the Action Plan Excel output.
#### Create the Word and PowerPoint reports from the Action Plan Excel output
```PowerShell
Start-WARAReport -ExpertAnalysisFile 'C:\WARA\Expert-Analysis-v1-2025-02-04-11-14.xlsx'
```

0 comments on commit c8522f6

Please sign in to comment.