You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
{{ 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
58
39
59
40
```yaml
60
41
Type: String
@@ -63,22 +44,7 @@ Aliases:
63
44
64
45
Required: False
65
46
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.
@@ -16,7 +24,7 @@ The function \`Start-WARAReport\` processes the Excel file created by the \`Star
16
24
## EXAMPLES
17
25
18
26
### EXAMPLE 1
19
-
```
27
+
```Powershell
20
28
Start-WARAReport -ExpertAnalysisFile 'C:\WARA_Script\WARA Action Plan 2024-03-07_16_06.xlsx' -CustomerName 'ABC Customer' -WorkloadName 'SAP On Azure'
21
29
```
22
30
@@ -37,8 +45,8 @@ Accept pipeline input: False
37
45
Accept wildcard characters: False
38
46
```
39
47
40
-
### -Debugging
41
-
Switch to enable debugging mode.
48
+
### -includeLow
49
+
Option to also consider Low Impact recommendations.
42
50
43
51
```yaml
44
52
Type: SwitchParameter
@@ -88,7 +96,7 @@ Path to the Excel file created by the "2_wara_data_analyzer" script.
88
96
```yaml
89
97
Type: String
90
98
Parameter Sets: (All)
91
-
Aliases:
99
+
Aliases:ExcelFile
92
100
93
101
Required: True
94
102
Position: 3
@@ -97,6 +105,36 @@ Accept pipeline input: False
97
105
Accept wildcard characters: False
98
106
```
99
107
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
+
100
138
### CommonParameters
101
139
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).
0 commit comments