You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When rain calls UpdateStackSet, I suspect it always passes either TemplateBody or TemplateURL but never UsePreviousTemplate.
When such an update involves changing the state of managed execution, e.g. fragment of file passed to --config changed from:
StackSet:
managedexecution:
active: false
to:
StackSet:
managedexecution:
active: true
or vice-versa, the following error occurs upon deployment:
InvalidOperationException: Cannot update ManagedExecution while updating StackSet Template or Parameters.
When
raincallsUpdateStackSet, I suspect it always passes eitherTemplateBodyorTemplateURLbut neverUsePreviousTemplate.When such an update involves changing the state of managed execution, e.g. fragment of file passed to
--configchanged from:to:
or vice-versa, the following error occurs upon deployment: