@pnp/cli-microsoft365 6.4.0-beta.006c079 → 6.4.0-beta.140530d

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.
Files changed (2) hide show
  1. package/dist/Auth.js +1 -3
  2. package/package.json +1 -1
package/dist/Auth.js CHANGED
@@ -535,9 +535,7 @@ class Auth {
535
535
  resource = resource.substr(0, pos);
536
536
  }
537
537
  if (resource === 'https://api.bap.microsoft.com' || resource === 'https://api.powerapps.com') {
538
- // api.bap.microsoft.com and api.powerapps.com are not valid resources
539
- // we need to use https://management.azure.com/ instead
540
- resource = 'https://management.azure.com/';
538
+ resource = 'https://service.powerapps.com/';
541
539
  }
542
540
  if (resource === 'https://api.powerbi.com') {
543
541
  // api.powerbi.com is not a valid resource
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnp/cli-microsoft365",
3
- "version": "6.4.0-beta.006c079",
3
+ "version": "6.4.0-beta.140530d",
4
4
  "description": "Manage Microsoft 365 and SharePoint Framework projects on any platform",
5
5
  "license": "MIT",
6
6
  "main": "./dist/api.js",