Skip to content

Commit

Permalink
[azsystemevents] Updating with latest .tsp to correct casing for some…
Browse files Browse the repository at this point in the history
… types in Go. (#23921)
  • Loading branch information
richardpark-msft authored Jan 7, 2025
1 parent 9338b8d commit d49f4e0
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 22 deletions.
1 change: 1 addition & 0 deletions sdk/messaging/eventgrid/azsystemevents/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ The following fields have been added:
### Breaking Changes

- Azure Media services has been retired - all related system events have been removed. See the [retirement announcement](https://azure.microsoft.com/updates?id=retirement-notice-azure-media-services-is-being-retired-on-30-june-2024) for more details.
- The following types have been renamed to correct incorrect casing: ACSSMSDeliveryAttemptProperties, ACSSMSDeliveryReportReceivedEventData, ACSSMSReceivedEventData, TypeACSSMSDeliveryReportReceived and TypeACSSMSReceived.

### Bugs Fixed

Expand Down
14 changes: 7 additions & 7 deletions sdk/messaging/eventgrid/azsystemevents/models.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions sdk/messaging/eventgrid/azsystemevents/models_serde.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions sdk/messaging/eventgrid/azsystemevents/system_events.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ const (
TypeACSRouterWorkerOfferRevoked = "Microsoft.Communication.RouterWorkerOfferRevoked" // maps to ACSRouterWorkerOfferRevokedEventData
TypeACSRouterWorkerRegistered = "Microsoft.Communication.RouterWorkerRegistered" // maps to ACSRouterWorkerRegisteredEventData
TypeACSRouterWorkerUpdated = "Microsoft.Communication.RouterWorkerUpdated" // maps to ACSRouterWorkerUpdatedEventData
TypeACSSmsDeliveryReportReceived = "Microsoft.Communication.SMSDeliveryReportReceived" // maps to ACSSmsDeliveryReportReceivedEventData
TypeACSSmsReceived = "Microsoft.Communication.SMSReceived" // maps to ACSSmsReceivedEventData
TypeACSSMSDeliveryReportReceived = "Microsoft.Communication.SMSDeliveryReportReceived" // maps to ACSSMSDeliveryReportReceivedEventData
TypeACSSMSReceived = "Microsoft.Communication.SMSReceived" // maps to ACSSMSReceivedEventData
TypeACSUserDisconnected = "Microsoft.Communication.UserDisconnected" // maps to ACSUserDisconnectedEventData
TypeContainerRegistryChartDeleted = "Microsoft.ContainerRegistry.ChartDeleted" // maps to ContainerRegistryChartDeletedEventData
TypeContainerRegistryChartPushed = "Microsoft.ContainerRegistry.ChartPushed" // maps to ContainerRegistryChartPushedEventData
Expand Down
2 changes: 1 addition & 1 deletion sdk/messaging/eventgrid/azsystemevents/tsp-location.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
directory: specification/eventgrid/Azure.Messaging.EventGrid.SystemEvents
commit: 8e10d65d0c92871abf9b0e6f044ceae9c7965aee
commit: 916634165ae4fd5f3a4427696527aa5252bea88e
repo: Azure/azure-rest-api-specs

0 comments on commit d49f4e0

Please sign in to comment.