@pnp/cli-microsoft365 7.8.0 → 7.8.1
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.
|
@@ -25,13 +25,13 @@ m365 spe containertype add [options]
|
|
|
25
25
|
: Specify if the Container Type should be a trial.
|
|
26
26
|
|
|
27
27
|
`--azureSubscriptionId [azureSubscriptionId]`
|
|
28
|
-
: Azure Subscription Id. Required unless the `
|
|
28
|
+
: Azure Subscription Id. Required unless the `trial` option was specified.
|
|
29
29
|
|
|
30
30
|
`--resourceGroup [resourceGroup]`
|
|
31
|
-
: Azure Resource group for billing. Required unless the `
|
|
31
|
+
: Azure Resource group for billing. Required unless the `trial` option was specified.
|
|
32
32
|
|
|
33
33
|
`--region [region]`
|
|
34
|
-
: Region. Required unless the `
|
|
34
|
+
: Region. Required unless the `trial` option was specified.
|
|
35
35
|
```
|
|
36
36
|
|
|
37
37
|
<Global />
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnp/cli-microsoft365",
|
|
3
|
-
"version": "7.8.
|
|
3
|
+
"version": "7.8.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@pnp/cli-microsoft365",
|
|
9
|
-
"version": "7.8.
|
|
9
|
+
"version": "7.8.1",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@azure/msal-common": "^14.10.0",
|
|
13
|
-
"@azure/msal-node": "^2.
|
|
13
|
+
"@azure/msal-node": "^2.7.0",
|
|
14
14
|
"@inquirer/confirm": "^3.1.6",
|
|
15
15
|
"@inquirer/input": "^2.1.6",
|
|
16
16
|
"@inquirer/select": "^2.3.2",
|
|
@@ -211,11 +211,11 @@
|
|
|
211
211
|
}
|
|
212
212
|
},
|
|
213
213
|
"node_modules/@azure/msal-node": {
|
|
214
|
-
"version": "2.
|
|
215
|
-
"resolved": "https://registry.npmjs.org/@azure/msal-node/-/msal-node-2.
|
|
216
|
-
"integrity": "sha512-
|
|
214
|
+
"version": "2.7.0",
|
|
215
|
+
"resolved": "https://registry.npmjs.org/@azure/msal-node/-/msal-node-2.7.0.tgz",
|
|
216
|
+
"integrity": "sha512-wXD8LkUvHICeSWZydqg6o8Yvv+grlBEcmLGu+QEI4FcwFendbTEZrlSygnAXXSOCVaGAirWLchca35qrgpO6Jw==",
|
|
217
217
|
"dependencies": {
|
|
218
|
-
"@azure/msal-common": "14.
|
|
218
|
+
"@azure/msal-common": "14.9.0",
|
|
219
219
|
"jsonwebtoken": "^9.0.0",
|
|
220
220
|
"uuid": "^8.3.0"
|
|
221
221
|
},
|
|
@@ -223,6 +223,14 @@
|
|
|
223
223
|
"node": ">=16"
|
|
224
224
|
}
|
|
225
225
|
},
|
|
226
|
+
"node_modules/@azure/msal-node/node_modules/@azure/msal-common": {
|
|
227
|
+
"version": "14.9.0",
|
|
228
|
+
"resolved": "https://registry.npmjs.org/@azure/msal-common/-/msal-common-14.9.0.tgz",
|
|
229
|
+
"integrity": "sha512-yzBPRlWPnTBeixxLNI3BBIgF5/bHpbhoRVuuDBnYjCyWRavaPUsKAHUDYLqpGkBLDciA6TCc6GOxN4/S3WiSxg==",
|
|
230
|
+
"engines": {
|
|
231
|
+
"node": ">=0.8.0"
|
|
232
|
+
}
|
|
233
|
+
},
|
|
226
234
|
"node_modules/@azure/msal-node/node_modules/uuid": {
|
|
227
235
|
"version": "8.3.2",
|
|
228
236
|
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnp/cli-microsoft365",
|
|
3
|
-
"version": "7.8.
|
|
3
|
+
"version": "7.8.1",
|
|
4
4
|
"description": "Manage Microsoft 365 and SharePoint Framework projects on any platform",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/api.js",
|
|
@@ -246,7 +246,7 @@
|
|
|
246
246
|
],
|
|
247
247
|
"dependencies": {
|
|
248
248
|
"@azure/msal-common": "^14.10.0",
|
|
249
|
-
"@azure/msal-node": "^2.
|
|
249
|
+
"@azure/msal-node": "^2.7.0",
|
|
250
250
|
"@inquirer/confirm": "^3.1.6",
|
|
251
251
|
"@inquirer/input": "^2.1.6",
|
|
252
252
|
"@inquirer/select": "^2.3.2",
|