We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 848dba0 commit cf67a93Copy full SHA for cf67a93
tools/paconn-cli/paconn/__init__.py
@@ -8,7 +8,7 @@
8
Initializer
9
"""
10
11
-__VERSION__ = '0.0.20'
+__VERSION__ = '0.0.21'
12
__CLI_NAME__ = 'paconn'
13
14
# Commands
tools/paconn-cli/paconn/settings/settings.py
@@ -54,4 +54,4 @@ def __init__(
54
self.client_id = client_id or '04b07795-8ddb-461a-bbee-02f9e1bf7b46'
55
self.tenant = tenant or 'common'
56
self.authority_url = authority_url or 'https://login.microsoftonline.com/'
57
- self.resource = resource or 'https://management.core.windows.net/'
+ self.resource = resource or 'https://service.powerapps.com/'
tools/paconn-cli/setup.py
@@ -9,7 +9,7 @@
import os
from setuptools import setup
15
def read(fname):
0 commit comments