Skip to content

Commit

Permalink
#296 updated json array so it can be iterated
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Ventura committed Dec 19, 2022
1 parent 33612e1 commit 47b54d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"_ParentBU_":[{"environmentVariables":[{"name":"suffix","value":"_Parent"}],"properties":[{"propertyName":"CredentialName","apiName":"credential_name","value":"CREDENTIAL_NAME","hideValue":false},{"propertyName":"MID","apiName":"mid","value":"1111111","hideValue":false}]}]},{"MCDEV_Training_DEV":[{"environmentVariables":[{"name":"suffix","value":"_DEV"}],"properties":[{"propertyName":"CredentialName","apiName":"credential_name","value":"CREDENTIAL_NAME","hideValue":false},{"propertyName":"MID","apiName":"mid","value":"2222222","hideValue":false}]}]},{"MCDEV_Training_Prod_1":[{"environmentVariables":[{"name":"suffix","value":"_PROD1"}],"properties":[{"propertyName":"CredentialName","apiName":"credential_name","value":"CREDENTIAL_NAME","hideValue":false},{"propertyName":"MID","apiName":"mid","value":"33333333","hideValue":false}]}]},{"MCDEV_Training_Prod_2":[{"environmentVariables":[{"name":"suffix","value":"_PROD2"}],"properties":[{"propertyName":"CredentialName","apiName":"credential_name","value":"CREDENTIAL_NAME","hideValue":false},{"propertyName":"MID","apiName":"mid","value":"4444444","hideValue":false}]}]},{"MCDEV_Training_QA":[{"environmentVariables":[{"name":"suffix","value":"_QA"}],"properties":[{"propertyName":"CredentialName","apiName":"credential_name","value":"CREDENTIAL_NAME","hideValue":false},{"propertyName":"MID","apiName":"mid","value":"55555555","hideValue":false}]}]}]
[{"Name":"_ParentBU_","environmentVariables":[{"name":"suffix","value":"_Parent"}],"properties":[{"propertyName":"CredentialName","apiName":"credential_name","value":"CREDENTIAL_NAME","hideValue":false},{"propertyName":"MID","apiName":"mid","value":"1111111","hideValue":false}]},{"Name":"MCDEV_Training_DEV","environmentVariables":[{"name":"suffix","value":"_DEV"}],"properties":[{"propertyName":"CredentialName","apiName":"credential_name","value":"CREDENTIAL_NAME","hideValue":false},{"propertyName":"MID","apiName":"mid","value":"2222222","hideValue":false}]},{"Name":"MCDEV_Training_Prod_1","environmentVariables":[{"name":"suffix","value":"_PROD1"}],"properties":[{"propertyName":"CredentialName","apiName":"credential_name","value":"CREDENTIAL_NAME","hideValue":false},{"propertyName":"MID","apiName":"mid","value":"33333333","hideValue":false}]},{"Name":"MCDEV_Training_Prod_2","environmentVariables":[{"name":"suffix","value":"_PROD2"}],"properties":[{"propertyName":"CredentialName","apiName":"credential_name","value":"CREDENTIAL_NAME","hideValue":false},{"propertyName":"MID","apiName":"mid","value":"4444444","hideValue":false}]},{"Name":"MCDEV_Training_QA","environmentVariables":[{"name":"suffix","value":"_QA"}],"properties":[{"propertyName":"CredentialName","apiName":"credential_name","value":"CREDENTIAL_NAME","hideValue":false},{"propertyName":"MID","apiName":"mid","value":"55555555","hideValue":false}]}]

0 comments on commit 47b54d3

Please sign in to comment.