@azure/eventgrid 4.5.0-alpha.20211005.4 → 4.5.1-alpha.20211110.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
@@ -1,5 +1,15 @@
1
1
  # Release History
2
2
 
3
+ ## 4.5.1 (Unreleased)
4
+
5
+ ### Features Added
6
+
7
+ ### Breaking Changes
8
+
9
+ ### Bugs Fixed
10
+
11
+ ### Other Changes
12
+
3
13
  ## 4.5.0 (2021-10-05)
4
14
 
5
15
  ### Features Added
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/master/extensions/distributed-tracing.md
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.0`;
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}`;