Skip to content

Converts an ARM Template dependencies to a directed Graph and validates it

Notifications You must be signed in to change notification settings

Aviv-Yaniv/ArmTemplateDependenciesGraphValidator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

ARM Template Dependencies Graph Validator

Converts an ARM Template dependencies to a directed Graph and validates it

How to Run?

JSON

Used for single ArmTemplate inspection.

  1. Place the ArmTemplate json to inspect in the same folder with "main.py"
  2. Run main.py <file-name>.json

Csv

Used for multiple ArmTemplates. Expecting structure: Timestamp,GUID,ArmTemplate

  1. Place the ArmTemplate csv to inspect in the same folder with "main.py"
  2. Run main.py <file-name>.csv

About

Converts an ARM Template dependencies to a directed Graph and validates it

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages