Skip to content

Commit af3a90c

Browse files
committed
layout docs fixed
1 parent e5f2698 commit af3a90c

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Guide-XrmToolBox.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ This tool was created to support more data types that the official tool does.
1414
🔜 ~~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. \
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: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ 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. \
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.
1010
> - [Quick Guide](https://recursion.no/blogs/dataverse-setup-service-principal-access-for-environment/) to create an azure service principal
1111
## Why ❓
1212

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

4444

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

5050

@@ -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)