@azure/eventgrid 4.11.0 → 4.11.1-alpha.20230127.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
@@ -7823,7 +7823,7 @@ class GeneratedClientContext extends coreClient__namespace.ServiceClient {
|
|
7823
7823
|
const defaults = {
|
7824
7824
|
requestContentType: "application/json; charset=utf-8"
|
7825
7825
|
};
|
7826
|
-
const packageDetails = `azsdk-js-eventgrid/4.11.
|
7826
|
+
const packageDetails = `azsdk-js-eventgrid/4.11.1`;
|
7827
7827
|
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
7828
7828
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
7829
7829
|
: `${packageDetails}`;
|
@@ -7977,7 +7977,7 @@ function cloudEventDistributedTracingEnricherPolicy() {
|
|
7977
7977
|
const tracingClient = coreTracing.createTracingClient({
|
7978
7978
|
namespace: "Microsoft.Messaging.EventGrid",
|
7979
7979
|
packageName: "@azure/event-grid",
|
7980
|
-
packageVersion: "4.11.
|
7980
|
+
packageVersion: "4.11.1",
|
7981
7981
|
});
|
7982
7982
|
|
7983
7983
|
// Copyright (c) Microsoft Corporation.
|