Skip to content
View MarkWarneke's full-sized avatar
🐒
lounging
🐒
lounging

Organizations

@ReDI-School @GPSUG @MarkWarnekeMe
Block or Report

Block or report MarkWarneke

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
MarkWarneke/README.md

Pinned

  1. MarkWarnekeMe/Microsoft MarkWarnekeMe/Microsoft Public archive

    GitOps & Terraform Ops Demo Repository for Microsoft Subscription

    HCL 1 3

  2. PowerShell PowerShell Public

    Simple powershell scripts for learning and sharing purposes

    PowerShell 11 2

  3. Az.Cli Az.Cli Public

    Python azure.cli.core wrapper to execute Azure CLI commands using Python3

    Python 21 8

  4. Az.Compute.Lifecycle Az.Compute.Lifecycle Public

    A module to manage Azure life-cycle activities, e.g. starting and stopping VMs

    PowerShell

  5. Makefile for python code Makefile for python code
    1
    # Makefile for python code
    2
    # 
    3
    # > make help
    4
    #
    5
    # The following commands can be used.
  6. A quick and dirty folder based scrip... A quick and dirty folder based script to get the status and local branches of all repositories in the current folder
    1
    #!/bin/bash
    2
    BASEDIR=$(sh -c pwd)
    3
    for foldername in */; do \
    4
      cd $foldername && \
    5
      branch=$(git rev-parse --abbrev-ref HEAD) && \