Refactor the settings files across each of the three clients:
Field names changed to be consistent with those on the site https://bmrs.elexon.co.uk/iris when you request IRIS credentials eg. Service Bus Queue Name changed to Queue Name. Field names also reordered to match the front end.
ClientId and Secret fields moved out of AppRegistration in the C# and Python settings files to make it more consistent with both the Javascript settings and the front end.
Refactor the settings files across each of the three clients:
Service Bus Queue Name
changed toQueue Name
. Field names also reordered to match the front end.AppRegistration
in the C# and Python settings files to make it more consistent with both the Javascript settings and the front end.