@pnp/cli-microsoft365 5.0.0-beta.5a92c19 → 5.0.0-beta.5f22572
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/appInsights.js +2 -0
- package/dist/m365/aad/commands/app/app-add.js +58 -5
- package/dist/m365/aad/commands/o365group/o365group-add.js +56 -50
- package/dist/m365/base/M365RcJson.js +3 -0
- package/dist/m365/file/commands/file-list.js +181 -0
- package/dist/m365/file/commands.js +2 -1
- package/dist/m365/search/commands/externalconnection/externalconnection-add.js +99 -0
- package/dist/m365/search/commands.js +7 -0
- package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.13.1.js +53 -0
- package/dist/m365/spfx/commands/project/project-upgrade.js +2 -1
- package/dist/m365/spfx/commands/spfx-doctor.js +19 -0
- package/dist/m365/spo/commands/contenttype/contenttype-list.js +52 -0
- package/dist/m365/spo/commands/list/list-get.js +6 -2
- package/dist/m365/spo/commands/page/Page.js +3 -1
- package/dist/m365/spo/commands/page/page-add.js +7 -10
- package/dist/m365/spo/commands/page/page-set.js +7 -10
- package/dist/m365/spo/commands.js +2 -1
- package/docs/docs/cmd/aad/app/app-add.md +11 -0
- package/docs/docs/cmd/aad/o365group/o365group-add.md +1 -0
- package/docs/docs/cmd/file/file-list.md +46 -0
- package/docs/docs/cmd/search/externalconnection/externalconnection-add.md +43 -0
- package/docs/docs/cmd/spfx/project/project-upgrade.md +1 -1
- package/docs/docs/cmd/spo/contenttype/contenttype-list.md +33 -0
- package/docs/docs/cmd/spo/list/list-get.md +9 -0
- package/docs/docs/cmd/spo/page/page-add.md +2 -2
- package/docs/docs/cmd/spo/page/page-set.md +3 -3
- package/npm-shrinkwrap.json +73 -40
- package/package.json +3 -2
package/npm-shrinkwrap.json
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"adaptivecards": "^2.10.0",
|
|
15
15
|
"adaptivecards-templating": "^2.2.0",
|
|
16
16
|
"adm-zip": "^0.5.9",
|
|
17
|
-
"applicationinsights": "^2.1.
|
|
17
|
+
"applicationinsights": "^2.1.9",
|
|
18
18
|
"axios": "^0.24.0",
|
|
19
19
|
"chalk": "^4.1.2",
|
|
20
20
|
"easy-table": "^1.2.0",
|
|
@@ -112,9 +112,9 @@
|
|
|
112
112
|
"integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw=="
|
|
113
113
|
},
|
|
114
114
|
"node_modules/@azure/core-http": {
|
|
115
|
-
"version": "2.2.
|
|
116
|
-
"resolved": "https://registry.npmjs.org/@azure/core-http/-/core-http-2.2.
|
|
117
|
-
"integrity": "sha512-
|
|
115
|
+
"version": "2.2.2",
|
|
116
|
+
"resolved": "https://registry.npmjs.org/@azure/core-http/-/core-http-2.2.2.tgz",
|
|
117
|
+
"integrity": "sha512-V1DdoO9V/sFimKpdWoNBgsE+QUjQgpXYnxrTdUp5RyhsTJjvEVn/HKmTQXIHuLUUo6IyIWj+B+Dg4VaXse9dIA==",
|
|
118
118
|
"dependencies": {
|
|
119
119
|
"@azure/abort-controller": "^1.0.0",
|
|
120
120
|
"@azure/core-asynciterator-polyfill": "^1.0.0",
|
|
@@ -435,6 +435,14 @@
|
|
|
435
435
|
"@opentelemetry/api": "^1.0.1"
|
|
436
436
|
}
|
|
437
437
|
},
|
|
438
|
+
"node_modules/@opentelemetry/core/node_modules/@opentelemetry/semantic-conventions": {
|
|
439
|
+
"version": "0.23.0",
|
|
440
|
+
"resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-0.23.0.tgz",
|
|
441
|
+
"integrity": "sha512-Tzo+VGR1zlzLbjVI+7mlDJ2xuaUsue4scWvFlK+fzcUfn9siF4NWbxoC2X6Br2B/g4dsq1OAwAYsPVYIEoY2rQ==",
|
|
442
|
+
"engines": {
|
|
443
|
+
"node": ">=8.0.0"
|
|
444
|
+
}
|
|
445
|
+
},
|
|
438
446
|
"node_modules/@opentelemetry/resources": {
|
|
439
447
|
"version": "0.23.0",
|
|
440
448
|
"resolved": "https://registry.npmjs.org/@opentelemetry/resources/-/resources-0.23.0.tgz",
|
|
@@ -450,7 +458,7 @@
|
|
|
450
458
|
"@opentelemetry/api": "^1.0.1"
|
|
451
459
|
}
|
|
452
460
|
},
|
|
453
|
-
"node_modules/@opentelemetry/semantic-conventions": {
|
|
461
|
+
"node_modules/@opentelemetry/resources/node_modules/@opentelemetry/semantic-conventions": {
|
|
454
462
|
"version": "0.23.0",
|
|
455
463
|
"resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-0.23.0.tgz",
|
|
456
464
|
"integrity": "sha512-Tzo+VGR1zlzLbjVI+7mlDJ2xuaUsue4scWvFlK+fzcUfn9siF4NWbxoC2X6Br2B/g4dsq1OAwAYsPVYIEoY2rQ==",
|
|
@@ -458,10 +466,19 @@
|
|
|
458
466
|
"node": ">=8.0.0"
|
|
459
467
|
}
|
|
460
468
|
},
|
|
469
|
+
"node_modules/@opentelemetry/semantic-conventions": {
|
|
470
|
+
"version": "0.24.0",
|
|
471
|
+
"resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-0.24.0.tgz",
|
|
472
|
+
"integrity": "sha512-a/szuMQV0Quy0/M7kKdglcbRSoorleyyOwbTNNJ32O+RBN766wbQlMTvdimImTmwYWGr+NJOni1EcC242WlRcA==",
|
|
473
|
+
"engines": {
|
|
474
|
+
"node": ">=8.0.0"
|
|
475
|
+
}
|
|
476
|
+
},
|
|
461
477
|
"node_modules/@opentelemetry/tracing": {
|
|
462
478
|
"version": "0.23.0",
|
|
463
479
|
"resolved": "https://registry.npmjs.org/@opentelemetry/tracing/-/tracing-0.23.0.tgz",
|
|
464
480
|
"integrity": "sha512-3vNLS55bE0CG1RBDz7+wAAKpLjbl8fhQKqM4MvTy/LYHSolgyM5BNutSb/TcA9LtWvkdI0djgFXxeRig1OFqoQ==",
|
|
481
|
+
"deprecated": "Package renamed to @opentelemetry/sdk-trace-base",
|
|
465
482
|
"dependencies": {
|
|
466
483
|
"@opentelemetry/core": "0.23.0",
|
|
467
484
|
"@opentelemetry/resources": "0.23.0",
|
|
@@ -475,6 +492,14 @@
|
|
|
475
492
|
"@opentelemetry/api": "^1.0.1"
|
|
476
493
|
}
|
|
477
494
|
},
|
|
495
|
+
"node_modules/@opentelemetry/tracing/node_modules/@opentelemetry/semantic-conventions": {
|
|
496
|
+
"version": "0.23.0",
|
|
497
|
+
"resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-0.23.0.tgz",
|
|
498
|
+
"integrity": "sha512-Tzo+VGR1zlzLbjVI+7mlDJ2xuaUsue4scWvFlK+fzcUfn9siF4NWbxoC2X6Br2B/g4dsq1OAwAYsPVYIEoY2rQ==",
|
|
499
|
+
"engines": {
|
|
500
|
+
"node": ">=8.0.0"
|
|
501
|
+
}
|
|
502
|
+
},
|
|
478
503
|
"node_modules/@sindresorhus/is": {
|
|
479
504
|
"version": "0.14.0",
|
|
480
505
|
"resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-0.14.0.tgz",
|
|
@@ -1123,11 +1148,12 @@
|
|
|
1123
1148
|
}
|
|
1124
1149
|
},
|
|
1125
1150
|
"node_modules/applicationinsights": {
|
|
1126
|
-
"version": "2.1.
|
|
1127
|
-
"resolved": "https://registry.npmjs.org/applicationinsights/-/applicationinsights-2.1.
|
|
1128
|
-
"integrity": "sha512-
|
|
1151
|
+
"version": "2.1.9",
|
|
1152
|
+
"resolved": "https://registry.npmjs.org/applicationinsights/-/applicationinsights-2.1.9.tgz",
|
|
1153
|
+
"integrity": "sha512-N42sWh16y3Itq/4ZBdHnNqdv08tk/XqBum0FeuWWmPCyoiSiv4eyDYcFtDvJXToj/SQlb8BdQ4mwIxkau+lrpA==",
|
|
1129
1154
|
"dependencies": {
|
|
1130
|
-
"@azure/core-http": "^2.2.
|
|
1155
|
+
"@azure/core-http": "^2.2.2",
|
|
1156
|
+
"@azure/logger": "^1.0.1",
|
|
1131
1157
|
"@opentelemetry/api": "^1.0.3",
|
|
1132
1158
|
"@opentelemetry/core": "^0.23.0",
|
|
1133
1159
|
"@opentelemetry/semantic-conventions": "^0.24.0",
|
|
@@ -1149,14 +1175,6 @@
|
|
|
1149
1175
|
}
|
|
1150
1176
|
}
|
|
1151
1177
|
},
|
|
1152
|
-
"node_modules/applicationinsights/node_modules/@opentelemetry/semantic-conventions": {
|
|
1153
|
-
"version": "0.24.0",
|
|
1154
|
-
"resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-0.24.0.tgz",
|
|
1155
|
-
"integrity": "sha512-a/szuMQV0Quy0/M7kKdglcbRSoorleyyOwbTNNJ32O+RBN766wbQlMTvdimImTmwYWGr+NJOni1EcC242WlRcA==",
|
|
1156
|
-
"engines": {
|
|
1157
|
-
"node": ">=8.0.0"
|
|
1158
|
-
}
|
|
1159
|
-
},
|
|
1160
1178
|
"node_modules/argparse": {
|
|
1161
1179
|
"version": "1.0.10",
|
|
1162
1180
|
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
@@ -4383,9 +4401,9 @@
|
|
|
4383
4401
|
}
|
|
4384
4402
|
},
|
|
4385
4403
|
"node_modules/node-fetch": {
|
|
4386
|
-
"version": "2.6.
|
|
4387
|
-
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.
|
|
4388
|
-
"integrity": "sha512-
|
|
4404
|
+
"version": "2.6.6",
|
|
4405
|
+
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.6.tgz",
|
|
4406
|
+
"integrity": "sha512-Z8/6vRlTUChSdIgMa51jxQ4lrw/Jy5SOW10ObaA47/RElsAN2c5Pn8bTgFGWn/ibwzXTE8qwr1Yzx28vsecXEA==",
|
|
4389
4407
|
"dependencies": {
|
|
4390
4408
|
"whatwg-url": "^5.0.0"
|
|
4391
4409
|
},
|
|
@@ -6277,9 +6295,9 @@
|
|
|
6277
6295
|
}
|
|
6278
6296
|
},
|
|
6279
6297
|
"@azure/core-http": {
|
|
6280
|
-
"version": "2.2.
|
|
6281
|
-
"resolved": "https://registry.npmjs.org/@azure/core-http/-/core-http-2.2.
|
|
6282
|
-
"integrity": "sha512-
|
|
6298
|
+
"version": "2.2.2",
|
|
6299
|
+
"resolved": "https://registry.npmjs.org/@azure/core-http/-/core-http-2.2.2.tgz",
|
|
6300
|
+
"integrity": "sha512-V1DdoO9V/sFimKpdWoNBgsE+QUjQgpXYnxrTdUp5RyhsTJjvEVn/HKmTQXIHuLUUo6IyIWj+B+Dg4VaXse9dIA==",
|
|
6283
6301
|
"requires": {
|
|
6284
6302
|
"@azure/abort-controller": "^1.0.0",
|
|
6285
6303
|
"@azure/core-asynciterator-polyfill": "^1.0.0",
|
|
@@ -6548,6 +6566,13 @@
|
|
|
6548
6566
|
"requires": {
|
|
6549
6567
|
"@opentelemetry/semantic-conventions": "0.23.0",
|
|
6550
6568
|
"semver": "^7.1.3"
|
|
6569
|
+
},
|
|
6570
|
+
"dependencies": {
|
|
6571
|
+
"@opentelemetry/semantic-conventions": {
|
|
6572
|
+
"version": "0.23.0",
|
|
6573
|
+
"resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-0.23.0.tgz",
|
|
6574
|
+
"integrity": "sha512-Tzo+VGR1zlzLbjVI+7mlDJ2xuaUsue4scWvFlK+fzcUfn9siF4NWbxoC2X6Br2B/g4dsq1OAwAYsPVYIEoY2rQ=="
|
|
6575
|
+
}
|
|
6551
6576
|
}
|
|
6552
6577
|
},
|
|
6553
6578
|
"@opentelemetry/resources": {
|
|
@@ -6557,12 +6582,19 @@
|
|
|
6557
6582
|
"requires": {
|
|
6558
6583
|
"@opentelemetry/core": "0.23.0",
|
|
6559
6584
|
"@opentelemetry/semantic-conventions": "0.23.0"
|
|
6585
|
+
},
|
|
6586
|
+
"dependencies": {
|
|
6587
|
+
"@opentelemetry/semantic-conventions": {
|
|
6588
|
+
"version": "0.23.0",
|
|
6589
|
+
"resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-0.23.0.tgz",
|
|
6590
|
+
"integrity": "sha512-Tzo+VGR1zlzLbjVI+7mlDJ2xuaUsue4scWvFlK+fzcUfn9siF4NWbxoC2X6Br2B/g4dsq1OAwAYsPVYIEoY2rQ=="
|
|
6591
|
+
}
|
|
6560
6592
|
}
|
|
6561
6593
|
},
|
|
6562
6594
|
"@opentelemetry/semantic-conventions": {
|
|
6563
|
-
"version": "0.
|
|
6564
|
-
"resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-0.
|
|
6565
|
-
"integrity": "sha512-
|
|
6595
|
+
"version": "0.24.0",
|
|
6596
|
+
"resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-0.24.0.tgz",
|
|
6597
|
+
"integrity": "sha512-a/szuMQV0Quy0/M7kKdglcbRSoorleyyOwbTNNJ32O+RBN766wbQlMTvdimImTmwYWGr+NJOni1EcC242WlRcA=="
|
|
6566
6598
|
},
|
|
6567
6599
|
"@opentelemetry/tracing": {
|
|
6568
6600
|
"version": "0.23.0",
|
|
@@ -6573,6 +6605,13 @@
|
|
|
6573
6605
|
"@opentelemetry/resources": "0.23.0",
|
|
6574
6606
|
"@opentelemetry/semantic-conventions": "0.23.0",
|
|
6575
6607
|
"lodash.merge": "^4.6.2"
|
|
6608
|
+
},
|
|
6609
|
+
"dependencies": {
|
|
6610
|
+
"@opentelemetry/semantic-conventions": {
|
|
6611
|
+
"version": "0.23.0",
|
|
6612
|
+
"resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-0.23.0.tgz",
|
|
6613
|
+
"integrity": "sha512-Tzo+VGR1zlzLbjVI+7mlDJ2xuaUsue4scWvFlK+fzcUfn9siF4NWbxoC2X6Br2B/g4dsq1OAwAYsPVYIEoY2rQ=="
|
|
6614
|
+
}
|
|
6576
6615
|
}
|
|
6577
6616
|
},
|
|
6578
6617
|
"@sindresorhus/is": {
|
|
@@ -7094,11 +7133,12 @@
|
|
|
7094
7133
|
}
|
|
7095
7134
|
},
|
|
7096
7135
|
"applicationinsights": {
|
|
7097
|
-
"version": "2.1.
|
|
7098
|
-
"resolved": "https://registry.npmjs.org/applicationinsights/-/applicationinsights-2.1.
|
|
7099
|
-
"integrity": "sha512-
|
|
7136
|
+
"version": "2.1.9",
|
|
7137
|
+
"resolved": "https://registry.npmjs.org/applicationinsights/-/applicationinsights-2.1.9.tgz",
|
|
7138
|
+
"integrity": "sha512-N42sWh16y3Itq/4ZBdHnNqdv08tk/XqBum0FeuWWmPCyoiSiv4eyDYcFtDvJXToj/SQlb8BdQ4mwIxkau+lrpA==",
|
|
7100
7139
|
"requires": {
|
|
7101
|
-
"@azure/core-http": "^2.2.
|
|
7140
|
+
"@azure/core-http": "^2.2.2",
|
|
7141
|
+
"@azure/logger": "^1.0.1",
|
|
7102
7142
|
"@opentelemetry/api": "^1.0.3",
|
|
7103
7143
|
"@opentelemetry/core": "^0.23.0",
|
|
7104
7144
|
"@opentelemetry/semantic-conventions": "^0.24.0",
|
|
@@ -7107,13 +7147,6 @@
|
|
|
7107
7147
|
"continuation-local-storage": "^3.2.1",
|
|
7108
7148
|
"diagnostic-channel": "1.0.0",
|
|
7109
7149
|
"diagnostic-channel-publishers": "1.0.3"
|
|
7110
|
-
},
|
|
7111
|
-
"dependencies": {
|
|
7112
|
-
"@opentelemetry/semantic-conventions": {
|
|
7113
|
-
"version": "0.24.0",
|
|
7114
|
-
"resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-0.24.0.tgz",
|
|
7115
|
-
"integrity": "sha512-a/szuMQV0Quy0/M7kKdglcbRSoorleyyOwbTNNJ32O+RBN766wbQlMTvdimImTmwYWGr+NJOni1EcC242WlRcA=="
|
|
7116
|
-
}
|
|
7117
7150
|
}
|
|
7118
7151
|
},
|
|
7119
7152
|
"argparse": {
|
|
@@ -9589,9 +9622,9 @@
|
|
|
9589
9622
|
}
|
|
9590
9623
|
},
|
|
9591
9624
|
"node-fetch": {
|
|
9592
|
-
"version": "2.6.
|
|
9593
|
-
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.
|
|
9594
|
-
"integrity": "sha512-
|
|
9625
|
+
"version": "2.6.6",
|
|
9626
|
+
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.6.tgz",
|
|
9627
|
+
"integrity": "sha512-Z8/6vRlTUChSdIgMa51jxQ4lrw/Jy5SOW10ObaA47/RElsAN2c5Pn8bTgFGWn/ibwzXTE8qwr1Yzx28vsecXEA==",
|
|
9595
9628
|
"requires": {
|
|
9596
9629
|
"whatwg-url": "^5.0.0"
|
|
9597
9630
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnp/cli-microsoft365",
|
|
3
|
-
"version": "5.0.0-beta.
|
|
3
|
+
"version": "5.0.0-beta.5f22572",
|
|
4
4
|
"description": "Manage Microsoft 365 and SharePoint Framework projects on any platform",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -122,6 +122,7 @@
|
|
|
122
122
|
"Levert, Sebastien <slevert@outlook.com>",
|
|
123
123
|
"Maillot, Michaël <battosaimykle@gmail.com>",
|
|
124
124
|
"Mastykarz, Waldek <waldek@mastykarz.nl>",
|
|
125
|
+
"McDonnell, Kevin <kevin@mcd79.com>",
|
|
125
126
|
"Menon, Arjun <arjun.umenon@gmail.com>",
|
|
126
127
|
"Moujahid, Abderahman <rags_place@hotmail.com>",
|
|
127
128
|
"Mücklisch, Steve <steve.muecklisch@gmail.com>",
|
|
@@ -171,7 +172,7 @@
|
|
|
171
172
|
"adaptivecards": "^2.10.0",
|
|
172
173
|
"adaptivecards-templating": "^2.2.0",
|
|
173
174
|
"adm-zip": "^0.5.9",
|
|
174
|
-
"applicationinsights": "^2.1.
|
|
175
|
+
"applicationinsights": "^2.1.9",
|
|
175
176
|
"axios": "^0.24.0",
|
|
176
177
|
"chalk": "^4.1.2",
|
|
177
178
|
"easy-table": "^1.2.0",
|