@azure/eventgrid 4.15.0 → 4.15.1-alpha.20231023.1
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
@@ -9674,7 +9674,7 @@ class GeneratedClientContext extends coreClient__namespace.ServiceClient {
|
|
9674
9674
|
const defaults = {
|
9675
9675
|
requestContentType: "application/json; charset=utf-8"
|
9676
9676
|
};
|
9677
|
-
const packageDetails = `azsdk-js-eventgrid/4.15.
|
9677
|
+
const packageDetails = `azsdk-js-eventgrid/4.15.1`;
|
9678
9678
|
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
9679
9679
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
9680
9680
|
: `${packageDetails}`;
|
@@ -9829,7 +9829,7 @@ function cloudEventDistributedTracingEnricherPolicy() {
|
|
9829
9829
|
const tracingClient = coreTracing.createTracingClient({
|
9830
9830
|
namespace: "Microsoft.Messaging.EventGrid",
|
9831
9831
|
packageName: "@azure/event-grid",
|
9832
|
-
packageVersion: "4.15.
|
9832
|
+
packageVersion: "4.15.1",
|
9833
9833
|
});
|
9834
9834
|
|
9835
9835
|
// Copyright (c) Microsoft Corporation.
|