@azure/eventgrid-systemevents 1.0.0-alpha.20250618.1 → 1.0.0-alpha.20250626.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (65) hide show
  1. package/dist/browser/generated/index.d.ts +1 -1
  2. package/dist/browser/generated/index.d.ts.map +1 -1
  3. package/dist/browser/generated/index.js +1 -1
  4. package/dist/browser/generated/index.js.map +1 -1
  5. package/dist/browser/generated/models/index.d.ts +1 -1
  6. package/dist/browser/generated/models/index.d.ts.map +1 -1
  7. package/dist/browser/generated/models/index.js +1 -1
  8. package/dist/browser/generated/models/index.js.map +1 -1
  9. package/dist/browser/generated/models/models.d.ts +46 -51
  10. package/dist/browser/generated/models/models.d.ts.map +1 -1
  11. package/dist/browser/generated/models/models.js +69 -47
  12. package/dist/browser/generated/models/models.js.map +1 -1
  13. package/dist/browser/index.d.ts +1 -1
  14. package/dist/browser/index.d.ts.map +1 -1
  15. package/dist/browser/index.js +1 -1
  16. package/dist/browser/index.js.map +1 -1
  17. package/dist/commonjs/generated/index.d.ts +1 -1
  18. package/dist/commonjs/generated/index.d.ts.map +1 -1
  19. package/dist/commonjs/generated/index.js +1 -2
  20. package/dist/commonjs/generated/index.js.map +1 -1
  21. package/dist/commonjs/generated/models/index.d.ts +1 -1
  22. package/dist/commonjs/generated/models/index.d.ts.map +1 -1
  23. package/dist/commonjs/generated/models/index.js +1 -2
  24. package/dist/commonjs/generated/models/index.js.map +1 -1
  25. package/dist/commonjs/generated/models/models.d.ts +46 -51
  26. package/dist/commonjs/generated/models/models.d.ts.map +1 -1
  27. package/dist/commonjs/generated/models/models.js +70 -48
  28. package/dist/commonjs/generated/models/models.js.map +1 -1
  29. package/dist/commonjs/index.d.ts +1 -1
  30. package/dist/commonjs/index.d.ts.map +1 -1
  31. package/dist/commonjs/index.js +1 -2
  32. package/dist/commonjs/index.js.map +1 -1
  33. package/dist/esm/generated/index.d.ts +1 -1
  34. package/dist/esm/generated/index.d.ts.map +1 -1
  35. package/dist/esm/generated/index.js +1 -1
  36. package/dist/esm/generated/index.js.map +1 -1
  37. package/dist/esm/generated/models/index.d.ts +1 -1
  38. package/dist/esm/generated/models/index.d.ts.map +1 -1
  39. package/dist/esm/generated/models/index.js +1 -1
  40. package/dist/esm/generated/models/index.js.map +1 -1
  41. package/dist/esm/generated/models/models.d.ts +46 -51
  42. package/dist/esm/generated/models/models.d.ts.map +1 -1
  43. package/dist/esm/generated/models/models.js +69 -47
  44. package/dist/esm/generated/models/models.js.map +1 -1
  45. package/dist/esm/index.d.ts +1 -1
  46. package/dist/esm/index.d.ts.map +1 -1
  47. package/dist/esm/index.js +1 -1
  48. package/dist/esm/index.js.map +1 -1
  49. package/dist/react-native/generated/index.d.ts +1 -1
  50. package/dist/react-native/generated/index.d.ts.map +1 -1
  51. package/dist/react-native/generated/index.js +1 -1
  52. package/dist/react-native/generated/index.js.map +1 -1
  53. package/dist/react-native/generated/models/index.d.ts +1 -1
  54. package/dist/react-native/generated/models/index.d.ts.map +1 -1
  55. package/dist/react-native/generated/models/index.js +1 -1
  56. package/dist/react-native/generated/models/index.js.map +1 -1
  57. package/dist/react-native/generated/models/models.d.ts +46 -51
  58. package/dist/react-native/generated/models/models.d.ts.map +1 -1
  59. package/dist/react-native/generated/models/models.js +69 -47
  60. package/dist/react-native/generated/models/models.js.map +1 -1
  61. package/dist/react-native/index.d.ts +1 -1
  62. package/dist/react-native/index.d.ts.map +1 -1
  63. package/dist/react-native/index.js +1 -1
  64. package/dist/react-native/index.js.map +1 -1
  65. package/package.json +1 -1
