@azure/eventgrid 4.11.1 → 4.12.0-alpha.20230517.3
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
@@ -8422,7 +8422,7 @@ class GeneratedClientContext extends coreClient__namespace.ServiceClient {
|
|
8422
8422
|
const defaults = {
|
8423
8423
|
requestContentType: "application/json; charset=utf-8"
|
8424
8424
|
};
|
8425
|
-
const packageDetails = `azsdk-js-eventgrid/4.
|
8425
|
+
const packageDetails = `azsdk-js-eventgrid/4.12.0`;
|
8426
8426
|
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
8427
8427
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
8428
8428
|
: `${packageDetails}`;
|
@@ -8576,7 +8576,7 @@ function cloudEventDistributedTracingEnricherPolicy() {
|
|
8576
8576
|
const tracingClient = coreTracing.createTracingClient({
|
8577
8577
|
namespace: "Microsoft.Messaging.EventGrid",
|
8578
8578
|
packageName: "@azure/event-grid",
|
8579
|
-
packageVersion: "4.
|
8579
|
+
packageVersion: "4.12.0",
|
8580
8580
|
});
|
8581
8581
|
|
8582
8582
|
// Copyright (c) Microsoft Corporation.
|