@azure/eventgrid 5.2.0 → 5.2.1-alpha.20240229.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
@@ -10073,7 +10073,7 @@ class GeneratedClientContext extends coreClient__namespace.ServiceClient {
|
|
10073
10073
|
const defaults = {
|
10074
10074
|
requestContentType: "application/json; charset=utf-8"
|
10075
10075
|
};
|
10076
|
-
const packageDetails = `azsdk-js-eventgrid/5.2.
|
10076
|
+
const packageDetails = `azsdk-js-eventgrid/5.2.1`;
|
10077
10077
|
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
10078
10078
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
10079
10079
|
: `${packageDetails}`;
|
@@ -10228,7 +10228,7 @@ function cloudEventDistributedTracingEnricherPolicy() {
|
|
10228
10228
|
const tracingClient = coreTracing.createTracingClient({
|
10229
10229
|
namespace: "Microsoft.Messaging.EventGrid",
|
10230
10230
|
packageName: "@azure/event-grid",
|
10231
|
-
packageVersion: "5.2.
|
10231
|
+
packageVersion: "5.2.1",
|
10232
10232
|
});
|
10233
10233
|
|
10234
10234
|
// Copyright (c) Microsoft Corporation.
|