@azure/eventgrid 5.6.0-alpha.20240920.1 → 5.7.0-alpha.20240924.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
@@ -884,6 +884,13 @@ const StorageLifecyclePolicyCompletedEventData = {
884
884
  className: "StorageLifecyclePolicyActionSummaryDetail"
885
885
  }
886
886
  },
887
+ tierToColdSummary: {
888
+ serializedName: "tierToColdSummary",
889
+ type: {
890
+ name: "Composite",
891
+ className: "StorageLifecyclePolicyActionSummaryDetail"
892
+ }
893
+ },
887
894
  tierToArchiveSummary: {
888
895
  serializedName: "tierToArchiveSummary",
889
896
  type: {
@@ -10563,7 +10570,7 @@ class GeneratedClientContext extends coreClient__namespace.ServiceClient {
10563
10570
  const defaults = {
10564
10571
  requestContentType: "application/json; charset=utf-8"
10565
10572
  };
10566
- const packageDetails = `azsdk-js-eventgrid/5.6.0`;
10573
+ const packageDetails = `azsdk-js-eventgrid/5.7.0`;
10567
10574
  const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
10568
10575
  ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
10569
10576
  : `${packageDetails}`;
@@ -10718,7 +10725,7 @@ function cloudEventDistributedTracingEnricherPolicy() {
10718
10725
  const tracingClient = coreTracing.createTracingClient({
10719
10726
  namespace: "Microsoft.Messaging.EventGrid",
10720
10727
  packageName: "@azure/event-grid",
10721
- packageVersion: "5.6.0",
10728
+ packageVersion: "5.7.0",
10722
10729
  });
10723
10730
 
10724
10731
  // Copyright (c) Microsoft Corporation.