@azure/eventgrid 5.0.0 → 5.0.1-alpha.20231227.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
@@ -9775,7 +9775,7 @@ class GeneratedClientContext extends coreClient__namespace.ServiceClient {
|
|
9775
9775
|
const defaults = {
|
9776
9776
|
requestContentType: "application/json; charset=utf-8"
|
9777
9777
|
};
|
9778
|
-
const packageDetails = `azsdk-js-eventgrid/5.0.
|
9778
|
+
const packageDetails = `azsdk-js-eventgrid/5.0.1`;
|
9779
9779
|
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
9780
9780
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
9781
9781
|
: `${packageDetails}`;
|
@@ -9930,7 +9930,7 @@ function cloudEventDistributedTracingEnricherPolicy() {
|
|
9930
9930
|
const tracingClient = coreTracing.createTracingClient({
|
9931
9931
|
namespace: "Microsoft.Messaging.EventGrid",
|
9932
9932
|
packageName: "@azure/event-grid",
|
9933
|
-
packageVersion: "5.0.
|
9933
|
+
packageVersion: "5.0.1",
|
9934
9934
|
});
|
9935
9935
|
|
9936
9936
|
// Copyright (c) Microsoft Corporation.
|
@@ -10174,11 +10174,11 @@ function isSystemEvent(eventType, event) {
|
|
10174
10174
|
}
|
10175
10175
|
}
|
10176
10176
|
|
10177
|
-
Object.defineProperty(exports,
|
10177
|
+
Object.defineProperty(exports, "AzureKeyCredential", {
|
10178
10178
|
enumerable: true,
|
10179
10179
|
get: function () { return coreAuth.AzureKeyCredential; }
|
10180
10180
|
});
|
10181
|
-
Object.defineProperty(exports,
|
10181
|
+
Object.defineProperty(exports, "AzureSASCredential", {
|
10182
10182
|
enumerable: true,
|
10183
10183
|
get: function () { return coreAuth.AzureSASCredential; }
|
10184
10184
|
});
|