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)) {
1313 New-Item - Path $OpenApiDocOutput - Type Directory
1414}
1515
16- $OpenApiBaseUrl = " https://graphexplorerapi .azurewebsites.net"
16+ $OpenApiBaseUrl = " https://devxapi-func-prod-eastus .azurewebsites.net"
1717$OpenApiServiceUrl = (" $OpenApiBaseUrl /`$ openapi?tags={0}&title=$ModuleName &openapiversion=3&style=Powershell&fileName=powershell_v2&graphVersion=$GraphVersion " -f $ModuleRegex )
1818if ($ForceRefresh.IsPresent ) {
1919 $OpenApiServiceUrl = " $OpenApiServiceUrl &forceRefresh=true"
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ $OpenApiTagPattern = '\[OpenAPI\].s*(.*)=>(.*):\"(.*)\"'
3838$ExternalDocsPattern = ' https://learn.microsoft.com/graph/api/(.*?(graph-rest-1.0|graph-rest-beta))'
3939$AliasPattern = ' \[global::System.Management.Automation.Alias(.*?)\]'
4040$ActionFunctionFQNPattern = " \/Microsoft.Graph.(.*)$"
41- $PermissionsUrl = " https://graphexplorerapi .azurewebsites.net/permissions"
41+ $PermissionsUrl = " https://devxapi-func-prod-eastus .azurewebsites.net/permissions"
4242
4343Write-Debug " Crawling cmdlets in $CmdletPathPattern ."
4444$Stopwatch = [system.diagnostics.stopwatch ]::StartNew()
You can’t perform that action at this time.
0 commit comments