Skip to content

Commit f1f77fe

Browse files
committed
layout docs fixed
1 parent 726442c commit f1f77fe

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Guide-XrmToolBox.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ This tool was created to support more data types that the official tool does.
1010

1111
### Upcoming features 🔜
1212
🔜 Supports for multiselect optionset \
13-
🔜 ~~Configuration Data Importation~~ <span style="color:red">This is no longer planned.</span>\
13+
🔜 ~~Configuration Data Importation~~ $${\color{red}This is no longer planned.}$$ \
1414
🔜 ~~Configuration Data Exportation~~ <span style="color:red">This is no longer planned.</span>
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.
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. \
1919
> CLI tool documentation [here](https://github.com/dotnetprog/dataverse-configuration-migration-tool)
2020
2121

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This repository contains a custom .NET CLI tool designed to export and import co
66
Get latest version of the tool built on this [release](https://github.com/dotnetprog/dataverse-configuration-migration-tool/releases/latest)
77
> [!NOTE]
88
> 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.
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. \
1010
> [Quick Guide](https://recursion.no/blogs/dataverse-setup-service-principal-access-for-environment/) to create an azure service principal
1111
## Why ❓
1212

@@ -43,7 +43,7 @@ This new tool enables you to:
4343

4444

4545
> [!IMPORTANT]
46-
> Data import/export features for XrmToolBox is no longer planned.
46+
> Data import/export features for XrmToolBox is no longer planned. \
4747
> 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.
4848
4949

@@ -131,10 +131,10 @@ 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.
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. \
138138
> 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 🤝

0 commit comments

Comments
 (0)