I am trying to add or replace element in array of Appsettings.Json on Azure Devops release pipeline. I can't find instruction how to do it via magic chunks config transformation.But I know that it is possible after 2.0 version.
How to add or replace element in array for the following code :
{
"my_array" : [
{"value" : 1},
{"value" : 5}
]
}
I am trying to add or replace element in array of Appsettings.Json on Azure Devops release pipeline. I can't find instruction how to do it via magic chunks config transformation.But I know that it is possible after 2.0 version.
How to add or replace element in array for the following code :
{
"my_array" : [
{"value" : 1},
{"value" : 5}
]
}