@@ -80,6 +80,7 @@ Function Get-MonkeyEnvironment{
8080 OfficePortal = ' https://portal.office.com' ;
8181 OfficeAdminPortal = ' https://admin.microsoft.com' ;
8282 MSPIM = ' https://api.azrbac.mspim.azure.com' ;
83+ Fabric = ' https://api.fabric.microsoft.com' ;
8384 }
8485 }
8586 ' AzureChina'
@@ -112,6 +113,7 @@ Function Get-MonkeyEnvironment{
112113 OfficePortal = ' https://portal.office.com' ;
113114 OfficeAdminPortal = ' https://admin.microsoft.com' ;
114115 MSPIM = ' https://api.azrbac.mspim.azure.com' ;
116+ Fabric = ' https://api.fabric.microsoft.com' ;
115117 }
116118 }
117119 ' AzureUSGovernment'
@@ -144,38 +146,7 @@ Function Get-MonkeyEnvironment{
144146 OfficePortal = ' https://portal.office365.us' ;
145147 OfficeAdminPortal = ' https://admin.microsoft.com' ;
146148 MSPIM = ' https://api.azrbac.mspim.azure.com' ;
147- }
148- }
149- ' AzureGermany'
150- {
151- [pscustomobject ]$MonkeyEndpoints = @ {
152- Login = " https://login.microsoftonline.de" ;
153- Graph = " https://graph.cloudapi.de" ;
154- Graphv2 = " https://graph.microsoft.de/" ;
155- ResourceManager = " https://management.microsoftazure.de/" ;
156- Outlook = " https://outlook.office365.de/" ;
157- ComplianceCenterAPI = " https://ps.compliance.protection.outlook.de" ;
158- ExchangeOnline = " https://outlook.office365.de/powershell-liveid" ;
159- ComplianceCenter = " https://ps.compliance.protection.outlook.de/powershell-liveid" ;
160- Lync = " https://admin1e.online.lync.com/OcsPowershellOAuth" ;
161- AADPortal = " https://main.iam.ad.ext.azure.com/api/" ;
162- AADRM = " https://aadrm.com" ;
163- Forms = " https://forms.office.com" ;
164- Storage = " https://storage.azure.com/" ;
165- Vaults = " https://vault.azure.net" ;
166- Servicemanagement = ' https://management.core.windows.net/' ;
167- Security = ' https://s2.security.ext.azure.com/api/' ;
168- LogAnalytics = ' https://api.loganalytics.io/' ;
169- WebAppServicePortal = ' https://web1.appsvcux.ext.azure.com/' ;
170- LegacyO365API = ' https://provisioningapi.microsoftonline.com/provisioningwebservice.svc' ;
171- Teams = ' https://api.interfaces.records.teams.microsoft.com' ;
172- AzurePortal = ' https://portal.microsoftazure.de' ;
173- PIM = ' https://api.azrbac.mspim.azure.com' ;
174- PowerBI = ' https://analysis.cloudapi.de/powerbi/api' ;
175- PowerBIAPI = ' https://api.powerbi.de' ;
176- OfficePortal = ' https://portal.office.com' ;
177- OfficeAdminPortal = ' https://admin.microsoft.com' ;
178- MSPIM = ' https://api.azrbac.mspim.azure.com' ;
149+ Fabric = ' https://api.fabric.microsoft.us' ;
179150 }
180151 }
181152 ' Default'
0 commit comments