@azure/eventgrid 5.0.0-alpha.20231218.1 → 5.0.1-alpha.20231227.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
@@ -9775,7 +9775,7 @@ class GeneratedClientContext extends coreClient__namespace.ServiceClient {
|
|
9775
9775
|
const defaults = {
|
9776
9776
|
requestContentType: "application/json; charset=utf-8"
|
9777
9777
|
};
|
9778
|
-
const packageDetails = `azsdk-js-eventgrid/5.0.
|
9778
|
+
const packageDetails = `azsdk-js-eventgrid/5.0.1`;
|
9779
9779
|
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
9780
9780
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
9781
9781
|
: `${packageDetails}`;
|
@@ -9930,7 +9930,7 @@ function cloudEventDistributedTracingEnricherPolicy() {
|
|
9930
9930
|
const tracingClient = coreTracing.createTracingClient({
|
9931
9931
|
namespace: "Microsoft.Messaging.EventGrid",
|
9932
9932
|
packageName: "@azure/event-grid",
|
9933
|
-
packageVersion: "5.0.
|
9933
|
+
packageVersion: "5.0.1",
|
9934
9934
|
});
|
9935
9935
|
|
9936
9936
|
// Copyright (c) Microsoft Corporation.
|