Resource url fix (#2408)
This commit is contained in:
Родитель
848dba0534
Коммит
cf67a93615
|
@ -8,7 +8,7 @@
|
|||
Initializer
|
||||
"""
|
||||
|
||||
__VERSION__ = '0.0.20'
|
||||
__VERSION__ = '0.0.21'
|
||||
__CLI_NAME__ = 'paconn'
|
||||
|
||||
# Commands
|
||||
|
|
|
@ -54,4 +54,4 @@ class Settings:
|
|||
self.client_id = client_id or '04b07795-8ddb-461a-bbee-02f9e1bf7b46'
|
||||
self.tenant = tenant or 'common'
|
||||
self.authority_url = authority_url or 'https://login.microsoftonline.com/'
|
||||
self.resource = resource or 'https://management.core.windows.net/'
|
||||
self.resource = resource or 'https://service.powerapps.com/'
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
import os
|
||||
from setuptools import setup
|
||||
|
||||
__VERSION__ = '0.0.20'
|
||||
__VERSION__ = '0.0.21'
|
||||
|
||||
|
||||
def read(fname):
|
||||
|
|
Загрузка…
Ссылка в новой задаче