Skip to content

Commit bb5bba8

Browse files
committed
docs: update
1 parent 4dabb01 commit bb5bba8

File tree

2 files changed

+67
-63
lines changed

2 files changed

+67
-63
lines changed

docs/wara/Start-WARAAnalyzer.md

Lines changed: 24 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
external help file: wara-help.xml
3+
Module Name: wara
4+
online version: https://github.com/Azure/Azure-Proactive-Resiliency-Library-v2
5+
schema: 2.0.0
6+
---
17

28
# Start-WARAAnalyzer
39

@@ -7,54 +13,29 @@ Well-Architected Reliability Assessment Script
713
## SYNTAX
814

915
```
10-
Start-WARAAnalyzer [-Debugging] [-Help] [[-CustomRecommendationsYAMLPath] <String>] [[-RepoUrl] <String>]
11-
[-JSONFile] <String> [-ProgressAction <ActionPreference>] [<CommonParameters>]
16+
Start-WARAAnalyzer [[-RecommendationsUrl] <String>] [-JSONFile] <String> [[-ExpertAnalysisFile] <String>]
17+
[-ProgressAction <ActionPreference>] [<CommonParameters>]
1218
```
1319

1420
## DESCRIPTION
15-
The function \`Start-WARAAnalyzer\` will process the JSON file created by the \`Start-WARACollector\` function and will create the core WARA Action Plan Excel file.
21+
The function `Start-WARAAnalyzer` will process the JSON file created by the \`Start-WARACollector\` function and will create the core WARA Action Plan Excel file.
1622

1723
## EXAMPLES
1824

1925
### EXAMPLE 1
26+
```Powershell
27+
Start-WARAAnalyzer -JSONFile 'C:\Temp\WARA_File_2024-04-01_10_01.json'
2028
```
21-
Start-WARAAnalyzer -JSONFile 'C:\Temp\WARA_File_2024-04-01_10_01.json' -Debugging
22-
```
23-
24-
## PARAMETERS
25-
26-
### -Debugging
27-
Switch to enable debugging mode.
28-
29-
```yaml
30-
Type: SwitchParameter
31-
Parameter Sets: (All)
32-
Aliases:
3329

34-
Required: False
35-
Position: Named
36-
Default value: False
37-
Accept pipeline input: False
38-
Accept wildcard characters: False
30+
### EXAMPLE 2
31+
```Powershell
32+
Start-WARAAnalyzer -JSONFile 'C:\Temp\WARA_File_2024-04-01_10_01.json' -Debug
3933
```
4034

41-
### -Help
42-
Switch to display help information.
43-
44-
```yaml
45-
Type: SwitchParameter
46-
Parameter Sets: (All)
47-
Aliases:
48-
49-
Required: False
50-
Position: Named
51-
Default value: False
52-
Accept pipeline input: False
53-
Accept wildcard characters: False
54-
```
35+
## PARAMETERS
5536

56-
### -CustomRecommendationsYAMLPath
57-
{{ Fill CustomRecommendationsYAMLPath Description }}
37+
### -RecommendationsUrl
38+
This is the URL to the JSON file that contains the recommendations. The default value is the URL to the recommendations object stored at https://azure.github.io/WARA-Build/objects/recommendations.json
5839

5940
```yaml
6041
Type: String
@@ -63,22 +44,7 @@ Aliases:
6344

