Skip to content

Commit 07995c5

Browse files
authored
[EventGrid] api events (#34514)
* api events * api center * update version * Update sdk/eventgrid/azure-eventgrid/CHANGELOG.md
1 parent 8f8ec65 commit 07995c5

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

sdk/eventgrid/azure-eventgrid/CHANGELOG.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
# Release History
22

3-
## 4.17.1 (Unreleased)
3+
## 4.18.0 (2024-03-12)
44

55
### Features Added
66

7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
7+
- Added new enum values to `SystemEventNames` related to Azure Api Center.
128

139
## 4.17.0 (2024-02-08)
1410
This version and all future versions will require Python 3.8+.

sdk/eventgrid/azure-eventgrid/azure/eventgrid/_event_mappings.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,10 @@ class SystemEventNames(str, Enum, metaclass=CaseInsensitiveEnumMeta):
144144

145145
AcsUserDisconnectedEventName = 'Microsoft.Communication.UserDisconnected'
146146

147+
ApiCenterApiDefinitionAddedEventName = 'Microsoft.ApiCenter.ApiDefinitionAdded'
148+
149+
ApiCenterApiDefinitionUpdatedEventName = 'Microsoft.ApiCenter.ApiDefinitionUpdated'
150+
147151
ApiManagementApiCreatedEventName = 'Microsoft.ApiManagement.APICreated'
148152

149153
ApiManagementApiDeletedEventName = 'Microsoft.ApiManagement.APIDeleted'

sdk/eventgrid/azure-eventgrid/azure/eventgrid/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
# regenerated.
1010
# --------------------------------------------------------------------------
1111

12-
VERSION = "4.17.1"
12+
VERSION = "4.18.0"

sdk/eventgrid/azure-eventgrid/swagger/_constants.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/eventgrid/data-plane/Microsoft.Storage/stable/2018-01-01/Storage.json",
2929
"https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/eventgrid/data-plane/Microsoft.Web/stable/2018-01-01/Web.json",
3030
"https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/eventgrid/data-plane/Microsoft.HealthcareApis/stable/2018-01-01/HealthcareApis.json",
31+
"https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/eventgrid/data-plane/Microsoft.ApiCenter/stable/2018-01-01/ApiCenter.json",
3132
]
3233

3334

0 commit comments

Comments
 (0)