You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Guide-XrmToolBox.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,12 +11,12 @@ This tool was created to support more data types that the official tool does.
11
11
### Upcoming features 🔜
12
12
🔜 Supports for multiselect optionset \
13
13
🔜 ~~Configuration Data Importation~~$${\color{red}This \space is \space no \space longer \space planned.}$$\
14
-
🔜 ~~Configuration Data Exportation~~ <spanstyle="color:red">This is no longer planned.</span>
14
+
🔜 ~~Configuration Data Exportation~~$${\color{red}This \space is \space no \space longer \space planned.}$$
15
15
16
16
> [!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. \
> -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. \
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,9 @@ This repository contains a custom .NET CLI tool designed to export and import co
5
5
### Download latest release
6
6
Get latest version of the tool built on this [release](https://github.com/dotnetprog/dataverse-configuration-migration-tool/releases/latest)
7
7
> [!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
11
11
## Why ❓
12
12
13
13
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. \
> 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.
0 commit comments