Need to make acl postix of the record payload configurable in azure integration tests
In the integration test org.opengroup.osdu.notification.api.TestStorageIntegration
of azure module there is the record payload, which is a String value inside a java code. This payload contains next peace of code:
" \"acl\":{\n" +
" \"viewers\":[\n" +
" \"data.test1@opendes.contoso.com\"],\n" +
" \"owners\":[\n" +
" \"data.test1@opendes.contoso.com\"]},\n" +
We need to make the postfix part (opendes.contoso.com) configurable here because it may differs from env to env.