Releases: ekristen/azure-nuke
Releases · ekristen/azure-nuke
v0.8.0
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
v0.7.1
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
v0.6.0
v0.5.0
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