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
Copy file name to clipboardExpand all lines: .github/skills/asim-parser-github-pr-packager/SKILL.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,8 @@ For example: `asim/networksession-cisco-asa`.
39
39
40
40
Create a YAML file for **each** parser (parameter-less and parameterized) in the directory `Parsers/ASim<SchemaName>/Parsers/`.
41
41
42
+
For the schema reference in both parser files, use the exact `SchemaTitle` and schema-specific `aka.ms``SchemaLink` defined for the schema in `.script/tests/asimParsersTest/VerifyASimParserTemplate.py`. Do not substitute a Learn documentation URL.
Link: <link to the Learn Microsoft documentation for this specific ASIM schema>
58
+
Link: <schema-specific aka.ms SchemaLink from VerifyASimParserTemplate.py>
57
59
- Title: ASIM
58
60
Link: https://aka.ms/AboutASIM
59
61
- Title: <vendor> <product> Documentation
@@ -88,7 +90,7 @@ Normalization:
88
90
Version: <schema version>
89
91
References:
90
92
- Title: ASIM <schema name> Schema
91
-
Link: <link to the Learn Microsoft documentation for this specific ASIM schema>
93
+
Link: <schema-specific aka.ms SchemaLink from VerifyASimParserTemplate.py>
92
94
- Title: ASIM
93
95
Link: https://aka.ms/AboutASIM
94
96
- Title: <vendor> <product> Documentation
@@ -174,7 +176,7 @@ If there is no file, then we will need to create a file.
174
176
175
177
## Step 9. Generate a sample data file
176
178
177
-
Extract the EventVendor and EventProduct from the parameter-less parser. Create a sample data file in the directory `SampleData/ASIM` with the following name:
179
+
Extract the EventVendor and EventProduct from the parameter-less parser. Create a sample data file in the directory `Sample Data/ASIM` with the following name:
0 commit comments