Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit51068d3

Browse files
committed
2 parents9ec0ec5 +7d88105 commit51068d3

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

‎.gitignore‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ settings.json
77
/FlowPowerAppsMigrator
88
Lists.xml
99
traceoutput.txt
10-
/*.json
10+
/*.json
11+
config/migrator-config.json

‎GenerateInitialMapping.ps1‎

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@ if($USE_APP_ONLY_AUTHENTICATION){
1515
Connect-PnPOnline-Url$SOURCE_SITE_URL-SPOManagementShell-ClearTokenCache-WarningAction Ignore
1616
}
1717
else {
18-
$appId="0789bce2-cd45-4668-a20e-91e730c70861"
19-
$appSecret="oRYj4s+2zBosk04X+AS+SQGKha/2BS4iek0mfd2PHsg="
20-
Connect-PnPOnline-Url$SOURCE_SITE_URL-ClientId$appId-ClientSecret$appSecret-WarningAction Ignore
21-
# Connect-PnPOnline -Url $SOURCE_SITE_URL -UseWebLogin -WarningAction Ignore
18+
Connect-PnPOnline-Url$SOURCE_SITE_URL-UseWebLogin-WarningAction Ignore
2219
}
2320

2421
try {

‎config/migrator-config.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"source-site-url":"",
3-
"target-site-url":"",
2+
"source-site-url":"https://schoolsnsw.sharepoint.com/sites/CESEIAR",
3+
"target-site-url":"https://spgdeviw.sharepoint.com/sites/DataHub",
44
"source-site-app-id":"",
55
"source-site-app-secret":"",
66
"target-site-app-id":"",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp