A collection of automation scripts across PowerShell, Bash, Python and JavaScript for Azure, DevOps and general infrastructure tasks.
| Path | Contents |
|---|---|
PowerShell/ |
Azure / DevOps automation scripts. Start from _Template.ps1; shared logging is Write-Log.psm1. |
PowerShell/Snippets/ |
Smaller, single-purpose helpers. |
Bash/ |
Shell utilities. Start from _Template.sh; shared logging is log.sh. |
Python/ |
Python utilities (HIBP breach checks, helpers). |
flask/ |
Small Flask web app wrapping the HIBP checks. |
JavaScript/, REST/, graphql/ |
Browser snippet, .http request samples, GraphQL queries. |
cheatsheets/ |
Quick-reference notes (git, python, rhel). |
PSScriptAnalyzerSettings.psd1 |
Lint/format rules enforced by CI. |
This repository was generated from segraef/Template and stays in sync with it via the Template Sync workflow.
If you find any bugs, please file an issue in the GitHub Issues page. Please fill out the provided template with the appropriate information.
If you are taking the time to mention a problem, even a seemingly minor one, it is greatly appreciated, and a totally valid contribution to this project. Thank you!
If there is a feature you would like to see in here, please file an issue or feature request in the GitHub Issues page to provide direct feedback.
If you would like to become an active contributor to this repository or project, please follow the instructions provided in CONTRIBUTING.md.

