Skip to content

Commit 6679205

Browse files
author
SDKAuto
committed
CodeGen from PR 30788 in Azure/azure-rest-api-specs
Merge b38f922228e58f4f2e01445af6ca867d1439a901 into 1b9c5da
1 parent 021368b commit 6679205

File tree

5 files changed

+123
-1
lines changed

5 files changed

+123
-1
lines changed

sdk/eventgrid/Azure.Messaging.EventGrid/api/Azure.Messaging.EventGrid.netstandard2.0.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ public static partial class EventGridModelFactory
320320
public static Azure.Messaging.EventGrid.SystemEvents.ResourceDeleteFailureEventData ResourceDeleteFailureEventData(string tenantId = null, string subscriptionId = null, string resourceGroup = null, string resourceProvider = null, string resourceUri = null, string operationName = null, string status = null, string authorization = null, string claims = null, string correlationId = null, string httpRequest = null) { throw null; }
321321
public static Azure.Messaging.EventGrid.SystemEvents.ResourceDeleteSuccessEventData ResourceDeleteSuccessEventData(string tenantId = null, string subscriptionId = null, string resourceGroup = null, string resourceProvider = null, string resourceUri = null, string operationName = null, string status = null, string authorization = null, string claims = null, string correlationId = null, string httpRequest = null) { throw null; }
322322
public static Azure.Messaging.EventGrid.SystemEvents.ResourceHttpRequest ResourceHttpRequest(string clientRequestId = null, string clientIpAddress = null, Azure.Core.RequestMethod? method = default(Azure.Core.RequestMethod?), string url = null) { throw null; }
323+
public static Azure.Messaging.EventGrid.SystemEvents.ResourceNotificationsContainerServiceEventResourcesScheduledEventEmittedEventData ResourceNotificationsContainerServiceEventResourcesScheduledEventEmittedEventData(Azure.Messaging.EventGrid.SystemEvents.ResourceNotificationsResourceUpdatedDetails resourceDetails = null, Azure.Messaging.EventGrid.SystemEvents.ResourceNotificationsOperationalDetails operationalDetails = null, string apiVersion = null) { throw null; }
323324
public static Azure.Messaging.EventGrid.SystemEvents.ResourceNotificationsHealthResourcesAnnotatedEventData ResourceNotificationsHealthResourcesAnnotatedEventData(Azure.Messaging.EventGrid.SystemEvents.ResourceNotificationsResourceUpdatedDetails resourceDetails = null, Azure.Messaging.EventGrid.SystemEvents.ResourceNotificationsOperationalDetails operationalDetails = null, string apiVersion = null) { throw null; }
324325
public static Azure.Messaging.EventGrid.SystemEvents.ResourceNotificationsHealthResourcesAvailabilityStatusChangedEventData ResourceNotificationsHealthResourcesAvailabilityStatusChangedEventData(Azure.Messaging.EventGrid.SystemEvents.ResourceNotificationsResourceUpdatedDetails resourceDetails = null, Azure.Messaging.EventGrid.SystemEvents.ResourceNotificationsOperationalDetails operationalDetails = null, string apiVersion = null) { throw null; }
325326
public static Azure.Messaging.EventGrid.SystemEvents.ResourceNotificationsOperationalDetails ResourceNotificationsOperationalDetails(System.DateTimeOffset? resourceEventTime = default(System.DateTimeOffset?)) { throw null; }
@@ -604,6 +605,7 @@ public static partial class SystemEventNames
604605
public const string ResourceDeleteCancel = "Microsoft.Resources.ResourceDeleteCancel";
605606
public const string ResourceDeleteFailure = "Microsoft.Resources.ResourceDeleteFailure";
606607
public const string ResourceDeleteSuccess = "Microsoft.Resources.ResourceDeleteSuccess";
608+
public const string ResourceNotificationsContainerServiceEventResourcesScheduledEventEmitted = "Microsoft.ResourceNotifications.ContainerServiceEventResources.ScheduledEventEmitted";
607609
public const string ResourceNotificationsHealthResourcesAnnotated = "Microsoft.ResourceNotifications.HealthResources.ResourceAnnotated";
608610
public const string ResourceNotificationsHealthResourcesAvailabilityStatusChanged = "Microsoft.ResourceNotifications.HealthResources.AvailabilityStatusChanged";
609611
public const string ResourceNotificationsResourceManagementCreatedOrUpdated = "Microsoft.ResourceNotifications.Resources.CreatedOrUpdated";
@@ -3171,6 +3173,10 @@ internal ResourceHttpRequest() { }
31713173
public Azure.Core.RequestMethod Method { get { throw null; } }
31723174
public string Url { get { throw null; } }
31733175
}
3176+
public partial class ResourceNotificationsContainerServiceEventResourcesScheduledEventEmittedEventData : Azure.Messaging.EventGrid.SystemEvents.ResourceNotificationsResourceUpdatedEventData
3177+
{
3178+
internal ResourceNotificationsContainerServiceEventResourcesScheduledEventEmittedEventData() { }
3179+
}
31743180
public partial class ResourceNotificationsHealthResourcesAnnotatedEventData : Azure.Messaging.EventGrid.SystemEvents.ResourceNotificationsResourceUpdatedEventData
31753181
{
31763182
internal ResourceNotificationsHealthResourcesAnnotatedEventData() { }

sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/EventGridModelFactory.cs

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/ResourceNotificationsContainerServiceEventResourcesScheduledEventEmittedEventData.Serialization.cs

Lines changed: 77 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/ResourceNotificationsContainerServiceEventResourcesScheduledEventEmittedEventData.cs

Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/eventgrid/Azure.Messaging.EventGrid/src/autorest.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ Run `dotnet build /t:GenerateCode` to generate code.
44

55
``` yaml
66
title: EventGridClient
7-
require: https://github.com/Azure/azure-rest-api-specs/blob/6c709e5a3325eaa862649acee2252ce1c8166042/specification/eventgrid/data-plane/readme.md
7+
require:
8+
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/eventgrid/data-plane/readme.md
9+
810
generation1-convenience-client: true
911
model-factory-for-hlc:
1012
- MediaJobOutputAsset
@@ -206,3 +208,4 @@ directive:
206208
$.MediaLiveEventIngestHeartbeatEventData["properties"]["ingestDriftValue"]["x-ms-client-name"] = "IngestDriftValueInternal";
207209
$.MediaLiveEventIngestHeartbeatEventData["properties"]["lastFragmentArrivalTime"]["format"] = "date-time";
208210
```
211+

0 commit comments

Comments
 (0)