@azure/eventgrid 4.6.1-alpha.20220124.2 → 4.7.1-alpha.20220208.3

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.
@@ -405,7 +405,7 @@ export const StorageDirectoryDeletedEventData = {
405
405
  serializedName: "recursive",
406
406
  required: true,
407
407
  type: {
408
- name: "Boolean"
408
+ name: "String"
409
409
  }
410
410
  },
411
411
  sequencer: {
@@ -843,8 +843,8 @@ export const EventHubCaptureFileCreatedEventData = {
843
843
  name: "Composite",
844
844
  className: "EventHubCaptureFileCreatedEventData",
845
845
  modelProperties: {
846
- fileurl: {
847
- serializedName: "fileurl",
846
+ fileUrl: {
847
+ serializedName: "fileUrl",
848
848
  required: true,
849
849
  type: {
850
850
  name: "String"