@azure/eventgrid 4.5.0-alpha.20210930.1 → 4.5.1-alpha.20211101.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 +41 -2
- package/dist/index.js +384 -71
- package/dist/index.js.map +1 -1
- package/dist-esm/src/generated/generatedClientContext.js +1 -1
- package/dist-esm/src/generated/generatedClientContext.js.map +1 -1
- package/dist-esm/src/generated/models/index.js.map +1 -1
- package/dist-esm/src/generated/models/mappers.js +366 -70
- package/dist-esm/src/generated/models/mappers.js.map +1 -1
- package/dist-esm/src/index.js.map +1 -1
- package/dist-esm/src/predicates.js.map +1 -1
- package/package.json +2 -2
- package/types/eventgrid.d.ts +166 -2
package/CHANGELOG.md
CHANGED
@@ -1,10 +1,49 @@
|
|
1
1
|
# Release History
|
2
2
|
|
3
|
-
## 4.5.
|
3
|
+
## 4.5.1 (Unreleased)
|
4
4
|
|
5
5
|
### Features Added
|
6
6
|
|
7
|
-
|
7
|
+
### Breaking Changes
|
8
|
+
|
9
|
+
### Bugs Fixed
|
10
|
+
|
11
|
+
### Other Changes
|
12
|
+
|
13
|
+
## 4.5.0 (2021-10-05)
|
14
|
+
|
15
|
+
### Features Added
|
16
|
+
|
17
|
+
- Added new properties for the `Microsoft.Media.LiveEventIngestHeartbeat` System Event:
|
18
|
+
|
19
|
+
- `ingestDriftValue`
|
20
|
+
- `lastFragmentArrivalTime`
|
21
|
+
- `transcriptionLanguage`
|
22
|
+
- `transcriptionState`
|
23
|
+
|
24
|
+
- Added new System Events:
|
25
|
+
- API Management:
|
26
|
+
- `Microsoft.ApiManagement.APICreated`
|
27
|
+
- `Microsoft.ApiManagement.APIDeleted`
|
28
|
+
- `Microsoft.ApiManagement.APIReleaseCreated`
|
29
|
+
- `Microsoft.ApiManagement.APIReleaseDeleted`
|
30
|
+
- `Microsoft.ApiManagement.APIReleaseUpdated`
|
31
|
+
- `Microsoft.ApiManagement.APIUpdated`
|
32
|
+
- `Microsoft.ApiManagement.ProductCreated`
|
33
|
+
- `Microsoft.ApiManagement.ProductDeleted`
|
34
|
+
- `Microsoft.ApiManagement.ProductUpdated`
|
35
|
+
- `Microsoft.ApiManagement.SubscriptionCreated`
|
36
|
+
- `Microsoft.ApiManagement.SubscriptionDeleted`
|
37
|
+
- `Microsoft.ApiManagement.SubscriptionUpdated`
|
38
|
+
- `Microsoft.ApiManagement.UserCreated`
|
39
|
+
- `Microsoft.ApiManagement.UserDeleted`
|
40
|
+
- `Microsoft.ApiManagement.UserUpdated`
|
41
|
+
- Container Service:
|
42
|
+
- `Microsoft.ContainerService.NewKubernetesVersionAvailable`
|
43
|
+
- Communication:
|
44
|
+
- `Microsoft.Communication.UserDisconnected`
|
45
|
+
- Media Streaming:
|
46
|
+
- `Microsoft.Media.LiveEventChannelArchiveHeartbeat`
|
8
47
|
|
9
48
|
## 4.4.0 (2021-07-19)
|
10
49
|
|