@azure/eventgrid 4.5.0 → 4.5.1-alpha.20211209.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/CHANGELOG.md
CHANGED
package/README.md
CHANGED
@@ -328,5 +328,5 @@ If you'd like to contribute to this library, please read the [contributing guide
|
|
328
328
|
[event_grid]: https://docs.microsoft.com/azure/event-grid
|
329
329
|
[azure_portal]: https://portal.azure.com
|
330
330
|
[azure-core-tracing-github]: https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/core/core-tracing
|
331
|
-
[cloud-events-distributed-tracing-spec]: https://github.com/cloudevents/spec/blob/
|
331
|
+
[cloud-events-distributed-tracing-spec]: https://github.com/cloudevents/spec/blob/v1.0.1/extensions/distributed-tracing.md
|
332
332
|
[eventgrid-on-kubernetes-using-azure-arc]: https://docs.microsoft.com/azure/event-grid/kubernetes/
|
package/dist/index.js
CHANGED
@@ -7449,7 +7449,7 @@ class GeneratedClientContext extends coreClient.ServiceClient {
|
|
7449
7449
|
const defaults = {
|
7450
7450
|
requestContentType: "application/json; charset=utf-8"
|
7451
7451
|
};
|
7452
|
-
const packageDetails = `azsdk-js-eventgrid/4.5.
|
7452
|
+
const packageDetails = `azsdk-js-eventgrid/4.5.1`;
|
7453
7453
|
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
7454
7454
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
7455
7455
|
: `${packageDetails}`;
|