File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ if (-not (Test-Path $OpenApiDocOutput)) {
13
13
New-Item - Path $OpenApiDocOutput - Type Directory
14
14
}
15
15
16
- $OpenApiBaseUrl = " https://graphexplorerapi .azurewebsites.net"
16
+ $OpenApiBaseUrl = " https://devxapi-func-prod-eastus .azurewebsites.net"
17
17
$OpenApiServiceUrl = (" $OpenApiBaseUrl /`$ openapi?tags={0}&title=$ModuleName &openapiversion=3&style=Powershell&fileName=powershell_v2&graphVersion=$GraphVersion " -f $ModuleRegex )
18
18
if ($ForceRefresh.IsPresent ) {
19
19
$OpenApiServiceUrl = " $OpenApiServiceUrl &forceRefresh=true"
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ $OpenApiTagPattern = '\[OpenAPI\].s*(.*)=>(.*):\"(.*)\"'
38
38
$ExternalDocsPattern = ' https://learn.microsoft.com/graph/api/(.*?(graph-rest-1.0|graph-rest-beta))'
39
39
$AliasPattern = ' \[global::System.Management.Automation.Alias(.*?)\]'
40
40
$ActionFunctionFQNPattern = " \/Microsoft.Graph.(.*)$"
41
- $PermissionsUrl = " https://graphexplorerapi .azurewebsites.net/permissions"
41
+ $PermissionsUrl = " https://devxapi-func-prod-eastus .azurewebsites.net/permissions"
42
42
43
43
Write-Debug " Crawling cmdlets in $CmdletPathPattern ."
44
44
$Stopwatch = [system.diagnostics.stopwatch ]::StartNew()
You can’t perform that action at this time.
0 commit comments