mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-03 14:54:53 -04:00
Manually manage resource group on Azure
This commit is contained in:
parent
e6ae54a25a
commit
f15605cb45
25 changed files with 403 additions and 1162 deletions
|
@ -46,5 +46,5 @@ type rollbackerAzure struct {
|
|||
}
|
||||
|
||||
func (r *rollbackerAzure) rollback(ctx context.Context) error {
|
||||
return r.client.TerminateResourceGroup(ctx)
|
||||
return r.client.TerminateResourceGroupResources(ctx)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue