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. |
0 replies
|
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:
|
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
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_ORDERto"true"Actual:
AZOPS_CUSTOM_SORT_ORDERto"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.
All reactions