File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ export class AzureResourceManagementService {
8181 if ( subscriptionId && resourceGroupName && serviceName ) {
8282 const managementApiUrl = `https://${ armEndpoint } /subscriptions/${ subscriptionId } /resourceGroups/${ resourceGroupName } /providers/Microsoft.ApiManagement/service/${ serviceName } ` ;
8383 await this . settingsProvider . setSetting ( SettingNames . managementApiUrl , managementApiUrl ) ;
84- await this . settingsProvider . setSetting ( SettingNames . backendUrl , `https://${ serviceName } .developer.azure-api/ net` ) ;
84+ await this . settingsProvider . setSetting ( SettingNames . backendUrl , `https://${ serviceName } .developer.azure-api. net` ) ;
8585 if ( ! sessionStorage . getItem ( sessionLoaded ) ) {
8686 sessionStorage . setItem ( sessionLoaded , "true" ) ;
8787 location . href = location . origin + location . pathname ;
You can’t perform that action at this time.
0 commit comments