diff --git a/package.json b/package.json index 43a4481..3941295 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@al/core", - "version": "1.2.28", + "version": "1.2.29", "description": "Node Enterprise Packages for Alert Logic (NEPAL) Core Library", "main": "./dist/index.cjs.js", "types": "./dist/index.d.ts", diff --git a/src/client/al-api-client.ts b/src/client/al-api-client.ts index b05e2a0..d7f7743 100644 --- a/src/client/al-api-client.ts +++ b/src/client/al-api-client.ts @@ -823,9 +823,6 @@ export class AlApiClient implements AlValidationSchemaProvider // Utilize the endpoints service to determine which location to use for this service/account pair fullPath = await this.prepare( params ); } - if (params.noEndpointsResolution && !fullPath && params.residency) { - fullPath = AlLocatorService.resolveURL(params.service_stack, null, {residency: params.residency}); - } if ( ! fullPath ) { // If specific endpoints are disabled or unavailable, use the environment-level default fullPath = AlLocatorService.resolveURL( params.service_stack );