Skip to content

Commit

Permalink
Updates readme
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelkuangms committed Mar 16, 2023
1 parent 75c43fe commit 43a193c
Showing 1 changed file with 33 additions and 3 deletions.
36 changes: 33 additions & 3 deletions specification/securityinsights/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,45 @@ These are the global settings for the SecurityInsights API.

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

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

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

```yaml $(tag) == 'package-preview-2023-03'
``` yaml $(tag) == 'package-preview-2023-03'
input-file:
- Microsoft.SecurityInsights/preview/2023-03-01-preview/AlertRules.json
- Microsoft.SecurityInsights/preview/2023-03-01-preview/AutomationRules.json
Expand Down Expand Up @@ -63,7 +93,7 @@ input-file:

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

```yaml $(tag) == 'package-2023-02'
``` yaml $(tag) == 'package-2023-02'
input-file:
- Microsoft.SecurityInsights/stable/2023-02-01/AlertRules.json
- Microsoft.SecurityInsights/stable/2023-02-01/AutomationRules.json
Expand Down

0 comments on commit 43a193c

Please sign in to comment.