Skip to content

Instantly share code, notes, and snippets.

@ilmax
Created May 28, 2020 12:22
Show Gist options
  • Save ilmax/e7a9942aadb394921c09ebff780bfe27 to your computer and use it in GitHub Desktop.
Save ilmax/e7a9942aadb394921c09ebff780bfe27 to your computer and use it in GitHub Desktop.
az webapp config ssl list -g tg-ts-prod -o tsv --query "[?contains(issuer, 'Let') && contains(expirationDate, '2019')].[thumbprint]" | wsl awk '{print "call az webapp config ssl delete -g tg-ts-prod --certificate-thumbprint "$1}' > run.cmd && run.cmd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment