Skip to content

Releases: ekristen/azure-nuke

v0.8.0

12 Apr 15:29
Compare
Choose a tag to compare

Overview

  • 5 new resources app-service-plan, dnz-zone, private-dns-zone, key-vault, storage-account

Scopes, DAG Removal Order

All resources are scoped to a Tenant, Subscription or Resource Group with most being scoped to the Resource Group.

Resources can depend on other resources, this controls the order in which they are deleted/removed.

The ResourceGroup resource depends on all resources scoped to the Resource Group level, so they are the last to be removed.

Changelog

  • b8c1c3f add additional .envrc ignores
  • 30ef8a3 feat: adding app-service-plan resource
  • 6578b21 feat: adding dnz-zone resource
  • 9143367 feat: adding key-vault resource
  • ee44798 feat: adding private-dnz-zone resource
  • b5b11af feat: adding storage-account resource
  • 3d1b93e fix null pointer, and hardcoded resource group

v0.7.2

01 Apr 22:07
Compare
Choose a tag to compare

Changelog

  • 73d8786 chore(service-principal): add app owner id as a property
  • 6a1b977 chore: update readme
  • b9658ed chore: updating readme, cli output

v0.7.1

01 Apr 20:50
Compare
Choose a tag to compare

Changelog

  • 0bb2523 Merge branch 'main' of github.com:ekristen/azure-nuke into main
  • 7f35450 Merge pull request #5 from ekristen/renovate/actions-checkout-3.x
  • f5da0ec Merge pull request #6 from ekristen/renovate/actions-setup-go-3.x
  • fab4a90 Update actions/checkout action to v3
  • 152d475 Update actions/setup-go action to v3
  • 760348b fix: provide default for AZURE_AUTHORITY_HOST

v0.7.0

01 Apr 18:48
Compare
Choose a tag to compare

Changelog

  • 2a9a482 feat: improve certificate based auth
  • 29fb268 fix: goreleaser version information

v0.6.0

16 Feb 01:42
Compare
Choose a tag to compare

Changelog

  • 6912ed2 add(container-registry): adding ability to nuke azure container registry
  • f7b6fda chore: remove debugging code
  • 4736a3b fix(container-registry): trace logging
  • 45d1cd1 fix(virtual-machine): resource group reference
  • 2c3b0ef fix: typo

v0.5.0

16 Feb 00:11
Compare
Choose a tag to compare

Changelog

  • 3a82e85 add(aad-user): user principal name to properties
  • ba8e196 add(application): adding azure ad application
  • 0706bf7 add(application-certificate): adding azure ad application certificate removal
  • 88907bb add(application-federated): adding azure ad application federated credential
  • 960e4d1 add(application-secret): adding azure ad application secrets
  • 46179c2 fix(resource-group): switch to using standardized entity for ranges

v0.3.0

14 Feb 14:34
Compare
Choose a tag to compare

Changelog

  • e8b6493 fix: bug where v2 resource lister was not being used

v0.2.0

14 Feb 14:23
Compare
Choose a tag to compare

Changelog