@azure/eventgrid 4.6.0 → 4.6.1-alpha.20220124.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,11 +1,22 @@
1
1
  # Release History
2
2
 
3
+ ## 4.6.1 (Unreleased)
4
+
5
+ ### Features Added
6
+
7
+ ### Breaking Changes
8
+
9
+ ### Bugs Fixed
10
+
11
+ ### Other Changes
12
+
3
13
  ## 4.6.0 (2022-01-11)
4
14
 
5
15
  ### Features Added
6
16
 
7
17
  - Added a new property to `AcsRecordingChunkInfo` (for the `Microsoft.Communication.RecordingFileStatusUpdated` system event):
8
- - `deleteLocation`
18
+
19
+ - `deleteLocation`
9
20
 
10
21
  - Added new properties to `ContainerRegistryArtifactEventData` and `ContainerRegistryEventData` (for the `Microsoft.ContainerRegistry.{ChartDeleted|ChartPushed|ImagePushed|ImageDeleted}` system events):
11
22
 
package/dist/index.js CHANGED
@@ -7592,7 +7592,7 @@ class GeneratedClientContext extends coreClient.ServiceClient {
7592
7592
  const defaults = {
7593
7593
  requestContentType: "application/json; charset=utf-8"
7594
7594
  };
7595
- const packageDetails = `azsdk-js-eventgrid/4.6.0`;
7595
+ const packageDetails = `azsdk-js-eventgrid/4.6.1`;
7596
7596
  const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
7597
7597
  ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
7598
7598
  : `${packageDetails}`;