@@ -29,157 +29,157 @@ export declare function apiCenterApiDefinitionUpdatedEventDataDeserializer(item:
29
29
  /** Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.UserCreated event. */
30
30
  export interface ApiManagementUserCreatedEventData {
31
31
  /** The fully qualified ID of the resource that the compliance state change is for, including the resource name and resource type. Uses the format, `/subscriptions/<SubscriptionID>/resourceGroups/<ResourceGroup>/Microsoft.ApiManagement/service/<ServiceName>/<ResourceType>/<ResourceName>` */
32
- resourceUri?: string;
32
+ resourceUrl?: string;
33
33
  }
34
34
  export declare function apiManagementUserCreatedEventDataDeserializer(item: any): ApiManagementUserCreatedEventData;
35
35
  /** Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.UserUpdated event. */
36
36
  export interface ApiManagementUserUpdatedEventData {
37
37
  /** The fully qualified ID of the resource that the compliance state change is for, including the resource name and resource type. Uses the format, `/subscriptions/<SubscriptionID>/resourceGroups/<ResourceGroup>/Microsoft.ApiManagement/service/<ServiceName>/<ResourceType>/<ResourceName>` */
38
- resourceUri?: string;
38
+ resourceUrl?: string;
39
39
  }
40
40
  export declare function apiManagementUserUpdatedEventDataDeserializer(item: any): ApiManagementUserUpdatedEventData;
41
41
  /** Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.UserDeleted event. */
42
42
  export interface ApiManagementUserDeletedEventData {
43
43
  /** The fully qualified ID of the resource that the compliance state change is for, including the resource name and resource type. Uses the format, `/subscriptions/<SubscriptionID>/resourceGroups/<ResourceGroup>/Microsoft.ApiManagement/service/<ServiceName>/<ResourceType>/<ResourceName>` */
44
- resourceUri?: string;
44
+ resourceUrl?: string;
45
45
  }
46
46
  export declare function apiManagementUserDeletedEventDataDeserializer(item: any): ApiManagementUserDeletedEventData;
47
47
  /** Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.SubscriptionCreated event. */
48
48
  export interface ApiManagementSubscriptionCreatedEventData {
49
49
  /** The fully qualified ID of the resource that the compliance state change is for, including the resource name and resource type. Uses the format, `/subscriptions/<SubscriptionID>/resourceGroups/<ResourceGroup>/Microsoft.ApiManagement/service/<ServiceName>/<ResourceType>/<ResourceName>` */
50
- resourceUri?: string;
50
+ resourceUrl?: string;
51
51
  }
52
52
  export declare function apiManagementSubscriptionCreatedEventDataDeserializer(item: any): ApiManagementSubscriptionCreatedEventData;
53
53
  /** Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.SubscriptionUpdated event. */
54
54
  export interface ApiManagementSubscriptionUpdatedEventData {
55
55
  /** The fully qualified ID of the resource that the compliance state change is for, including the resource name and resource type. Uses the format, `/subscriptions/<SubscriptionID>/resourceGroups/<ResourceGroup>/Microsoft.ApiManagement/service/<ServiceName>/<ResourceType>/<ResourceName>` */
56
- resourceUri?: string;
56
+ resourceUrl?: string;
57
57
  }
58
58
  export declare function apiManagementSubscriptionUpdatedEventDataDeserializer(item: any): ApiManagementSubscriptionUpdatedEventData;
59
59
  /** Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.SubscriptionDeleted event. */
60
60
  export interface ApiManagementSubscriptionDeletedEventData {
61
61
  /** The fully qualified ID of the resource that the compliance state change is for, including the resource name and resource type. Uses the format, `/subscriptions/<SubscriptionID>/resourceGroups/<ResourceGroup>/Microsoft.ApiManagement/service/<ServiceName>/<ResourceType>/<ResourceName>` */
62
- resourceUri?: string;
62
+ resourceUrl?: string;
63
63
  }
64
64
  export declare function apiManagementSubscriptionDeletedEventDataDeserializer(item: any): ApiManagementSubscriptionDeletedEventData;
65
65
  /** Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.ProductCreated event. */
66
66
  export interface ApiManagementProductCreatedEventData {
67
67
  /** The fully qualified ID of the resource that the compliance state change is for, including the resource name and resource type. Uses the format, `/subscriptions/<SubscriptionID>/resourceGroups/<ResourceGroup>/Microsoft.ApiManagement/service/<ServiceName>/<ResourceType>/<ResourceName>` */
68
- resourceUri?: string;
68
+ resourceUrl?: string;
69
69
  }
70
70
  export declare function apiManagementProductCreatedEventDataDeserializer(item: any): ApiManagementProductCreatedEventData;
71
71
  /** Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.ProductUpdated event. */
72
72
  export interface ApiManagementProductUpdatedEventData {
73
73
  /** The fully qualified ID of the resource that the compliance state change is for, including the resource name and resource type. Uses the format, `/subscriptions/<SubscriptionID>/resourceGroups/<ResourceGroup>/Microsoft.ApiManagement/service/<ServiceName>/<ResourceType>/<ResourceName>` */
74
- resourceUri?: string;
74
+ resourceUrl?: string;
75
75
  }
76
76
  export declare function apiManagementProductUpdatedEventDataDeserializer(item: any): ApiManagementProductUpdatedEventData;
77
77
  /** Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.ProductDeleted event. */
78
78
  export interface ApiManagementProductDeletedEventData {
79
79
  /** The fully qualified ID of the resource that the compliance state change is for, including the resource name and resource type. Uses the format, `/subscriptions/<SubscriptionID>/resourceGroups/<ResourceGroup>/Microsoft.ApiManagement/service/<ServiceName>/<ResourceType>/<ResourceName>` */
80
- resourceUri?: string;
80
+ resourceUrl?: string;
81
81
  }
82
82
  export declare function apiManagementProductDeletedEventDataDeserializer(item: any): ApiManagementProductDeletedEventData;
83
83
  /** Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.APICreated event. */
84
84
  export interface ApiManagementApiCreatedEventData {
85
85
  /** The fully qualified ID of the resource that the compliance state change is for, including the resource name and resource type. Uses the format, `/subscriptions/<SubscriptionID>/resourceGroups/<ResourceGroup>/Microsoft.ApiManagement/service/<ServiceName>/<ResourceType>/<ResourceName>` */
86
- resourceUri?: string;
86
+ resourceUrl?: string;
87
87
  }
88
88
  export declare function apiManagementApiCreatedEventDataDeserializer(item: any): ApiManagementApiCreatedEventData;
89
89
  /** Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.APIUpdated event. */
90
90
  export interface ApiManagementApiUpdatedEventData {
91
91
  /** The fully qualified ID of the resource that the compliance state change is for, including the resource name and resource type. Uses the format, `/subscriptions/<SubscriptionID>/resourceGroups/<ResourceGroup>/Microsoft.ApiManagement/service/<ServiceName>/<ResourceType>/<ResourceName>` */
92
- resourceUri?: string;
92
+ resourceUrl?: string;
93
93
  }
94
94
  export declare function apiManagementApiUpdatedEventDataDeserializer(item: any): ApiManagementApiUpdatedEventData;
95
95
  /** Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.APIDeleted event. */
96
96
  export interface ApiManagementApiDeletedEventData {
97
97
  /** The fully qualified ID of the resource that the compliance state change is for, including the resource name and resource type. Uses the format, `/subscriptions/<SubscriptionID>/resourceGroups/<ResourceGroup>/Microsoft.ApiManagement/service/<ServiceName>/<ResourceType>/<ResourceName>` */
98
- resourceUri?: string;
98
+ resourceUrl?: string;
99
99
  }
100
100
  export declare function apiManagementApiDeletedEventDataDeserializer(item: any): ApiManagementApiDeletedEventData;
101
101
  /** Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.APIReleaseCreated event. */
102
102
  export interface ApiManagementApiReleaseCreatedEventData {
103
103
  /** The fully qualified ID of the resource that the compliance state change is for, including the resource name and resource type. Uses the format, `/subscriptions/<SubscriptionID>/resourceGroups/<ResourceGroup>/Microsoft.ApiManagement/service/<ServiceName>/<ResourceType>/<ResourceName>` */
104
- resourceUri?: string;
104
+ resourceUrl?: string;
105
105
  }
106
106
  export declare function apiManagementApiReleaseCreatedEventDataDeserializer(item: any): ApiManagementApiReleaseCreatedEventData;
107
107
  /** Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.APIReleaseUpdated event. */
108
108
  export interface ApiManagementApiReleaseUpdatedEventData {
109
109
  /** The fully qualified ID of the resource that the compliance state change is for, including the resource name and resource type. Uses the format, `/subscriptions/<SubscriptionID>/resourceGroups/<ResourceGroup>/Microsoft.ApiManagement/service/<ServiceName>/<ResourceType>/<ResourceName>` */
110
- resourceUri?: string;
110
+ resourceUrl?: string;
111
111
  }
112
112
  export declare function apiManagementApiReleaseUpdatedEventDataDeserializer(item: any): ApiManagementApiReleaseUpdatedEventData;
113
113
  /** Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.APIReleaseDeleted event. */
114
114
  export interface ApiManagementApiReleaseDeletedEventData {
115
115
  /** The fully qualified ID of the resource that the compliance state change is for, including the resource name and resource type. Uses the format, `/subscriptions/<SubscriptionID>/resourceGroups/<ResourceGroup>/Microsoft.ApiManagement/service/<ServiceName>/<ResourceType>/<ResourceName>` */
116
- resourceUri?: string;
116
+ resourceUrl?: string;
117
117
  }
118
118
  export declare function apiManagementApiReleaseDeletedEventDataDeserializer(item: any): ApiManagementApiReleaseDeletedEventData;
119
119
  /** Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.GatewayCreated event. */
120
120
  export interface ApiManagementGatewayCreatedEventData {
121
121
  /** The fully qualified ID of the resource that the compliance state change is for, including the resource name and resource type. Uses the format, `/subscriptions/<SubscriptionID>/resourceGroups/<ResourceGroup>/Microsoft.ApiManagement/service/<ServiceName>/gateways/<ResourceName>` */
122
- resourceUri?: string;
122
+ resourceUrl?: string;
123
123
  }
124
124
  export declare function apiManagementGatewayCreatedEventDataDeserializer(item: any): ApiManagementGatewayCreatedEventData;
125
125
  /** Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.GatewayUpdated event. */
126
126
  export interface ApiManagementGatewayUpdatedEventData {
127
127
  /** The fully qualified ID of the resource that the compliance state change is for, including the resource name and resource type. Uses the format, `/subscriptions/<SubscriptionID>/resourceGroups/<ResourceGroup>/Microsoft.ApiManagement/service/<ServiceName>/gateways/<ResourceName>` */
128
- resourceUri?: string;
128
+ resourceUrl?: string;
129
129
  }
130
130
  export declare function apiManagementGatewayUpdatedEventDataDeserializer(item: any): ApiManagementGatewayUpdatedEventData;
131
131
  /** Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.GatewayDeleted event. */
132
132
  export interface ApiManagementGatewayDeletedEventData {
133
133
  /** The fully qualified ID of the resource that the compliance state change is for, including the resource name and resource type. Uses the format, `/subscriptions/<SubscriptionID>/resourceGroups/<ResourceGroup>/Microsoft.ApiManagement/service/<ServiceName>/gateways/<ResourceName>` */
134
- resourceUri?: string;
134
+ resourceUrl?: string;
135
135
  }
136
136
  export declare function apiManagementGatewayDeletedEventDataDeserializer(item: any): ApiManagementGatewayDeletedEventData;
137
137
  /** Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.GatewayHostnameConfigurationCreated event. */
138
138
  export interface ApiManagementGatewayHostnameConfigurationCreatedEventData {
139
139
  /** The fully qualified ID of the resource that the compliance state change is for, including the resource name and resource type. Uses the format, `/subscriptions/<SubscriptionID>/resourceGroups/<ResourceGroup>/Microsoft.ApiManagement/service/<ServiceName>/gateways/<GatewayName>/hostnameConfigurations/<ResourceName>` */
140
- resourceUri?: string;
140
+ resourceUrl?: string;
141
141
  }
142
142
  export declare function apiManagementGatewayHostnameConfigurationCreatedEventDataDeserializer(item: any): ApiManagementGatewayHostnameConfigurationCreatedEventData;
143
143
  /** Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.GatewayHostnameConfigurationUpdated event. */
144
144
  export interface ApiManagementGatewayHostnameConfigurationUpdatedEventData {
145
145
  /** The fully qualified ID of the resource that the compliance state change is for, including the resource name and resource type. Uses the format, `/subscriptions/<SubscriptionID>/resourceGroups/<ResourceGroup>/Microsoft.ApiManagement/service/<ServiceName>/gateways/<GatewayName>/hostnameConfigurations/<ResourceName>` */
146
- resourceUri?: string;
146
+ resourceUrl?: string;
147
147
  }
148
148
  export declare function apiManagementGatewayHostnameConfigurationUpdatedEventDataDeserializer(item: any): ApiManagementGatewayHostnameConfigurationUpdatedEventData;
149
149
  /** Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.GatewayHostnameConfigurationDeleted event. */
150
150
  export interface ApiManagementGatewayHostnameConfigurationDeletedEventData {
151
151
  /** The fully qualified ID of the resource that the compliance state change is for, including the resource name and resource type. Uses the format, `/subscriptions/<SubscriptionID>/resourceGroups/<ResourceGroup>/Microsoft.ApiManagement/service/<ServiceName>/gateways/<GatewayName>/hostnameConfigurations/<ResourceName>` */
152
- resourceUri?: string;
152
+ resourceUrl?: string;
153
153
  }
154
154
  export declare function apiManagementGatewayHostnameConfigurationDeletedEventDataDeserializer(item: any): ApiManagementGatewayHostnameConfigurationDeletedEventData;
155
155
  /** Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.GatewayCertificateAuthorityCreated event. */
156
156
  export interface ApiManagementGatewayCertificateAuthorityCreatedEventData {
157
157
  /** The fully qualified ID of the resource that the compliance state change is for, including the resource name and resource type. Uses the format, `/subscriptions/<SubscriptionID>/resourceGroups/<ResourceGroup>/Microsoft.ApiManagement/service/<ServiceName>/gateways/<GatewayName>/certificateAuthorities/<ResourceName>` */
158
- resourceUri?: string;
158
+ resourceUrl?: string;
159
159
  }
160
160
  export declare function apiManagementGatewayCertificateAuthorityCreatedEventDataDeserializer(item: any): ApiManagementGatewayCertificateAuthorityCreatedEventData;
161
161
  /** Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.GatewayCertificateAuthorityUpdated event. */
162
162
  export interface ApiManagementGatewayCertificateAuthorityUpdatedEventData {
163
163
  /** The fully qualified ID of the resource that the compliance state change is for, including the resource name and resource type. Uses the format, `/subscriptions/<SubscriptionID>/resourceGroups/<ResourceGroup>/Microsoft.ApiManagement/service/<ServiceName>/gateways/<GatewayName>/certificateAuthorities/<ResourceName>` */
164
- resourceUri?: string;
164
+ resourceUrl?: string;
165
165
  }
166
166
  export declare function apiManagementGatewayCertificateAuthorityUpdatedEventDataDeserializer(item: any): ApiManagementGatewayCertificateAuthorityUpdatedEventData;
167
167
  /** Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.GatewayCertificateAuthorityDeleted event. */
168
168
  export interface ApiManagementGatewayCertificateAuthorityDeletedEventData {
169
169
  /** The fully qualified ID of the resource that the compliance state change is for, including the resource name and resource type. Uses the format, `/subscriptions/<SubscriptionID>/resourceGroups/<ResourceGroup>/Microsoft.ApiManagement/service/<ServiceName>/gateways/<GatewayName>/certificateAuthorities/<ResourceName>` */
170
- resourceUri?: string;
170
+ resourceUrl?: string;
171
171
  }
172
172
  export declare function apiManagementGatewayCertificateAuthorityDeletedEventDataDeserializer(item: any): ApiManagementGatewayCertificateAuthorityDeletedEventData;
173
173
  /** Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.GatewayAPIAdded event. */
174
174
  export interface ApiManagementGatewayApiAddedEventData {
175
175
  /** The fully qualified ID of the resource that the compliance state change is for, including the resource name and resource type. Uses the format, `/subscriptions/<SubscriptionID>/resourceGroups/<ResourceGroup>/Microsoft.ApiManagement/service/<ServiceName>/gateways/<GatewayName>/apis/<ResourceName>` */
176
- resourceUri?: string;
176
+ resourceUrl?: string;
177
177
  }
178
178
  export declare function apiManagementGatewayApiAddedEventDataDeserializer(item: any): ApiManagementGatewayApiAddedEventData;
179
179
  /** Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.GatewayAPIRemoved event. */
180
180
  export interface ApiManagementGatewayApiRemovedEventData {
181
181
  /** The fully qualified ID of the resource that the compliance state change is for, including the resource name and resource type. Uses the format, `/subscriptions/<SubscriptionID>/resourceGroups/<ResourceGroup>/Microsoft.ApiManagement/service/<ServiceName>/gateways/<GatewayName>/apis/<ResourceName>` */
182
- resourceUri?: string;
182
+ resourceUrl?: string;
183
183
  }
184
184
  export declare function apiManagementGatewayApiRemovedEventDataDeserializer(item: any): ApiManagementGatewayApiRemovedEventData;
185
185
  /** Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.CircuitBreaker.Opened event. */
@@ -1776,7 +1776,7 @@ export interface ContainerRegistryEventSource {
1776
1776
  /** The IP or hostname and the port of the registry node that generated the event. Generally, this will be resolved by os.Hostname() along with the running port. */
1777
1777
  addr?: string;
1778
1778
  /** The running instance of an application. Changes after each restart. */
1779
- instanceID?: string;
1779
+ instanceId?: string;
1780
1780
  }
1781
1781
  export declare function containerRegistryEventSourceDeserializer(item: any): ContainerRegistryEventSource;
1782
1782
  /** The connected registry information if the event is generated by a connected registry. */
@@ -3757,7 +3757,7 @@ export type StorageTaskAssignmentCompletedStatus = string;
3757
3757
  /** Detail of action on the app. */
3758
3758
  export interface AppEventTypeDetail {
3759
3759
  /** Type of action of the operation. */
3760
- action: AppAction;
3760
+ action?: AppAction;
3761
3761
  }
3762
3762
  export declare function appEventTypeDetailDeserializer(item: any): AppEventTypeDetail;
3763
3763
  /** Type of action of the operation */
@@ -3791,7 +3791,7 @@ export type AppAction = string;
3791
3791
  /** Schema of the Data property of an EventGridEvent for a Microsoft.Web.AppUpdated event. */
3792
3792
  export interface WebAppUpdatedEventData {
3793
3793
  /** Detail of action on the app. */
3794
- appEventTypeDetail: AppEventTypeDetail;
3794
+ appEventTypeDetail?: AppEventTypeDetail;
3795
3795
  /** name of the web site that had this event. */
3796
3796
  name?: string;
3797
3797
  /** The client request id generated by the app service for the site API operation that triggered this event. */
@@ -3809,7 +3809,7 @@ export declare function webAppUpdatedEventDataDeserializer(item: any): WebAppUpd
3809
3809
  /** Schema of the Data property of an EventGridEvent for a Microsoft.Web.BackupOperationStarted event. */
3810
3810
  export interface WebBackupOperationStartedEventData {
3811
3811
  /** Detail of action on the app. */
3812
- appEventTypeDetail: AppEventTypeDetail;
3812
+ appEventTypeDetail?: AppEventTypeDetail;
3813
3813
  /** name of the web site that had this event. */
3814
3814
  name?: string;
3815
3815
  /** The client request id generated by the app service for the site API operation that triggered this event. */
@@ -3827,7 +3827,7 @@ export declare function webBackupOperationStartedEventDataDeserializer(item: any
3827
3827
  /** Schema of the Data property of an EventGridEvent for a Microsoft.Web.BackupOperationCompleted event. */
3828
3828
  export interface WebBackupOperationCompletedEventData {
3829
3829
  /** Detail of action on the app. */
3830
- appEventTypeDetail: AppEventTypeDetail;
3830
+ appEventTypeDetail?: AppEventTypeDetail;
3831
3831
  /** name of the web site that had this event. */
3832
3832
  name?: string;
3833
3833
  /** The client request id generated by the app service for the site API operation that triggered this event. */
@@ -3845,7 +3845,7 @@ export declare function webBackupOperationCompletedEventDataDeserializer(item: a
3845
3845
  /** Schema of the Data property of an EventGridEvent for a Microsoft.Web.BackupOperationFailed event. */
3846
3846
  export interface WebBackupOperationFailedEventData {
3847
3847
  /** Detail of action on the app. */
3848
- appEventTypeDetail: AppEventTypeDetail;
3848
+ appEventTypeDetail?: AppEventTypeDetail;
3849
3849
  /** name of the web site that had this event. */
3850
3850
  name?: string;
3851
3851
  /** The client request id generated by the app service for the site API operation that triggered this event. */
@@ -3863,7 +3863,7 @@ export declare function webBackupOperationFailedEventDataDeserializer(item: any)
3863
3863
  /** Schema of the Data property of an EventGridEvent for a Microsoft.Web.RestoreOperationStarted event. */
3864
3864
  export interface WebRestoreOperationStartedEventData {
3865
3865
  /** Detail of action on the app. */
3866
- appEventTypeDetail: AppEventTypeDetail;
3866
+ appEventTypeDetail?: AppEventTypeDetail;
3867
3867
  /** name of the web site that had this event. */
3868
3868
  name?: string;
3869
3869
  /** The client request id generated by the app service for the site API operation that triggered this event. */
@@ -3881,7 +3881,7 @@ export declare function webRestoreOperationStartedEventDataDeserializer(item: an
3881
3881
  /** Schema of the Data property of an EventGridEvent for a Microsoft.Web.RestoreOperationCompleted event. */
3882
3882
  export interface WebRestoreOperationCompletedEventData {
3883
3883
  /** Detail of action on the app. */
3884
- appEventTypeDetail: AppEventTypeDetail;
3884
+ appEventTypeDetail?: AppEventTypeDetail;
3885
3885
  /** name of the web site that had this event. */
3886
3886
  name?: string;
3887
3887
  /** The client request id generated by the app service for the site API operation that triggered this event. */
@@ -3899,7 +3899,7 @@ export declare function webRestoreOperationCompletedEventDataDeserializer(item:
3899
3899
  /** Schema of the Data property of an EventGridEvent for a Microsoft.Web.RestoreOperationFailed event. */
3900
3900
  export interface WebRestoreOperationFailedEventData {
3901
3901
  /** Detail of action on the app. */
3902
- appEventTypeDetail: AppEventTypeDetail;
3902
+ appEventTypeDetail?: AppEventTypeDetail;
3903
3903
  /** name of the web site that had this event. */
3904
3904
  name?: string;
3905
3905
  /** The client request id generated by the app service for the site API operation that triggered this event. */
@@ -3917,7 +3917,7 @@ export declare function webRestoreOperationFailedEventDataDeserializer(item: any
3917
3917
  /** Schema of the Data property of an EventGridEvent for a Microsoft.Web.SlotSwapStarted event. */
3918
3918
  export interface WebSlotSwapStartedEventData {
3919
3919
  /** Detail of action on the app. */
3920
- appEventTypeDetail: AppEventTypeDetail;
3920
+ appEventTypeDetail?: AppEventTypeDetail;
3921
3921
  /** name of the web site that had this event. */
3922
3922
  name?: string;
3923
3923
  /** The client request id generated by the app service for the site API operation that triggered this event. */
@@ -3935,7 +3935,7 @@ export declare function webSlotSwapStartedEventDataDeserializer(item: any): WebS
3935
3935
  /** Schema of the Data property of an EventGridEvent for a Microsoft.Web.SlotSwapCompleted event. */
3936
3936
  export interface WebSlotSwapCompletedEventData {
3937
3937
  /** Detail of action on the app. */
3938
- appEventTypeDetail: AppEventTypeDetail;
3938
+ appEventTypeDetail?: AppEventTypeDetail;
3939
3939
  /** name of the web site that had this event. */
3940
3940
  name?: string;
3941
3941
  /** The client request id generated by the app service for the site API operation that triggered this event. */
@@ -3953,7 +3953,7 @@ export declare function webSlotSwapCompletedEventDataDeserializer(item: any): We
3953
3953
  /** Schema of the Data property of an EventGridEvent for a Microsoft.Web.SlotSwapFailed event. */
3954
3954
  export interface WebSlotSwapFailedEventData {
3955
3955
  /** Detail of action on the app. */
3956
- appEventTypeDetail: AppEventTypeDetail;
3956
+ appEventTypeDetail?: AppEventTypeDetail;
3957
3957
  /** name of the web site that had this event. */
3958
3958
  name?: string;
3959
3959
  /** The client request id generated by the app service for the site API operation that triggered this event. */
@@ -3971,7 +3971,7 @@ export declare function webSlotSwapFailedEventDataDeserializer(item: any): WebSl
3971
3971
  /** Schema of the Data property of an EventGridEvent for a Microsoft.Web.SlotSwapWithPreviewStarted event. */
3972
3972
  export interface WebSlotSwapWithPreviewStartedEventData {
3973
3973
  /** Detail of action on the app. */
3974
- appEventTypeDetail: AppEventTypeDetail;
3974
+ appEventTypeDetail?: AppEventTypeDetail;
3975
3975
  /** name of the web site that had this event. */
3976
3976
  name?: string;
3977
3977
  /** The client request id generated by the app service for the site API operation that triggered this event. */
@@ -3989,7 +3989,7 @@ export declare function webSlotSwapWithPreviewStartedEventDataDeserializer(item:
3989
3989
  /** Schema of the Data property of an EventGridEvent for a Microsoft.Web.SlotSwapWithPreviewCancelled event. */
3990
3990
  export interface WebSlotSwapWithPreviewCancelledEventData {
3991
3991
  /** Detail of action on the app. */
3992
- appEventTypeDetail: AppEventTypeDetail;
3992
+ appEventTypeDetail?: AppEventTypeDetail;
3993
3993
  /** name of the web site that had this event. */
3994
3994
  name?: string;
3995
3995
  /** The client request id generated by the app service for the site API operation that triggered this event. */
@@ -4007,9 +4007,9 @@ export declare function webSlotSwapWithPreviewCancelledEventDataDeserializer(ite
4007
4007
  /** Schema of the Data property of an EventGridEvent for a Microsoft.Web.AppServicePlanUpdated event. */
4008
4008
  export interface WebAppServicePlanUpdatedEventData {
4009
4009
  /** Detail of action on the app service plan. */
4010
- appServicePlanEventTypeDetail: AppServicePlanEventTypeDetail;
4010
+ appServicePlanEventTypeDetail?: AppServicePlanEventTypeDetail;
4011
4011
  /** sku of app service plan. */
4012
- sku: WebAppServicePlanUpdatedEventDataSku;
4012
+ sku?: WebAppServicePlanUpdatedEventDataSku;
4013
4013
  /** name of the app service plan that had this event. */
4014
4014
  name?: string;
4015
4015
  /** The client request id generated by the app service for the app service plan API operation that triggered this event. */
@@ -4027,11 +4027,11 @@ export declare function webAppServicePlanUpdatedEventDataDeserializer(item: any)
4027
4027
  /** Detail of action on the app service plan. */
4028
4028
  export interface AppServicePlanEventTypeDetail {
4029
4029
  /** Kind of environment where app service plan is. */
4030
- stampKind: StampKind;
4030
+ stampKind?: StampKind;
4031
4031
  /** Type of action on the app service plan. */
4032
- action: AppServicePlanAction;
4032
+ action?: AppServicePlanAction;
4033
4033
  /** Asynchronous operation status of the operation on the app service plan. */
4034
- status: AsyncStatus;
4034
+ status?: AsyncStatus;
4035
4035
  }
4036
4036
  export declare function appServicePlanEventTypeDetailDeserializer(item: any): AppServicePlanEventTypeDetail;
4037
4037
  /** Kind of environment where app service plan is. */
@@ -4144,7 +4144,7 @@ export interface EventGridMqttClientEventData {
4144
4144
  */
4145
4145
  clientAuthenticationName: string;
4146
4146
  /** Name of the client resource in the Event Grid namespace. */
4147
- clientName: string;
4147
+ clientName?: string;
4148
4148
  /** Name of the Event Grid namespace where the MQTT client was created or updated. */
4149
4149
  namespaceName: string;
4150
4150
  }
@@ -4355,9 +4355,4 @@ export declare function resourceNotificationsResourceManagementDeletedEventDataD
4355
4355
  export interface ResourceNotificationsContainerServiceEventResourcesScheduledEventData extends ResourceNotificationsResourceUpdatedEventData {
4356
4356
  }
4357
4357
  export declare function resourceNotificationsContainerServiceEventResourcesScheduledEventDataDeserializer(item: any): ResourceNotificationsContainerServiceEventResourcesScheduledEventData;
4358
- /** Known values of {@link ServiceApiVersions} that the service accepts. */
4359
- export declare enum KnownServiceApiVersions {
4360
- V20180101 = "2018-01-01",
4361
- V20240101 = "2024-01-01"
4362
- }
4363
4358
  //# sourceMappingURL=models.d.ts.map