Skip to content

Commit

Permalink
Updates readme
Browse files Browse the repository at this point in the history
  • Loading branch information
moranraz committed Feb 28, 2022
1 parent 6352f06 commit aa93dc1
Showing 1 changed file with 28 additions and 3 deletions.
31 changes: 28 additions & 3 deletions specification/securityinsights/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,41 @@ These are the global settings for the SecurityInsights API.

``` yaml
openapi-type: arm
tag: package-preview-2021-10
tag: package-preview-2022-04
```
---
### Tag: package-preview-2022-04
These settings apply only when `--tag=package-preview-2022-04` is specified on the command line.

```yaml $(tag) == 'package-preview-2022-04'
input-file:
- Microsoft.SecurityInsights/preview/2022-04-01-preview/AlertRules.json
- Microsoft.SecurityInsights/preview/2022-04-01-preview/AutomationRules.json
- Microsoft.SecurityInsights/preview/2022-04-01-preview/Bookmarks.json
- Microsoft.SecurityInsights/preview/2022-04-01-preview/Enrichment.json
- Microsoft.SecurityInsights/preview/2022-04-01-preview/Entities.json
- Microsoft.SecurityInsights/preview/2022-04-01-preview/EntityQueries.json
- Microsoft.SecurityInsights/preview/2022-04-01-preview/EntityQueryTemplates.json
- Microsoft.SecurityInsights/preview/2022-04-01-preview/Incidents.json
- Microsoft.SecurityInsights/preview/2022-04-01-preview/Metadata.json
- Microsoft.SecurityInsights/preview/2022-04-01-preview/OfficeConsents.json
- Microsoft.SecurityInsights/preview/2022-04-01-preview/OnboardingStates.json
- Microsoft.SecurityInsights/preview/2022-04-01-preview/Settings.json
- Microsoft.SecurityInsights/preview/2022-04-01-preview/SourceControls.json
- Microsoft.SecurityInsights/preview/2022-04-01-preview/ThreatIntelligence.json
- Microsoft.SecurityInsights/preview/2022-04-01-preview/Watchlists.json
- Microsoft.SecurityInsights/preview/2022-04-01-preview/dataConnectors.json
- Microsoft.SecurityInsights/preview/2022-04-01-preview/operations.json
```
### Tag: package-preview-2021-10

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

```yaml $(tag) == 'package-preview-2021-10'
``` yaml $(tag) == 'package-preview-2021-10'
input-file:
- Microsoft.SecurityInsights/preview/2021-10-01-preview/AlertRules.json
- Microsoft.SecurityInsights/preview/2021-10-01-preview/AutomationRules.json
Expand All @@ -56,6 +80,7 @@ input-file:
- Microsoft.SecurityInsights/preview/2021-10-01-preview/dataConnectors.json
- Microsoft.SecurityInsights/preview/2021-10-01-preview/operations.json
```

### Tag: package-preview-2021-09

These settings apply only when `--tag=package-preview-2021-09` is specified on the command line.
Expand Down Expand Up @@ -87,7 +112,7 @@ input-file:

These settings apply only when `--tag=package-2021-10` is specified on the command line.

```yaml $(tag) == 'package-2021-10'
``` yaml $(tag) == 'package-2021-10'
input-file:
- Microsoft.SecurityInsights/stable/2021-10-01/Incidents.json
- Microsoft.SecurityInsights/stable/2021-10-01/ThreatIntelligence.json
Expand Down

0 comments on commit aa93dc1

Please sign in to comment.