Bicep and json parameter new variable within variable
I want to create a new variable with an existing one inside a json parameter file for bicep { "myVNet_name": "test_vnet", "myVNet_name2": "????", } I want myVNet_name2 for example equal as $myVNet_name_2 , how to do that ?