Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
f-bader authored Jul 21, 2024
2 parents cd30a38 + 106722d commit e0229b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/public/Convert-SentinelARYamlToArm.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ If set, the output file will be saved with the id of the Analytics Rule as filen
The extension will be replaced with .json
.PARAMETER APIVersion
Set API version of the ARM template. Default is "2022-11-01-preview"
Set API version of the ARM template. Default is "2024-01-01-preview"
.PARAMETER NamePrefix
Set prefix for the name of the ARM template. Default is none
Expand Down Expand Up @@ -94,7 +94,7 @@ function Convert-SentinelARYamlToArm {

[ValidatePattern('^\d{4}-\d{2}-\d{2}(-preview)?$')]
[Parameter()]
[string]$APIVersion = "2023-02-01-preview",
[string]$APIVersion = "2024-01-01-preview",

[Parameter()]
[string]$NamePrefix,
Expand Down
3 changes: 1 addition & 2 deletions tests/examples/TTPWithTacticsNTechniques.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ tactics:
- Persistence
- SneakySquirrel
relevantTechniques:
- T1078
- T1078.003
- T1078.004
- T1078.005
- Z1001.02
- T9912
tags:
Expand Down

0 comments on commit e0229b9

Please sign in to comment.