I am trying to use these entities to create many DMFs in one import : 'DataManagementDefinitionGroupEntity' and 'DataManagementDefinitionGroupDetailEntity'
The theory was to maintain an excel of the DMF jobs required for the project and run an import to generate these DMF data projects when promoting to a new environment.
The problem is that the detail entity does not create a default map for the entity which just results in erroneous mapping on any entity added to the project.
There is a field for sample file path in the detail entity but no way to create this sample file path other than the normal 'add file' path. This renders the entities above useless.
Is there a way to request an azure writeable url for the blob storage account behind the DMF framework and provide this value in the DMF data project creation import?