@azure/eventgrid 5.5.0 → 5.5.1-alpha.20240612.2
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
@@ -10564,7 +10564,7 @@ class GeneratedClientContext extends coreClient__namespace.ServiceClient {
|
|
10564
10564
|
const defaults = {
|
10565
10565
|
requestContentType: "application/json; charset=utf-8"
|
10566
10566
|
};
|
10567
|
-
const packageDetails = `azsdk-js-eventgrid/5.5.
|
10567
|
+
const packageDetails = `azsdk-js-eventgrid/5.5.1`;
|
10568
10568
|
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
10569
10569
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
10570
10570
|
: `${packageDetails}`;
|
@@ -10719,7 +10719,7 @@ function cloudEventDistributedTracingEnricherPolicy() {
|
|
10719
10719
|
const tracingClient = coreTracing.createTracingClient({
|
10720
10720
|
namespace: "Microsoft.Messaging.EventGrid",
|
10721
10721
|
packageName: "@azure/event-grid",
|
10722
|
-
packageVersion: "5.5.
|
10722
|
+
packageVersion: "5.5.1",
|
10723
10723
|
});
|
10724
10724
|
|
10725
10725
|
// Copyright (c) Microsoft Corporation.
|