6445
Required: False
6546
Position: 1
66-
Default value: None
67-
Accept pipeline input: False
68-
Accept wildcard characters: False
69-
```
70-
71-
### -RepoUrl
72-
Specifies the git repository URL that contains APRL contents if you want to use custom APRL repository.
73-
74-
```yaml
75-
Type: String
76-
Parameter Sets: (All)
77-
Aliases:
78-
79-
Required: False
80-
Position: 2
81-
Default value: Https://github.com/Azure/Azure-Proactive-Resiliency-Library-v2
47+
Default value: Https://azure.github.io/WARA-Build/objects/recommendations.json
8248
Accept pipeline input: False
8349
Accept wildcard characters: False
8450
```
@@ -92,22 +58,22 @@ Parameter Sets: (All)
9258
Aliases:
9359

9460
Required: True
95-
Position: 3
61+
Position: 2
9662
Default value: None
9763
Accept pipeline input: False
9864
Accept wildcard characters: False
9965
```
10066
101-
### -ProgressAction
102-
{{ Fill ProgressAction Description }}
67+
### -ExpertAnalysisFile
68+
This is the path to the ExpertAnalysisTemplate file. It is packaged with the module and generally you should not need to adjust this.
10369
10470
```yaml
105-
Type: ActionPreference
71+
Type: String
10672
Parameter Sets: (All)
107-
Aliases: proga
73+
Aliases:
10874

10975
Required: False
110-
Position: Named
76+
Position: 3
11177
Default value: None
11278
Accept pipeline input: False
11379
Accept wildcard characters: False

docs/wara/Start-WARAReport.md

Lines changed: 43 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
external help file: wara-help.xml
3+
Module Name: wara
4+
online version: https://github.com/Azure/Azure-Proactive-Resiliency-Library-v2
5+
schema: 2.0.0
6+
---
17

28
# Start-WARAReport
39

@@ -7,7 +13,9 @@ Well-Architected Reliability Assessment Report Generator Function
713
## SYNTAX
814

915
```
10-
Start-WARAReport [-Help] [-Debugging] [[-CustomerName] <String>] [[-WorkloadName] <String>] [-ExpertAnalysisFile] <String> [<CommonParameters>]
16+
Start-WARAReport [-Help] [-includeLow] [[-CustomerName] <String>] [[-WorkloadName] <String>]
17+
[-ExpertAnalysisFile] <String> [[-AssessmentFindingsFile] <String>] [[-PPTTemplateFile] <String>]
18+
[-ProgressAction <ActionPreference>] [<CommonParameters>]
1119
```
1220

1321
## DESCRIPTION
@@ -16,7 +24,7 @@ The function \`Start-WARAReport\` processes the Excel file created by the \`Star
1624
## EXAMPLES
1725

1826
### EXAMPLE 1
19-
```
27+
```Powershell
2028
Start-WARAReport -ExpertAnalysisFile 'C:\WARA_Script\WARA Action Plan 2024-03-07_16_06.xlsx' -CustomerName 'ABC Customer' -WorkloadName 'SAP On Azure'
2129
```
2230

@@ -37,8 +45,8 @@ Accept pipeline input: False
3745
Accept wildcard characters: False
3846
```
3947
40-
### -Debugging
41-
Switch to enable debugging mode.
48+
### -includeLow
49+
Option to also consider Low Impact recommendations.
4250
4351
```yaml
4452
Type: SwitchParameter
@@ -88,7 +96,7 @@ Path to the Excel file created by the "2_wara_data_analyzer" script.
8896
```yaml
8997
Type: String
9098
Parameter Sets: (All)
91-
Aliases:
99+
Aliases: ExcelFile
92100

93101
Required: True
94102
Position: 3
@@ -97,6 +105,36 @@ Accept pipeline input: False
97105
Accept wildcard characters: False
98106
```
99107
108+
### -AssessmentFindingsFile
109+
Path to the Assessment Findings file.
110+
111+
```yaml
112+
Type: String
113+
Parameter Sets: (All)
114+
Aliases:
115+
116+
Required: False
117+
Position: 4
118+
Default value: None
119+
Accept pipeline input: False
120+
Accept wildcard characters: False
121+
```
122+
123+
### -PPTTemplateFile
124+
Path to the PowerPoint template file.
125+
126+
```yaml
127+
Type: String
128+
Parameter Sets: (All)
129+
Aliases:
130+
131+
Required: False
132+
Position: 5
133+
Default value: None
134+
Accept pipeline input: False
135+
Accept wildcard characters: False
136+
```
137+
100138
### CommonParameters
101139
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
102140

0 commit comments

Comments
 (0)