f-bader / SentinelARConverter

Sentinel Analytics Rule converter PowerShell module
MIT License
53 stars 11 forks source link

Add test suite for conversion from YAML to ARM #24

Closed Manbearpiet closed 1 year ago

Manbearpiet commented 1 year ago

Summary of the new feature / enhancement

As a user I want to have more confidence that my ART YAML will convert in a deployable format So that I can convert and deploy my YAML stored content confidently

Proposed technical implementation details (optional)

No response

f-bader commented 1 year ago

Added initial set of tests including function tests aimed at new version released in #26

https://github.com/f-bader/SentinelARConverter/blob/main/tests/Convert-SentinelARYamlToArm.tests.ps1