When I am trying to run
cdf deploy
or
cdf deploy --dry-run
In both cases I am getting this error
ERROR (AuthorizationError): Don't have correct access rights to clean spaces.
Missing:
DataModelsAcl(actions=[<DataModelsAcl Action.Read: 'READ'>], scope=AllScope())
Please click here to visit the documentation and ensure that you have setup
authentication for the CDF toolkit correctly
Please note that I am using toolkit in azure devops pipeline so its CLI and I dont see any documentation link there as mentioned in the error.
What are required access for deploy (with or without dry run)?