hamlet-io / executor-bash

Executor for hamlet based on bash
GNU General Public License v3.0
0 stars 4 forks source link

fix: revert deployment mode change #292

Closed roleyfoley closed 2 years ago

roleyfoley commented 2 years ago

Intent of Change

Description

Reverts the move to the complete mode for ARM templates.

Motivation and Context

This worked in most cases but when a deployed resource creates its own resources as part of the same group the complete mode attempts to clean these resources up. This means that the internal resources by Azure fall over as they no longer have the resources they expected

How Has This Been Tested?

Tested locally

Related Changes

Prerequisite PRs:

Dependent PRs:

Consumer Actions: