@@ -4250,6 +4250,7 @@ public partial class MediaJobCancelingEventData : Azure.Messaging.EventGrid.Syst
42504250 {
42514251 internal MediaJobCancelingEventData() { }
42524252 }
4253+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
42534254 public partial class MediaJobError
42544255 {
42554256 internal MediaJobError() { }
@@ -4259,6 +4260,7 @@ internal MediaJobError() { }
42594260 public string Message { get { throw null; } }
42604261 public Azure.Messaging.EventGrid.SystemEvents.MediaJobRetry? Retry { get { throw null; } }
42614262 }
4263+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
42624264 public enum MediaJobErrorCategory
42634265 {
42644266 Service = 0,
@@ -4268,6 +4270,7 @@ public enum MediaJobErrorCategory
42684270 Content = 4,
42694271 Account = 5,
42704272 }
4273+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
42714274 public enum MediaJobErrorCode
42724275 {
42734276 ServiceError = 0,
@@ -4281,22 +4284,26 @@ public enum MediaJobErrorCode
42814284 ContentUnsupported = 8,
42824285 IdentityUnsupported = 9,
42834286 }
4287+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
42844288 public partial class MediaJobErrorDetail
42854289 {
42864290 internal MediaJobErrorDetail() { }
42874291 public string Code { get { throw null; } }
42884292 public string Message { get { throw null; } }
42894293 }
4294+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
42904295 public partial class MediaJobErroredEventData : Azure.Messaging.EventGrid.SystemEvents.MediaJobStateChangeEventData
42914296 {
42924297 internal MediaJobErroredEventData() { }
42934298 public System.Collections.Generic.IReadOnlyList<Azure.Messaging.EventGrid.SystemEvents.MediaJobOutput> Outputs { get { throw null; } }
42944299 }
4300+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
42954301 public partial class MediaJobFinishedEventData : Azure.Messaging.EventGrid.SystemEvents.MediaJobStateChangeEventData
42964302 {
42974303 internal MediaJobFinishedEventData() { }
42984304 public System.Collections.Generic.IReadOnlyList<Azure.Messaging.EventGrid.SystemEvents.MediaJobOutput> Outputs { get { throw null; } }
42994305 }
4306+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
43004307 public partial class MediaJobOutput
43014308 {
43024309 internal MediaJobOutput() { }
@@ -4305,62 +4312,75 @@ internal MediaJobOutput() { }
43054312 public long Progress { get { throw null; } }
43064313 public Azure.Messaging.EventGrid.SystemEvents.MediaJobState State { get { throw null; } }
43074314 }
4315+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
43084316 public partial class MediaJobOutputAsset : Azure.Messaging.EventGrid.SystemEvents.MediaJobOutput
43094317 {
43104318 internal MediaJobOutputAsset() { }
43114319 public string AssetName { get { throw null; } }
43124320 }
4321+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
43134322 public partial class MediaJobOutputCanceledEventData : Azure.Messaging.EventGrid.SystemEvents.MediaJobOutputStateChangeEventData
43144323 {
43154324 internal MediaJobOutputCanceledEventData() { }
43164325 }
4326+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
43174327 public partial class MediaJobOutputCancelingEventData : Azure.Messaging.EventGrid.SystemEvents.MediaJobOutputStateChangeEventData
43184328 {
43194329 internal MediaJobOutputCancelingEventData() { }
43204330 }
4331+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
43214332 public partial class MediaJobOutputErroredEventData : Azure.Messaging.EventGrid.SystemEvents.MediaJobOutputStateChangeEventData
43224333 {
43234334 internal MediaJobOutputErroredEventData() { }
43244335 }
4336+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
43254337 public partial class MediaJobOutputFinishedEventData : Azure.Messaging.EventGrid.SystemEvents.MediaJobOutputStateChangeEventData
43264338 {
43274339 internal MediaJobOutputFinishedEventData() { }
43284340 }
4341+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
43294342 public partial class MediaJobOutputProcessingEventData : Azure.Messaging.EventGrid.SystemEvents.MediaJobOutputStateChangeEventData
43304343 {
43314344 internal MediaJobOutputProcessingEventData() { }
43324345 }
4346+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
43334347 public partial class MediaJobOutputProgressEventData
43344348 {
43354349 internal MediaJobOutputProgressEventData() { }
43364350 public System.Collections.Generic.IReadOnlyDictionary<string, string> JobCorrelationData { get { throw null; } }
43374351 public string Label { get { throw null; } }
43384352 public long? Progress { get { throw null; } }
43394353 }
4354+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
43404355 public partial class MediaJobOutputScheduledEventData : Azure.Messaging.EventGrid.SystemEvents.MediaJobOutputStateChangeEventData
43414356 {
43424357 internal MediaJobOutputScheduledEventData() { }
43434358 }
4359+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
43444360 public partial class MediaJobOutputStateChangeEventData
43454361 {
43464362 internal MediaJobOutputStateChangeEventData() { }
43474363 public System.Collections.Generic.IReadOnlyDictionary<string, string> JobCorrelationData { get { throw null; } }
43484364 public Azure.Messaging.EventGrid.SystemEvents.MediaJobOutput Output { get { throw null; } }
43494365 public Azure.Messaging.EventGrid.SystemEvents.MediaJobState? PreviousState { get { throw null; } }
43504366 }
4367+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
43514368 public partial class MediaJobProcessingEventData : Azure.Messaging.EventGrid.SystemEvents.MediaJobStateChangeEventData
43524369 {
43534370 internal MediaJobProcessingEventData() { }
43544371 }
4372+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
43554373 public enum MediaJobRetry
43564374 {
43574375 DoNotRetry = 0,
43584376 MayRetry = 1,
43594377 }
4378+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
43604379 public partial class MediaJobScheduledEventData : Azure.Messaging.EventGrid.SystemEvents.MediaJobStateChangeEventData
43614380 {
43624381 internal MediaJobScheduledEventData() { }
43634382 }
4383+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
43644384 public enum MediaJobState
43654385 {
43664386 Canceled = 0,
@@ -4371,19 +4391,22 @@ public enum MediaJobState
43714391 Queued = 5,
43724392 Scheduled = 6,
43734393 }
4394+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
43744395 public partial class MediaJobStateChangeEventData
43754396 {
43764397 internal MediaJobStateChangeEventData() { }
43774398 public System.Collections.Generic.IReadOnlyDictionary<string, string> CorrelationData { get { throw null; } }
43784399 public Azure.Messaging.EventGrid.SystemEvents.MediaJobState? PreviousState { get { throw null; } }
43794400 public Azure.Messaging.EventGrid.SystemEvents.MediaJobState? State { get { throw null; } }
43804401 }
4402+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
43814403 public partial class MediaLiveEventChannelArchiveHeartbeatEventData
43824404 {
43834405 internal MediaLiveEventChannelArchiveHeartbeatEventData() { }
43844406 public System.TimeSpan? ChannelLatency { get { throw null; } }
43854407 public string LatencyResultCode { get { throw null; } }
43864408 }
4409+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
43874410 public partial class MediaLiveEventConnectionRejectedEventData
43884411 {
43894412 internal MediaLiveEventConnectionRejectedEventData() { }
@@ -4393,6 +4416,7 @@ internal MediaLiveEventConnectionRejectedEventData() { }
43934416 public string ResultCode { get { throw null; } }
43944417 public string StreamId { get { throw null; } }
43954418 }
4419+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
43964420 public partial class MediaLiveEventEncoderConnectedEventData
43974421 {
43984422 internal MediaLiveEventEncoderConnectedEventData() { }
@@ -4401,6 +4425,7 @@ internal MediaLiveEventEncoderConnectedEventData() { }
44014425 public string IngestUrl { get { throw null; } }
44024426 public string StreamId { get { throw null; } }
44034427 }
4428+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
44044429 public partial class MediaLiveEventEncoderDisconnectedEventData
44054430 {
44064431 internal MediaLiveEventEncoderDisconnectedEventData() { }
@@ -4410,6 +4435,7 @@ internal MediaLiveEventEncoderDisconnectedEventData() { }
44104435 public string ResultCode { get { throw null; } }
44114436 public string StreamId { get { throw null; } }
44124437 }
4438+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
44134439 public partial class MediaLiveEventIncomingDataChunkDroppedEventData
44144440 {
44154441 internal MediaLiveEventIncomingDataChunkDroppedEventData() { }
@@ -4420,6 +4446,7 @@ internal MediaLiveEventIncomingDataChunkDroppedEventData() { }
44204446 public string TrackName { get { throw null; } }
44214447 public string TrackType { get { throw null; } }
44224448 }
4449+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
44234450 public partial class MediaLiveEventIncomingStreamReceivedEventData
44244451 {
44254452 internal MediaLiveEventIncomingStreamReceivedEventData() { }
@@ -4433,6 +4460,7 @@ internal MediaLiveEventIncomingStreamReceivedEventData() { }
44334460 public string TrackName { get { throw null; } }
44344461 public string TrackType { get { throw null; } }
44354462 }
4463+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
44364464 public partial class MediaLiveEventIncomingStreamsOutOfSyncEventData
44374465 {
44384466 internal MediaLiveEventIncomingStreamsOutOfSyncEventData() { }
@@ -4443,6 +4471,7 @@ internal MediaLiveEventIncomingStreamsOutOfSyncEventData() { }
44434471 public string TypeOfStreamWithMaxLastTimestamp { get { throw null; } }
44444472 public string TypeOfStreamWithMinLastTimestamp { get { throw null; } }
44454473 }
4474+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
44464475 public partial class MediaLiveEventIncomingVideoStreamsOutOfSyncEventData
44474476 {
44484477 internal MediaLiveEventIncomingVideoStreamsOutOfSyncEventData() { }
@@ -4452,6 +4481,7 @@ internal MediaLiveEventIncomingVideoStreamsOutOfSyncEventData() { }
44524481 public string SecondTimestamp { get { throw null; } }
44534482 public string Timescale { get { throw null; } }
44544483 }
4484+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
44554485 public partial class MediaLiveEventIngestHeartbeatEventData
44564486 {
44574487 internal MediaLiveEventIngestHeartbeatEventData() { }
@@ -4472,6 +4502,7 @@ internal MediaLiveEventIngestHeartbeatEventData() { }
44724502 public string TranscriptionState { get { throw null; } }
44734503 public bool? UnexpectedBitrate { get { throw null; } }
44744504 }
4505+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
44754506 public partial class MediaLiveEventTrackDiscontinuityDetectedEventData
44764507 {
44774508 internal MediaLiveEventTrackDiscontinuityDetectedEventData() { }
0 commit comments