Skip to content

Commit 41e3bcb

Browse files
author
SDKAuto
committed
CodeGen from PR 34100 in Azure/azure-rest-api-specs
Merge 6653b12befbcacbce67ee852d3b7770bb679f6f6 into a55917cb512540bc3d0aec760d4e28712c3a4ae0
1 parent 8024a1c commit 41e3bcb

File tree

7 files changed

+1637
-210
lines changed

7 files changed

+1637
-210
lines changed

sdk/messaging/eventgrid/azsystemevents/CHANGELOG.md

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,80 @@
11
# Release History
22

3+
## 1.0.0 (2025-04-21)
4+
### Breaking Changes
5+
6+
- Type of `ACSChatThreadCreatedEventData.Properties` has been changed from `map[string]any` to `map[string]*AcsChatThreadCreatedWithUserEventDataProperty`
7+
- Type of `ACSChatThreadCreatedWithUserEventData.Properties` has been changed from `map[string]any` to `map[string]*AcsChatThreadCreatedWithUserEventDataProperty`
8+
- Type of `ACSChatThreadPropertiesUpdatedEventData.Properties` has been changed from `map[string]any` to `map[string]*AcsChatThreadPropertiesUpdatedEventDataProperty`
9+
- Type of `ACSChatThreadPropertiesUpdatedPerUserEventData.Properties` has been changed from `map[string]any` to `map[string]*AcsChatThreadPropertiesUpdatedPerUserEventDataProperty`
10+
- Type of `ACSMessageDeliveryStatusUpdatedEventData.Error` has been changed from `*Error` to `*InternalACSMessageChannelEventError`
11+
- Type of `ACSMessageReceivedEventData.Error` has been changed from `*Error` to `*InternalACSMessageChannelEventError`
12+
- Type of `ACSRouterJobClassificationFailedEventData.Errors` has been changed from `[]*Error` to `[]InternalACSRouterCommunicationError`
13+
- Type of `IOTHubDeviceTelemetryEventData.Body` has been changed from `map[string]any` to `map[string]*DeviceTelemetryEventPropertiesBody`
14+
- Type of `MachineLearningServicesModelDeployedEventData.ServiceProperties` has been changed from `map[string]any` to `map[string]*MachineLearningServicesModelDeployedEventDataServiceProperty`
15+
- Type of `MachineLearningServicesModelDeployedEventData.ServiceTags` has been changed from `map[string]any` to `map[string]*MachineLearningServicesModelDeployedEventDataServiceTag`
16+
- Type of `MachineLearningServicesModelRegisteredEventData.ModelProperties` has been changed from `map[string]any` to `map[string]*MachineLearningServicesModelRegisteredEventDataModelProperty`
17+
- Type of `MachineLearningServicesModelRegisteredEventData.ModelTags` has been changed from `map[string]any` to `map[string]*MachineLearningServicesModelRegisteredEventDataModelTag`
18+
- Type of `MachineLearningServicesRunCompletedEventData.RunProperties` has been changed from `map[string]any` to `map[string]*MachineLearningServicesRunCompletedEventDataRunProperty`
19+
- Type of `MachineLearningServicesRunCompletedEventData.RunTags` has been changed from `map[string]any` to `map[string]*MachineLearningServicesRunCompletedEventDataRunTag`
20+
- Type of `MachineLearningServicesRunStatusChangedEventData.RunProperties` has been changed from `map[string]any` to `map[string]*MachineLearningServicesRunStatusChangedEventDataRunProperty`
21+
- Type of `MachineLearningServicesRunStatusChangedEventData.RunTags` has been changed from `map[string]any` to `map[string]*MachineLearningServicesRunStatusChangedEventDataRunTag`
22+
- Type of `ResourceNotificationsResourceUpdatedDetails.Properties` has been changed from `map[string]any` to `map[string]*ResourceNotificationsResourceUpdatedDetailsProperty`
23+
- Type of `StorageAsyncOperationInitiatedEventData.StorageDiagnostics` has been changed from `map[string]any` to `map[string]*StorageBlobCreatedEventDataStorageDiagnostic`
24+
- Type of `StorageBlobCreatedEventData.StorageDiagnostics` has been changed from `map[string]any` to `map[string]*StorageBlobCreatedEventDataStorageDiagnostic`
25+
- Type of `StorageBlobDeletedEventData.StorageDiagnostics` has been changed from `map[string]any` to `map[string]*StorageBlobCreatedEventDataStorageDiagnostic`
26+
- Type of `StorageBlobRenamedEventData.StorageDiagnostics` has been changed from `map[string]any` to `map[string]*StorageBlobCreatedEventDataStorageDiagnostic`
27+
- Type of `StorageBlobTierChangedEventData.StorageDiagnostics` has been changed from `map[string]any` to `map[string]*StorageBlobCreatedEventDataStorageDiagnostic`
28+
- Type of `StorageDirectoryCreatedEventData.StorageDiagnostics` has been changed from `map[string]any` to `map[string]*StorageBlobCreatedEventDataStorageDiagnostic`
29+
- Type of `StorageDirectoryDeletedEventData.StorageDiagnostics` has been changed from `map[string]any` to `map[string]*StorageBlobCreatedEventDataStorageDiagnostic`
30+
- Type of `StorageDirectoryRenamedEventData.StorageDiagnostics` has been changed from `map[string]any` to `map[string]*StorageBlobCreatedEventDataStorageDiagnostic`
31+
32+
### Features Added
33+
34+
- New struct `ACSChatEventBaseProperties`
35+
- New struct `ACSChatEventInThreadBaseProperties`
36+
- New struct `ACSChatMessageEventBaseProperties`
37+
- New struct `ACSChatMessageEventInThreadBaseProperties`
38+
- New struct `ACSChatThreadEventBaseProperties`
39+
- New struct `ACSChatThreadEventInThreadBaseProperties`
40+
- New struct `ACSMessageEventData`
41+
- New struct `ACSRouterEventData`
42+
- New struct `ACSRouterJobEventData`
43+
- New struct `ACSRouterWorkerEventData`
44+
- New struct `ACSSMSEventBaseProperties`
45+
- New struct `AVSClusterEventData`
46+
- New struct `AVSPrivateCloudEventData`
47+
- New struct `AVSScriptExecutionEventData`
48+
- New struct `AcsChatThreadCreatedWithUserEventDataProperty`
49+
- New struct `AcsChatThreadPropertiesUpdatedEventDataProperty`
50+
- New struct `AcsChatThreadPropertiesUpdatedPerUserEventDataProperty`
51+
- New struct `AppConfigurationSnapshotEventData`
52+
- New struct `ContainerRegistryArtifactEventData`
53+
- New struct `ContainerRegistryEventData`
54+
- New struct `ContainerServiceClusterSupportEventData`
55+
- New struct `ContainerServiceNodePoolRollingEventData`
56+
- New struct `DeviceConnectionStateEventProperties`
57+
- New struct `DeviceLifeCycleEventProperties`
58+
- New struct `DeviceTelemetryEventProperties`
59+
- New struct `DeviceTelemetryEventPropertiesBody`
60+
- New struct `EventGridMQTTClientEventData`
61+
- New struct `InternalACSMessageChannelEventError`
62+
- New struct `InternalACSRouterCommunicationError`
63+
- New struct `MachineLearningServicesModelDeployedEventDataServiceProperty`
64+
- New struct `MachineLearningServicesModelDeployedEventDataServiceTag`
65+
- New struct `MachineLearningServicesModelRegisteredEventDataModelProperty`
66+
- New struct `MachineLearningServicesModelRegisteredEventDataModelTag`
67+
- New struct `MachineLearningServicesRunCompletedEventDataRunProperty`
68+
- New struct `MachineLearningServicesRunCompletedEventDataRunTag`
69+
- New struct `MachineLearningServicesRunStatusChangedEventDataRunProperty`
70+
- New struct `MachineLearningServicesRunStatusChangedEventDataRunTag`
71+
- New struct `MapsGeofenceEventProperties`
72+
- New struct `ResourceNotificationsResourceDeletedEventData`
73+
- New struct `ResourceNotificationsResourceUpdatedDetailsProperty`
74+
- New struct `ResourceNotificationsResourceUpdatedEventData`
75+
- New struct `StorageBlobCreatedEventDataStorageDiagnostic`
76+
77+
378
## 0.6.2 (Unreleased)
479

580
### Features Added

sdk/messaging/eventgrid/azsystemevents/build.go

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)