@azure/eventgrid 4.13.0 → 4.13.1-alpha.20230727.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
@@ -8494,7 +8494,7 @@ class GeneratedClientContext extends coreClient__namespace.ServiceClient {
|
|
8494
8494
|
const defaults = {
|
8495
8495
|
requestContentType: "application/json; charset=utf-8"
|
8496
8496
|
};
|
8497
|
-
const packageDetails = `azsdk-js-eventgrid/4.13.
|
8497
|
+
const packageDetails = `azsdk-js-eventgrid/4.13.1`;
|
8498
8498
|
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
8499
8499
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
8500
8500
|
: `${packageDetails}`;
|
@@ -8648,7 +8648,7 @@ function cloudEventDistributedTracingEnricherPolicy() {
|
|
8648
8648
|
const tracingClient = coreTracing.createTracingClient({
|
8649
8649
|
namespace: "Microsoft.Messaging.EventGrid",
|
8650
8650
|
packageName: "@azure/event-grid",
|
8651
|
-
packageVersion: "4.13.
|
8651
|
+
packageVersion: "4.13.1",
|
8652
8652
|
});
|
8653
8653
|
|
8654
8654
|
// Copyright (c) Microsoft Corporation.
|