Replies: 2 comments 2 replies
-
By the way - this idea flows on from an existing idea #876. I have already made custom implementations to the template to make sure that AZOPS_CUSTOM_SORT_ORDER is considered on Validate and Push. It worked quite well for add/modify, but this is a branched discussion about how it can be improved for deletes. |
Beta Was this translation helpful? Give feedback.
-
Hi @hazvk, great consideration I will take a more detailed look at your accelerator thoughts and especially with reverse order in the upcoming days. Could you elaborate on this a bit I am not sure I fully understand the scenario:
|
Beta Was this translation helpful? Give feedback.
-
I'm currently using repo bootstrapped from https://github.com/Azure/AzOps-Accelerator
When tinkering with the setting
"AzOps.Core.CustomTemplateResourceDeletion": true
, I had a couple of findings:Expectation:
AZOPS_CUSTOM_SORT_ORDER
to"true"
Actual:
AZOPS_CUSTOM_SORT_ORDER
to"true"
Side note: I also found a scenario of failure - if we delete files from the state, and modify files out of the state, the validation and deployment will fail.
My suggestion is to align to above expectation. Keen to hear thoughts.
Beta Was this translation helpful? Give feedback.
All reactions