Skip to content

Commit

Permalink
Update EventGrid Version to 4.4.0 (#22156)
Browse files Browse the repository at this point in the history
  • Loading branch information
YijunXieMS authored Jun 8, 2021
1 parent 08a76f1 commit ec155b3
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion eng/jacoco-test-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-messaging-eventgrid</artifactId>
<version>4.4.0-beta.1</version> <!-- {x-version-update;com.azure:azure-messaging-eventgrid;current} -->
<version>4.4.0</version> <!-- {x-version-update;com.azure:azure-messaging-eventgrid;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
2 changes: 1 addition & 1 deletion eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ com.azure:azure-identity;1.3.0;1.4.0-beta.1
com.azure:azure-identity-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-iot-deviceupdate;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-iot-modelsrepository;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-messaging-eventgrid;4.3.0;4.4.0-beta.1
com.azure:azure-messaging-eventgrid;4.3.0;4.4.0
com.azure:azure-messaging-eventhubs;5.7.1;5.8.0-beta.1
com.azure:azure-messaging-eventhubs-checkpointstore-blob;1.7.1;1.8.0-beta.1
com.azure:azure-messaging-eventhubs-track1-perf;1.0.0-beta.1;1.0.0-beta.1
Expand Down
9 changes: 8 additions & 1 deletion sdk/eventgrid/azure-messaging-eventgrid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Release History

## 4.4.0-beta.1 (Unreleased)
## 4.4.0 (2021-06-09)
### New Features
- Added new Storage system event `StorageBlobInventoryPolicyCompletedEventData`.
- Added new attributes `contentLocation` and `metadataLocation` to `AcsRecordingChunkInfoProperties`.

### Dependency Updates
- Update `azure-core` dependency to `1.17.0`.
- Update `azure-core-http-netty` dependency to `1.10.0`.


## 4.3.0 (2021-05-12)
Expand Down
2 changes: 1 addition & 1 deletion sdk/eventgrid/azure-messaging-eventgrid/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ az eventgrid domain create --location <location> --resource-group <your-resource
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-messaging-eventgrid</artifactId>
<version>4.3.0</version>
<version>4.4.0</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
2 changes: 1 addition & 1 deletion sdk/eventgrid/azure-messaging-eventgrid/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-messaging-eventgrid</artifactId>
<version>4.4.0-beta.1</version> <!-- {x-version-update;com.azure:azure-messaging-eventgrid;current} -->
<version>4.4.0</version> <!-- {x-version-update;com.azure:azure-messaging-eventgrid;current} -->

<packaging>jar</packaging>
<name>Microsoft Azure SDK for eventgrid</name>
Expand Down
2 changes: 1 addition & 1 deletion sdk/eventgrid/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-messaging-eventgrid</artifactId>
<version>4.4.0-beta.1</version> <!-- {x-version-update;com.azure:azure-messaging-eventgrid;current} -->
<version>4.4.0</version> <!-- {x-version-update;com.azure:azure-messaging-eventgrid;current} -->
</dependency>
</dependencies>

Expand Down

0 comments on commit ec155b3

Please sign in to comment.