@azure/eventgrid 5.1.0 → 5.1.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
@@ -1206,71 +1206,6 @@ const StorageTaskCompletedEventData = {
1206
1206
  }
1207
1207
  }
1208
1208
  };
1209
- const StorageTaskAssignmentQueuedEventData = {
1210
- type: {
1211
- name: "Composite",
1212
- className: "StorageTaskAssignmentQueuedEventData",
1213
- modelProperties: {
1214
- queuedDateTime: {
1215
- serializedName: "queuedDateTime",
1216
- required: true,
1217
- type: {
1218
- name: "String"
1219
- }
1220
- },
1221
- taskExecutionId: {
1222
- serializedName: "taskExecutionId",
1223
- required: true,
1224
- type: {
1225
- name: "String"
1226
- }
1227
- }
1228
- }
1229
- }
1230
- };
1231
- const StorageTaskAssignmentCompletedEventData = {
1232
- type: {
1233
- name: "Composite",
1234
- className: "StorageTaskAssignmentCompletedEventData",
1235
- modelProperties: {
1236
- status: {
1237
- serializedName: "status",
1238
- required: true,
1239
- type: {
1240
- name: "String"
1241
- }
1242
- },
1243
- completedDateTime: {
1244
- serializedName: "completedDateTime",
1245
- required: true,
1246
- type: {
1247
- name: "String"
1248
- }
1249
- },
1250
- taskExecutionId: {
1251
- serializedName: "taskExecutionId",
1252
- required: true,
1253
- type: {
1254
- name: "String"
1255
- }
1256
- },
1257
- taskName: {
1258
- serializedName: "taskName",
1259
- required: true,
1260
- type: {
1261
- name: "String"
1262
- }
1263
- },
1264
- summaryReportBlobUrl: {
1265
- serializedName: "summaryReportBlobUrl",
1266
- required: true,
1267
- type: {
1268
- name: "String"
1269
- }
1270
- }
1271
- }
1272
- }
1273
- };
1274
1209
  const EventHubCaptureFileCreatedEventData = {
1275
1210
  type: {
1276
1211
  name: "Composite",
@@ -9797,8 +9732,6 @@ var Mappers = /*#__PURE__*/Object.freeze({
9797
9732
  StorageDirectoryRenamedEventData: StorageDirectoryRenamedEventData,
9798
9733
  StorageLifecyclePolicyActionSummaryDetail: StorageLifecyclePolicyActionSummaryDetail,
9799
9734
  StorageLifecyclePolicyCompletedEventData: StorageLifecyclePolicyCompletedEventData,
9800
- StorageTaskAssignmentCompletedEventData: StorageTaskAssignmentCompletedEventData,
9801
- StorageTaskAssignmentQueuedEventData: StorageTaskAssignmentQueuedEventData,
9802
9735
  StorageTaskCompletedEventData: StorageTaskCompletedEventData,
9803
9736
  StorageTaskQueuedEventData: StorageTaskQueuedEventData,
9804
9737
  SubscriptionDeletedEventData: SubscriptionDeletedEventData,
@@ -9842,7 +9775,7 @@ class GeneratedClientContext extends coreClient__namespace.ServiceClient {
9842
9775
  const defaults = {
9843
9776
  requestContentType: "application/json; charset=utf-8"
9844
9777
  };
9845
- const packageDetails = `azsdk-js-eventgrid/5.1.0`;
9778
+ const packageDetails = `azsdk-js-eventgrid/5.1.1`;
9846
9779
  const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
9847
9780
  ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
9848
9781
  : `${packageDetails}`;
@@ -9997,7 +9930,7 @@ function cloudEventDistributedTracingEnricherPolicy() {
9997
9930
  const tracingClient = coreTracing.createTracingClient({
9998
9931
  namespace: "Microsoft.Messaging.EventGrid",
9999
9932
  packageName: "@azure/event-grid",
10000
- packageVersion: "5.1.0",
9933
+ packageVersion: "5.1.1",
10001
9934
  });
10002
9935
 
10003
9936
  // Copyright (c) Microsoft Corporation.