Skip to content

Commit a41cfb5

Browse files
author
SDKAuto
committed
CodeGen from PR 33504 in Azure/azure-rest-api-specs
Merge a6151726195c4b0a5463768a1d073ff4f6160afb into e436160e64c0f8d7fb20d662be2712f71f0a7ef5
1 parent e12afb9 commit a41cfb5

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

sdk/eventgrid/azure-messaging-eventgrid-systemevents/src/main/java/com/azure/messaging/eventgrid/SystemEventNames.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
import com.azure.messaging.eventgrid.systemevents.ApiManagementApiReleaseUpdatedEventData;
6060
import com.azure.messaging.eventgrid.systemevents.ApiManagementApiUpdatedEventData;
6161
import com.azure.messaging.eventgrid.systemevents.ApiManagementGatewayApiAddedEventData;
62-
import com.azure.messaging.eventgrid.systemevents.ApiManagementGatewayApiRemovedEventData;
6362
import com.azure.messaging.eventgrid.systemevents.ApiManagementGatewayCertificateAuthorityCreatedEventData;
6463
import com.azure.messaging.eventgrid.systemevents.ApiManagementGatewayCertificateAuthorityDeletedEventData;
6564
import com.azure.messaging.eventgrid.systemevents.ApiManagementGatewayCertificateAuthorityUpdatedEventData;
@@ -516,11 +515,6 @@ public final class SystemEventNames {
516515
*/
517516
public static final String API_MANAGEMENT_GATEWAY_API_ADDED = "Microsoft.ApiManagement.GatewayAPIAdded";
518517

519-
/**
520-
* Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.GatewayAPIRemoved event.
521-
*/
522-
public static final String API_MANAGEMENT_GATEWAY_API_REMOVED = "Microsoft.ApiManagement.GatewayAPIRemoved";
523-
524518
/**
525519
* Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.GatewayCertificateAuthorityCreated
526520
* event.
@@ -1324,7 +1318,6 @@ public final class SystemEventNames {
13241318
put(API_MANAGEMENT_API_RELEASE_UPDATED, ApiManagementApiReleaseUpdatedEventData.class);
13251319
put(API_MANAGEMENT_API_UPDATED, ApiManagementApiUpdatedEventData.class);
13261320
put(API_MANAGEMENT_GATEWAY_API_ADDED, ApiManagementGatewayApiAddedEventData.class);
1327-
put(API_MANAGEMENT_GATEWAY_API_REMOVED, ApiManagementGatewayApiRemovedEventData.class);
13281321
put(API_MANAGEMENT_GATEWAY_CERTIFICATE_AUTHORITY_CREATED,
13291322
ApiManagementGatewayCertificateAuthorityCreatedEventData.class);
13301323
put(API_MANAGEMENT_GATEWAY_CERTIFICATE_AUTHORITY_DELETED,

sdk/eventgrid/azure-messaging-eventgrid-systemevents/src/main/resources/META-INF/azure-messaging-eventgrid_apiview_properties.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@
9696
"com.azure.messaging.eventgrid.systemevents.ApiManagementApiReleaseUpdatedEventData": "Microsoft.EventGrid.SystemEvents.ApiManagementApiReleaseUpdatedEventData",
9797
"com.azure.messaging.eventgrid.systemevents.ApiManagementApiUpdatedEventData": "Microsoft.EventGrid.SystemEvents.ApiManagementApiUpdatedEventData",
9898
"com.azure.messaging.eventgrid.systemevents.ApiManagementGatewayApiAddedEventData": "Microsoft.EventGrid.SystemEvents.ApiManagementGatewayApiAddedEventData",
99-
"com.azure.messaging.eventgrid.systemevents.ApiManagementGatewayApiRemovedEventData": "Microsoft.EventGrid.SystemEvents.ApiManagementGatewayApiRemovedEventData",
10099
"com.azure.messaging.eventgrid.systemevents.ApiManagementGatewayCertificateAuthorityCreatedEventData": "Microsoft.EventGrid.SystemEvents.ApiManagementGatewayCertificateAuthorityCreatedEventData",
101100
"com.azure.messaging.eventgrid.systemevents.ApiManagementGatewayCertificateAuthorityDeletedEventData": "Microsoft.EventGrid.SystemEvents.ApiManagementGatewayCertificateAuthorityDeletedEventData",
102101
"com.azure.messaging.eventgrid.systemevents.ApiManagementGatewayCertificateAuthorityUpdatedEventData": "Microsoft.EventGrid.SystemEvents.ApiManagementGatewayCertificateAuthorityUpdatedEventData",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
directory: specification/eventgrid/Azure.Messaging.EventGrid.SystemEvents
2-
commit: 6f175c9c006269a1d0f1928fbc768cacc6ac379a
2+
commit: 23cee915f13b0384c023c03ede6beb3a4b3ca68b
33
repo: Azure/azure-rest-api-specs
4-
additionalDirectories:
4+
additionalDirectories:

0 commit comments

Comments
 (0)