Skip to content

Commit e5f2698

Browse files
committed
layout docs fixed
1 parent 960002a commit e5f2698

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Guide-XrmToolBox.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ This tool was created to support more data types that the official tool does.
1111
### Upcoming features 🔜
1212
🔜 Supports for multiselect optionset \
1313
🔜 ~~Configuration Data Importation~~ $${\color{red}This \space is \space no \space longer \space planned.}$$ \
14-
🔜 ~~Configuration Data Exportation~~ <span style="color:red">This is no longer planned.</span>
14+
🔜 ~~Configuration Data Exportation~~ $${\color{red}This \space is \space no \space longer \space planned.}$$
1515

1616
> [!IMPORTANT]
17-
> Data import/export features will only be available through the cli tool. \
18-
> Since the cli tool is made with .Net Core and XTB Plugins is in .Net Framework, It's really hard to keep a sharable codebase and retricts the usage of some modern libraries. \
19-
> CLI tool documentation [here](https://github.com/dotnetprog/dataverse-configuration-migration-tool)
17+
> - Data import/export features will only be available through the cli tool. \
18+
> - Since the cli tool is made with .Net Core and XTB Plugins is in .Net Framework, It's really hard to keep a sharable codebase and retricts the usage of some modern libraries. \
19+
> - CLI tool documentation [here](https://github.com/dotnetprog/dataverse-configuration-migration-tool)
2020
2121

2222
## What's a schema definition file exactly 🤔❓

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ This repository contains a custom .NET CLI tool designed to export and import co
55
### Download latest release
66
Get latest version of the tool built on this [release](https://github.com/dotnetprog/dataverse-configuration-migration-tool/releases/latest)
77
> [!NOTE]
8-
> Interactive Login is now available with the CLI tool. The use of service principal is no more mandatory but still recommanded for automation scenarios. \
9-
> To automate the use of the tool, let's say within a pipeline (e.g Github Action,Azure Devops Pipeline),`appsettings.Production.json` will need to be setup manually with your azure service principal credentials. \
10-
> [Quick Guide](https://recursion.no/blogs/dataverse-setup-service-principal-access-for-environment/) to create an azure service principal
8+
> - Interactive Login is now available with the CLI tool. The use of service principal is no more mandatory but still recommanded for automation scenarios. \
9+
> - To automate the use of the tool, let's say within a pipeline (e.g Github Action,Azure Devops Pipeline),`appsettings.Production.json` will need to be setup manually with your azure service principal credentials. \
10+
> - [Quick Guide](https://recursion.no/blogs/dataverse-setup-service-principal-access-for-environment/) to create an azure service principal
1111
## Why ❓
1212

1313
Configuration Migration Tool and the PowerPlatform Cli Tool (pac data import verb) seem to have it's limitations when automating in ci/cd. Also, these two only works on a windows machine. \
@@ -131,11 +131,11 @@ Dataverse.ConfigurationMigrationTool.Console.exe export-data --schema "C:\temp\d
131131
```
132132

133133
> [!TIP]
134-
> To use service principal credentials, the interactive login flag `--il` or `-il` must be omitted. \
135-
> If you use the executable directly, you must edit the `appsettings.Production.json` file with your service principal credentials \
136-
> If you use `dotnet run`, you can set the secrets using `dotnet user-secrets` as shown above or edit the `appsettings.Development.json` file. \
137-
> you can also set environment variables `Dataverse__ClientId`, `Dataverse__ClientSecret` and `Dataverse__Url` to override the settings in the json files. \
138-
> you can also use these commandline arguments `--Dataverse:ClientId`, `--Dataverse:ClientSecret` and `--Dataverse:Url` to override the settings in the json files.
134+
> - To use service principal credentials, the interactive login flag `--il` or `-il` must be omitted. \
135+
> - If you use the executable directly, you must edit the `appsettings.Production.json` file with your service principal credentials \
136+
> - If you use `dotnet run`, you can set the secrets using `dotnet user-secrets` as shown above or edit the `appsettings.Development.json` file. \
137+
> - you can also set environment variables `Dataverse__ClientId`, `Dataverse__ClientSecret` and `Dataverse__Url` to override the settings in the json files. \
138+
> - you can also use these commandline arguments `--Dataverse:ClientId`, `--Dataverse:ClientSecret` and `--Dataverse:Url` to override the settings in the json files.
139139
140140
## 🤝 Contributing 🤝
141141

0 commit comments

Comments
 (0)