@azure/core-amqp
Advanced tools
Comparing version 4.3.4-alpha.20250107.2 to 4.3.4-alpha.20250108.2
@@ -55,11 +55,3 @@ // Copyright (c) Microsoft Corporation. | ||
} | ||
const result = { | ||
connectionString: connectionString, | ||
endpoint: parsedCS.Endpoint, | ||
host: getHost(parsedCS.Endpoint), | ||
port, | ||
sharedAccessKeyName: parsedCS.SharedAccessKeyName, | ||
sharedAccessKey: parsedCS.SharedAccessKey, | ||
useDevelopmentEmulator: parsedCS.UseDevelopmentEmulator === "true", | ||
}; | ||
const result = Object.assign({ connectionString: connectionString, endpoint: parsedCS.Endpoint, host: getHost(parsedCS.Endpoint), sharedAccessKeyName: parsedCS.SharedAccessKeyName, sharedAccessKey: parsedCS.SharedAccessKey, useDevelopmentEmulator: parsedCS.UseDevelopmentEmulator === "true" }, (port !== undefined ? { port } : undefined)); | ||
if (path || parsedCS.EntityPath) { | ||
@@ -66,0 +58,0 @@ result.entityPath = path || parsedCS.EntityPath; |
@@ -59,11 +59,3 @@ "use strict"; | ||
} | ||
const result = { | ||
connectionString: connectionString, | ||
endpoint: parsedCS.Endpoint, | ||
host: getHost(parsedCS.Endpoint), | ||
port, | ||
sharedAccessKeyName: parsedCS.SharedAccessKeyName, | ||
sharedAccessKey: parsedCS.SharedAccessKey, | ||
useDevelopmentEmulator: parsedCS.UseDevelopmentEmulator === "true", | ||
}; | ||
const result = Object.assign({ connectionString: connectionString, endpoint: parsedCS.Endpoint, host: getHost(parsedCS.Endpoint), sharedAccessKeyName: parsedCS.SharedAccessKeyName, sharedAccessKey: parsedCS.SharedAccessKey, useDevelopmentEmulator: parsedCS.UseDevelopmentEmulator === "true" }, (port !== undefined ? { port } : undefined)); | ||
if (path || parsedCS.EntityPath) { | ||
@@ -70,0 +62,0 @@ result.entityPath = path || parsedCS.EntityPath; |
@@ -55,11 +55,3 @@ // Copyright (c) Microsoft Corporation. | ||
} | ||
const result = { | ||
connectionString: connectionString, | ||
endpoint: parsedCS.Endpoint, | ||
host: getHost(parsedCS.Endpoint), | ||
port, | ||
sharedAccessKeyName: parsedCS.SharedAccessKeyName, | ||
sharedAccessKey: parsedCS.SharedAccessKey, | ||
useDevelopmentEmulator: parsedCS.UseDevelopmentEmulator === "true", | ||
}; | ||
const result = Object.assign({ connectionString: connectionString, endpoint: parsedCS.Endpoint, host: getHost(parsedCS.Endpoint), sharedAccessKeyName: parsedCS.SharedAccessKeyName, sharedAccessKey: parsedCS.SharedAccessKey, useDevelopmentEmulator: parsedCS.UseDevelopmentEmulator === "true" }, (port !== undefined ? { port } : undefined)); | ||
if (path || parsedCS.EntityPath) { | ||
@@ -66,0 +58,0 @@ result.entityPath = path || parsedCS.EntityPath; |
@@ -55,11 +55,3 @@ // Copyright (c) Microsoft Corporation. | ||
} | ||
const result = { | ||
connectionString: connectionString, | ||
endpoint: parsedCS.Endpoint, | ||
host: getHost(parsedCS.Endpoint), | ||
port, | ||
sharedAccessKeyName: parsedCS.SharedAccessKeyName, | ||
sharedAccessKey: parsedCS.SharedAccessKey, | ||
useDevelopmentEmulator: parsedCS.UseDevelopmentEmulator === "true", | ||
}; | ||
const result = Object.assign({ connectionString: connectionString, endpoint: parsedCS.Endpoint, host: getHost(parsedCS.Endpoint), sharedAccessKeyName: parsedCS.SharedAccessKeyName, sharedAccessKey: parsedCS.SharedAccessKey, useDevelopmentEmulator: parsedCS.UseDevelopmentEmulator === "true" }, (port !== undefined ? { port } : undefined)); | ||
if (path || parsedCS.EntityPath) { | ||
@@ -66,0 +58,0 @@ result.entityPath = path || parsedCS.EntityPath; |
{ | ||
"name": "@azure/core-amqp", | ||
"sdk-type": "client", | ||
"version": "4.3.4-alpha.20250107.2", | ||
"version": "4.3.4-alpha.20250108.2", | ||
"description": "Common library for amqp based azure sdks like @azure/event-hubs.", | ||
@@ -6,0 +6,0 @@ "author": "Microsoft Corporation", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1528869
16867