Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ReleasePR eventgrid/2018-01-01/eventgrid] Update HealthcareApis.json #15077

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
117 changes: 103 additions & 14 deletions services/eventgrid/2018-01-01/eventgrid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,108 @@
# Change History
# Unreleased

## Breaking Changes

### Removed Constants

1. StampKind.AseV1
1. StampKind.AseV2

### Removed Funcs

1. ACSChatThreadCreatedWithUserEventData.MarshalJSON() ([]byte, error)
1. ACSChatThreadPropertiesUpdatedPerUserEventData.MarshalJSON() ([]byte, error)

### Struct Changes

#### Removed Structs

1. ACSChatEventBaseProperties
1. ACSChatMemberAddedToThreadWithUserEventData
1. ACSChatMemberRemovedFromThreadWithUserEventData
1. ACSChatMessageDeletedEventData
1. ACSChatMessageEditedEventData
1. ACSChatMessageEventBaseProperties
1. ACSChatMessageReceivedEventData
1. ACSChatThreadCreatedWithUserEventData
1. ACSChatThreadEventBaseProperties
1. ACSChatThreadMemberProperties
1. ACSChatThreadPropertiesUpdatedPerUserEventData
1. ACSChatThreadWithUserDeletedEventData

### Signature Changes

#### Const Types

1. Public changed type from StampKind to CommunicationCloudEnvironmentModel

## Additive Changes

### New Constants

1. CommunicationCloudEnvironmentModel.Dod
1. CommunicationCloudEnvironmentModel.Gcch
1. StampKind.StampKindAseV1
1. StampKind.StampKindAseV2
1. StampKind.StampKindPublic

### New Funcs

1. MediaJobError.MarshalJSON() ([]byte, error)
1. MediaJobErrorDetail.MarshalJSON() ([]byte, error)
1. MediaLiveEventConnectionRejectedEventData.MarshalJSON() ([]byte, error)
1. MediaLiveEventEncoderConnectedEventData.MarshalJSON() ([]byte, error)
1. MediaLiveEventEncoderDisconnectedEventData.MarshalJSON() ([]byte, error)
1. MediaLiveEventIncomingDataChunkDroppedEventData.MarshalJSON() ([]byte, error)
1. MediaLiveEventIncomingStreamReceivedEventData.MarshalJSON() ([]byte, error)
1. MediaLiveEventIncomingStreamsOutOfSyncEventData.MarshalJSON() ([]byte, error)
1. MediaLiveEventIncomingVideoStreamsOutOfSyncEventData.MarshalJSON() ([]byte, error)
1. MediaLiveEventIngestHeartbeatEventData.MarshalJSON() ([]byte, error)
1. MediaLiveEventTrackDiscontinuityDetectedEventData.MarshalJSON() ([]byte, error)
1. SubscriptionDeletedEventData.MarshalJSON() ([]byte, error)
1. SubscriptionValidationEventData.MarshalJSON() ([]byte, error)
1. AcsChatMessageEditedEventData.MarshalJSON() ([]byte, error)
1. AcsChatMessageEditedInThreadEventData.MarshalJSON() ([]byte, error)
1. AcsChatMessageReceivedEventData.MarshalJSON() ([]byte, error)
1. AcsChatMessageReceivedInThreadEventData.MarshalJSON() ([]byte, error)
1. AcsChatThreadCreatedEventData.MarshalJSON() ([]byte, error)
1. AcsChatThreadCreatedWithUserEventData.MarshalJSON() ([]byte, error)
1. AcsChatThreadPropertiesUpdatedEventData.MarshalJSON() ([]byte, error)
1. AcsChatThreadPropertiesUpdatedPerUserEventData.MarshalJSON() ([]byte, error)
1. PossibleCommunicationCloudEnvironmentModelValues() []CommunicationCloudEnvironmentModel

### Struct Changes

#### New Structs

1. AcsChatEventBaseProperties
1. AcsChatEventInThreadBaseProperties
1. AcsChatMessageDeletedEventData
1. AcsChatMessageDeletedInThreadEventData
1. AcsChatMessageEditedEventData
1. AcsChatMessageEditedInThreadEventData
1. AcsChatMessageEventBaseProperties
1. AcsChatMessageEventInThreadBaseProperties
1. AcsChatMessageReceivedEventData
1. AcsChatMessageReceivedInThreadEventData
1. AcsChatParticipantAddedToThreadEventData
1. AcsChatParticipantAddedToThreadWithUserEventData
1. AcsChatParticipantRemovedFromThreadEventData
1. AcsChatParticipantRemovedFromThreadWithUserEventData
1. AcsChatThreadCreatedEventData
1. AcsChatThreadCreatedWithUserEventData
1. AcsChatThreadDeletedEventData
1. AcsChatThreadEventBaseProperties
1. AcsChatThreadEventInThreadBaseProperties
1. AcsChatThreadParticipantProperties
1. AcsChatThreadPropertiesUpdatedEventData
1. AcsChatThreadPropertiesUpdatedPerUserEventData
1. AcsChatThreadWithUserDeletedEventData
1. AcsRecordingChunkInfoProperties
1. AcsRecordingFileStatusUpdatedEventData
1. AcsRecordingStorageInfoProperties
1. CommunicationIdentifierModel
1. CommunicationUserIdentifierModel
1. ContainerServiceNewKubernetesVersionAvailableEventData
1. MicrosoftTeamsUserIdentifierModel
1. PhoneNumberIdentifierModel
1. PolicyInsightsPolicyStateChangedEventData
1. PolicyInsightsPolicyStateCreatedEventData
1. PolicyInsightsPolicyStateDeletedEventData
1. ServiceBusActiveMessagesAvailablePeriodicNotificationsEventData
1. ServiceBusDeadletterMessagesAvailablePeriodicNotificationsEventData
1. StorageAsyncOperationInitiatedEventData
1. StorageBlobInventoryPolicyCompletedEventData
1. StorageBlobTierChangedEventData

#### New Struct Fields

1. AcsSmsDeliveryReportReceivedEventData.Tag
1. AppConfigurationKeyValueDeletedEventData.SyncToken
1. AppConfigurationKeyValueModifiedEventData.SyncToken
2 changes: 1 addition & 1 deletion services/eventgrid/2018-01-01/eventgrid/_meta.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"commit": "3c764635e7d442b3e74caf593029fcd440b3ef82",
"commit": "7026463801584950d4ccbaa6b05b15d29555dd3a",
"readme": "/_/azure-rest-api-specs/specification/eventgrid/data-plane/readme.md",
"tag": "package-2018-01",
"use": "@microsoft.azure/autorest.go@2.1.183",
Expand Down
31 changes: 24 additions & 7 deletions services/eventgrid/2018-01-01/eventgrid/enums.go

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

Loading