Microsoft.Xrm.DevOps.Data icon indicating copy to clipboard operation
Microsoft.Xrm.DevOps.Data copied to clipboard

This library provides an easy way to generate filtered data compatible with the Configuration Data Migration Tool. These zip files can be used to push specific records between Dynamics 365 environment...

Results 21 Microsoft.Xrm.DevOps.Data issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Hi Andrew, I'm the author of FakeXrmEasy. I've seen you're using FakeXrmEasy in this repo which is great! :smile: Since I'm working on a rewrite of it for the next...

a fetch with a link-entity generates a schema and data that excludes the rest of the attributes in the fetch, as below. ![image](https://user-images.githubusercontent.com/16320095/62350920-4b80ea00-b558-11e9-8c1f-1ae4a014ef08.png) When I duplicate the fetch in the...

enhancement
good first issue

Hi Andrew, Could you please advise if you have imported product catalog. I am unable to import product catalog (product,pricelevel,productpricelevel,uom,uomschedule) using the data package generated by the Get-CrmDataPackage. Cheers.

Instead of failing, it should exclude the fetch from the resulting package

I have a data_schema.xml file from USD installation package. I want to use this file to export USD data to import into other environments through the pipeline. Is there any...

enhancement

This enables exporting data from env and directly saving .xml files in a folder which is source-control friendly and diffs can be applied. ```powershell Get-CrmDataPackage -Conn $crm -Fetches '' `...