@azure/event-hubs 5.12.0-alpha.20240517.1 → 5.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1940,7 +1940,7 @@ function parseEventHubConnectionString(connectionString) {
1940
1940
  /**
1941
1941
  * @internal
1942
1942
  */
1943
- function validateProperties(endpoint, sharedAccessSignature, sharedAccessKey, sharedAccessKeyName, useDevelopmentEmulator) {
1943
+ function validateProperties(endpoint, sharedAccessSignature, sharedAccessKey, sharedAccessKeyName) {
1944
1944
  if (!endpoint) {
1945
1945
  throw new Error("Connection string should have an Endpoint key.");
1946
1946
  }