@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.
- package/dist/Auth.js +1 -3
- 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
|
-
|
|
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