Skip to content

Commit dd43098

Browse files
committed
Updates readme
1 parent 38d39ed commit dd43098

File tree

1 file changed

+26
-12
lines changed
  • specification/securityinsights/resource-manager

1 file changed

+26
-12
lines changed

specification/securityinsights/resource-manager/readme.md

Lines changed: 26 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,35 @@ To see additional help and options, run:
2424

2525
These are the global settings for the SecurityInsights API.
2626

27-
```yaml
27+
``` yaml
2828
openapi-type: arm
29-
tag: package-2020-01
29+
tag: package-preview-2021-09
3030
```
3131
3232
33+
### Tag: package-preview-2021-09
34+
35+
These settings apply only when `--tag=package-preview-2021-09` is specified on the command line.
36+
37+
```yaml $(tag) == 'package-preview-2021-09'
38+
input-file:
39+
- Microsoft.SecurityInsights/preview/2021-09-01-preview/AlertRules.json
40+
- Microsoft.SecurityInsights/preview/2021-09-01-preview/EntityDefinitions.json
41+
- Microsoft.SecurityInsights/preview/2021-09-01-preview/EntityQueries.json
42+
- Microsoft.SecurityInsights/preview/2021-09-01-preview/Incidents.json
43+
- Microsoft.SecurityInsights/preview/2021-09-01-preview/Metadata.json
44+
- Microsoft.SecurityInsights/preview/2021-09-01-preview/OnboardingStates.json
45+
- Microsoft.SecurityInsights/preview/2021-09-01-preview/Settings.json
46+
- Microsoft.SecurityInsights/preview/2021-09-01-preview/SourceControls.json
47+
- Microsoft.SecurityInsights/preview/2021-09-01-preview/Watchlists.json
48+
- Microsoft.SecurityInsights/preview/2021-09-01-preview/dataConnectors.json
49+
- Microsoft.SecurityInsights/preview/2021-09-01-preview/operations.json
50+
```
3351
### Tag: package-2021-04-01-only
3452

3553
These settings apply only when `--tag=package-2021-04-01-only` is specified on the command line.
3654

37-
```yaml $(tag) == 'package-2021-04-01-only'
55+
``` yaml $(tag) == 'package-2021-04-01-only'
3856
input-file:
3957
- Microsoft.SecurityInsights/stable/2021-04-01/Incidents.json
4058
- Microsoft.SecurityInsights/stable/2021-04-01/operations.json
@@ -56,8 +74,7 @@ directive:
5674

5775
These settings apply only when `--tag=package-2020-01` is specified on the command line.
5876

59-
60-
```yaml $(tag) == 'package-2020-01'
77+
``` yaml $(tag) == 'package-2020-01'
6178
input-file:
6279
- Microsoft.SecurityInsights/stable/2020-01-01/AlertRules.json
6380
- Microsoft.SecurityInsights/stable/2020-01-01/Bookmarks.json
@@ -77,7 +94,7 @@ directive:
7794

7895
These settings apply only when `--tag=package-2021-03-preview-only` is specified on the command line.
7996

80-
```yaml $(tag) == 'package-2021-03-preview-only'
97+
``` yaml $(tag) == 'package-2021-03-preview-only'
8198
input-file:
8299
- Microsoft.SecurityInsights/preview/2021-03-01-preview/Incidents.json
83100
- Microsoft.SecurityInsights/preview/2021-03-01-preview/Settings.json
@@ -142,7 +159,7 @@ directive:
142159

143160
These settings apply only when `--tag=package-2019-01-preview` is specified on the command line.
144161

145-
```yaml $(tag) == 'package-2019-01-preview'
162+
``` yaml $(tag) == 'package-2019-01-preview'
146163
input-file:
147164
- Microsoft.SecurityInsights/preview/2019-01-01-preview/Aggregations.json
148165
- Microsoft.SecurityInsights/preview/2019-01-01-preview/AutomationRules.json
@@ -182,7 +199,7 @@ directive:
182199
This section describes what SDK should be generated by the automatic system.
183200
This is not used by Autorest itself.
184201

185-
```yaml $(swagger-to-sdk)
202+
``` yaml $(swagger-to-sdk)
186203
swagger-to-sdk:
187204
- repo: azure-sdk-for-net
188205
- repo: azure-sdk-for-go
@@ -198,7 +215,7 @@ swagger-to-sdk:
198215
These settings apply only when `--csharp` is specified on the command line.
199216
Please also specify `--csharp-sdks-folder=<path to "SDKs" directory of your azure-sdk-for-net clone>`.
200217

201-
```yaml $(csharp)
218+
``` yaml $(csharp)
202219
csharp:
203220
azure-arm: true
204221
license-header: MICROSOFT_MIT_NO_VERSION
@@ -223,6 +240,3 @@ See configuration in [readme.nodejs.md](./readme.nodejs.md)
223240
## TypeScript
224241

225242
See configuration in [readme.typescript.md](./readme.typescript.md)
226-
227-
228-

0 commit comments

Comments
 (0)