lib/netstandard2.0/settings.json
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 |
{ "Environments": [ { "name": "OneBox", "authority": "https://login.windows-ppe.net/common/oauth2/authorize", "resource": "https://analysis.windows-int.net/powerbi/api", "globalService": "https://onebox-redirect.analysis.windows-int.net", "redirectApp": "powerbi-powershell" }, { "name": "EDog", "authority": "https://login.windows-ppe.net/common/oauth2/authorize", "resource": "https://analysis.windows-int.net/powerbi/api", "globalService": "https://biazure-int-edog-redirect.analysis-df.windows.net", "redirectApp": "powerbi-powershell" }, { "name": "DXT", "authority": "https://login.microsoftonline.com/common/oauth2/authorize", "resource": "https://analysis.windows.net/powerbi/api", "globalService": "https://wabi-staging-us-east-redirect.analysis.windows.net", "redirectApp": "powerbi-powershell" }, { "name": "Public", "cloudName": "GlobalCloud", "redirectApp": "powerbi-powershell" }, { "name": "Germany", "cloudName": "GermanyCloud", "redirectApp": "powerbi-gateway" }, { "name": "USGov", "cloudName": "USGovCloud", "redirectApp": "powerbi-gateway" }, { "name": "USGovHigh", "cloudName": "USGovDoDL4Cloud", "redirectApp": "powerbi-gateway" }, { "name": "USGovMil", "cloudName": "USGovDoDL5Cloud", "redirectApp": "powerbi-gateway" }, { "name": "China", "cloudName": "ChinaCloud", "redirectApp": "powerbi-gateway" } ], "Settings": { "ForceDeviceCodeAuthentication": false, "ShowMSALDebugMessages": false } } |