Hello arkiboys,
Are you talking about the copy activity here?
The retry and retryIntervalInSeconds policies are still available in ADF.
even if you don't explicitly set these values, you are supposed to see the default values on the JSON.
default values:
"retry": 0,
"retryIntervalInSeconds": 30,
https://learn.microsoft.com/en-us/azure/data-factory/concepts-pipelines-activities?tabs=data-factory
https://learn.microsoft.com/en-us/azure/data-factory/copy-activity-overview
If you are running the same pipeline, then it is uncommon for different branches to have different configuration values.
I suggest creating a new branch and create a new pull request and see if you are able to see these configuration values.
If you still see the same issue with the new branch please let us know.