@azure/eventgrid 4.6.1-alpha.20220128.2 → 4.7.0-alpha.20220207.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,21 +1,19 @@
1
1
  # Release History
2
2
 
3
- ## 4.6.1 (Unreleased)
3
+ ## 4.7.0 (2022-02-08)
4
4
 
5
- ### Features Added
6
-
7
- ### Breaking Changes
8
-
9
- ### Bugs Fixed
5
+ ### Key Bug Fixes
10
6
 
11
- ### Other Changes
7
+ - The TypeScript typings for two events have had small changes to accurately reflect the data sent by Azure.
8
+ - `Microsoft.EventHub.CaptureFileCreated`'s `fileurl` property is now correctly cased as `fileUrl`
9
+ - `Microsoft.Storage.DirectoryDeleted`'s `recursive` property has been changed from `boolean` to `string`. The service sets this property to the string `"true"` or `"false"`.
12
10
 
13
11
  ## 4.6.0 (2022-01-11)
14
12
 
15
13
  ### Features Added
16
14
 
17
15
  - Added a new property to `AcsRecordingChunkInfo` (for the `Microsoft.Communication.RecordingFileStatusUpdated` system event):
18
-
16
+
19
17
  - `deleteLocation`
20
18
 
21
19
  - Added new properties to `ContainerRegistryArtifactEventData` and `ContainerRegistryEventData` (for the `Microsoft.ContainerRegistry.{ChartDeleted|ChartPushed|ImagePushed|ImageDeleted}` system events):
package/dist/index.js CHANGED
@@ -698,7 +698,7 @@ const StorageDirectoryDeletedEventData = {
698
698
  serializedName: "recursive",
699
699
  required: true,
700
700
  type: {
701
- name: "Boolean"
701
+ name: "String"
702
702
  }
703
703
  },
704
704
  sequencer: {
@@ -1136,8 +1136,8 @@ const EventHubCaptureFileCreatedEventData = {
1136
1136
  name: "Composite",
1137
1137
  className: "EventHubCaptureFileCreatedEventData",
1138
1138
  modelProperties: {
1139
- fileurl: {
1140
- serializedName: "fileurl",
1139
+ fileUrl: {
1140
+ serializedName: "fileUrl",
1141
1141
  required: true,
1142
1142
  type: {
1143
1143
  name: "String"
@@ -7612,7 +7612,7 @@ class GeneratedClientContext extends coreClient__namespace.ServiceClient {
7612
7612
  const defaults = {
7613
7613
  requestContentType: "application/json; charset=utf-8"
7614
7614
  };
7615
- const packageDetails = `azsdk-js-eventgrid/4.6.1`;
7615
+ const packageDetails = `azsdk-js-eventgrid/4.7.0`;
7616
7616
  const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
7617
7617
  ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
7618
7618
  : `${packageDetails}`;