@azure/arm-monitor 8.0.0-beta.1 → 8.0.0-beta.2

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 (184) hide show
  1. package/CHANGELOG.md +83 -8
  2. package/dist/index.js +1712 -1011
  3. package/dist/index.js.map +1 -1
  4. package/dist/index.min.js +1 -1
  5. package/dist/index.min.js.map +1 -1
  6. package/dist-esm/samples-dev/autoscaleSettingsCreateOrUpdateSample.js +3 -2
  7. package/dist-esm/samples-dev/autoscaleSettingsCreateOrUpdateSample.js.map +1 -1
  8. package/dist-esm/samples-dev/autoscaleSettingsDeleteSample.js +1 -1
  9. package/dist-esm/samples-dev/autoscaleSettingsGetSample.js +1 -1
  10. package/dist-esm/samples-dev/autoscaleSettingsListByResourceGroupSample.js +1 -1
  11. package/dist-esm/samples-dev/autoscaleSettingsListBySubscriptionSample.js +3 -3
  12. package/dist-esm/samples-dev/autoscaleSettingsListBySubscriptionSample.js.map +1 -1
  13. package/dist-esm/samples-dev/autoscaleSettingsUpdateSample.js +3 -4
  14. package/dist-esm/samples-dev/autoscaleSettingsUpdateSample.js.map +1 -1
  15. package/dist-esm/samples-dev/diagnosticSettingsCategoryGetSample.js +1 -1
  16. package/dist-esm/samples-dev/diagnosticSettingsCategoryListSample.js +18 -4
  17. package/dist-esm/samples-dev/diagnosticSettingsCategoryListSample.js.map +1 -1
  18. package/dist-esm/samples-dev/diagnosticSettingsCreateOrUpdateSample.js +44 -3
  19. package/dist-esm/samples-dev/diagnosticSettingsCreateOrUpdateSample.js.map +1 -1
  20. package/dist-esm/samples-dev/diagnosticSettingsDeleteSample.js +1 -1
  21. package/dist-esm/samples-dev/diagnosticSettingsGetSample.js +19 -1
  22. package/dist-esm/samples-dev/diagnosticSettingsGetSample.js.map +1 -1
  23. package/dist-esm/samples-dev/diagnosticSettingsListSample.js +49 -4
  24. package/dist-esm/samples-dev/diagnosticSettingsListSample.js.map +1 -1
  25. package/dist-esm/samples-dev/predictiveMetricGetSample.d.ts +2 -0
  26. package/dist-esm/samples-dev/predictiveMetricGetSample.d.ts.map +1 -0
  27. package/dist-esm/samples-dev/predictiveMetricGetSample.js +36 -0
  28. package/dist-esm/samples-dev/predictiveMetricGetSample.js.map +1 -0
  29. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js +1 -1
  30. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +1 -1
  31. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +1 -1
  32. package/dist-esm/samples-dev/privateEndpointConnectionsListByPrivateLinkScopeSample.js +4 -18
  33. package/dist-esm/samples-dev/privateEndpointConnectionsListByPrivateLinkScopeSample.js.map +1 -1
  34. package/dist-esm/samples-dev/privateLinkResourcesGetSample.js +1 -1
  35. package/dist-esm/samples-dev/privateLinkResourcesListByPrivateLinkScopeSample.js +4 -18
  36. package/dist-esm/samples-dev/privateLinkResourcesListByPrivateLinkScopeSample.js.map +1 -1
  37. package/dist-esm/samples-dev/privateLinkScopeOperationStatusGetSample.js +1 -1
  38. package/dist-esm/samples-dev/privateLinkScopedResourcesCreateOrUpdateSample.js +1 -1
  39. package/dist-esm/samples-dev/privateLinkScopedResourcesDeleteSample.js +1 -1
  40. package/dist-esm/samples-dev/privateLinkScopedResourcesGetSample.js +1 -1
  41. package/dist-esm/samples-dev/privateLinkScopedResourcesListByPrivateLinkScopeSample.js +1 -1
  42. package/dist-esm/samples-dev/privateLinkScopesCreateOrUpdateSample.js +12 -2
  43. package/dist-esm/samples-dev/privateLinkScopesCreateOrUpdateSample.js.map +1 -1
  44. package/dist-esm/samples-dev/privateLinkScopesDeleteSample.js +1 -1
  45. package/dist-esm/samples-dev/privateLinkScopesGetSample.js +1 -1
  46. package/dist-esm/samples-dev/privateLinkScopesListByResourceGroupSample.js +1 -1
  47. package/dist-esm/samples-dev/privateLinkScopesListSample.js +1 -1
  48. package/dist-esm/samples-dev/privateLinkScopesUpdateTagsSample.js +1 -1
  49. package/dist-esm/src/models/index.d.ts +728 -354
  50. package/dist-esm/src/models/index.d.ts.map +1 -1
  51. package/dist-esm/src/models/index.js +205 -8
  52. package/dist-esm/src/models/index.js.map +1 -1
  53. package/dist-esm/src/models/mappers.d.ts +31 -20
  54. package/dist-esm/src/models/mappers.d.ts.map +1 -1
  55. package/dist-esm/src/models/mappers.js +969 -623
  56. package/dist-esm/src/models/mappers.js.map +1 -1
  57. package/dist-esm/src/models/parameters.d.ts +19 -13
  58. package/dist-esm/src/models/parameters.d.ts.map +1 -1
  59. package/dist-esm/src/models/parameters.js +79 -18
  60. package/dist-esm/src/models/parameters.js.map +1 -1
  61. package/dist-esm/src/monitorClient.d.ts +2 -1
  62. package/dist-esm/src/monitorClient.d.ts.map +1 -1
  63. package/dist-esm/src/monitorClient.js +20 -14
  64. package/dist-esm/src/monitorClient.js.map +1 -1
  65. package/dist-esm/src/operations/actionGroups.js +25 -25
  66. package/dist-esm/src/operations/actionGroups.js.map +1 -1
  67. package/dist-esm/src/operations/activityLogAlerts.js +8 -8
  68. package/dist-esm/src/operations/activityLogs.js +2 -2
  69. package/dist-esm/src/operations/activityLogs.js.map +1 -1
  70. package/dist-esm/src/operations/alertRuleIncidents.js +2 -2
  71. package/dist-esm/src/operations/alertRules.js +6 -6
  72. package/dist-esm/src/operations/autoscaleSettings.js +8 -8
  73. package/dist-esm/src/operations/autoscaleSettings.js.map +1 -1
  74. package/dist-esm/src/operations/baselines.js +4 -4
  75. package/dist-esm/src/operations/baselines.js.map +1 -1
  76. package/dist-esm/src/operations/dataCollectionEndpoints.js +8 -8
  77. package/dist-esm/src/operations/dataCollectionRuleAssociations.js +9 -9
  78. package/dist-esm/src/operations/dataCollectionRules.js +8 -8
  79. package/dist-esm/src/operations/diagnosticSettings.d.ts +11 -2
  80. package/dist-esm/src/operations/diagnosticSettings.d.ts.map +1 -1
  81. package/dist-esm/src/operations/diagnosticSettings.js +50 -5
  82. package/dist-esm/src/operations/diagnosticSettings.js.map +1 -1
  83. package/dist-esm/src/operations/diagnosticSettingsCategory.d.ts +11 -2
  84. package/dist-esm/src/operations/diagnosticSettingsCategory.d.ts.map +1 -1
  85. package/dist-esm/src/operations/diagnosticSettingsCategory.js +48 -3
  86. package/dist-esm/src/operations/diagnosticSettingsCategory.js.map +1 -1
  87. package/dist-esm/src/operations/eventCategories.js +1 -1
  88. package/dist-esm/src/operations/eventCategories.js.map +1 -1
  89. package/dist-esm/src/operations/index.d.ts +1 -0
  90. package/dist-esm/src/operations/index.d.ts.map +1 -1
  91. package/dist-esm/src/operations/index.js +1 -0
  92. package/dist-esm/src/operations/index.js.map +1 -1
  93. package/dist-esm/src/operations/logProfiles.js +5 -5
  94. package/dist-esm/src/operations/metricAlerts.js +6 -6
  95. package/dist-esm/src/operations/metricAlertsStatus.js +2 -2
  96. package/dist-esm/src/operations/metricDefinitions.js +1 -1
  97. package/dist-esm/src/operations/metricNamespaces.js +1 -1
  98. package/dist-esm/src/operations/metrics.js +4 -4
  99. package/dist-esm/src/operations/metrics.js.map +1 -1
  100. package/dist-esm/src/operations/operations.js +1 -1
  101. package/dist-esm/src/operations/operations.js.map +1 -1
  102. package/dist-esm/src/operations/predictiveMetric.d.ts +28 -0
  103. package/dist-esm/src/operations/predictiveMetric.d.ts.map +1 -0
  104. package/dist-esm/src/operations/predictiveMetric.js +77 -0
  105. package/dist-esm/src/operations/predictiveMetric.js.map +1 -0
  106. package/dist-esm/src/operations/privateEndpointConnections.d.ts +4 -22
  107. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -1
  108. package/dist-esm/src/operations/privateEndpointConnections.js +27 -89
  109. package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -1
  110. package/dist-esm/src/operations/privateLinkResources.d.ts +2 -20
  111. package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -1
  112. package/dist-esm/src/operations/privateLinkResources.js +8 -83
  113. package/dist-esm/src/operations/privateLinkResources.js.map +1 -1
  114. package/dist-esm/src/operations/privateLinkScopeOperationStatus.js +4 -1
  115. package/dist-esm/src/operations/privateLinkScopeOperationStatus.js.map +1 -1
  116. package/dist-esm/src/operations/privateLinkScopedResources.js +27 -6
  117. package/dist-esm/src/operations/privateLinkScopedResources.js.map +1 -1
  118. package/dist-esm/src/operations/privateLinkScopes.js +39 -9
  119. package/dist-esm/src/operations/privateLinkScopes.js.map +1 -1
  120. package/dist-esm/src/operations/scheduledQueryRules.js +6 -6
  121. package/dist-esm/src/operations/tenantActivityLogs.js +2 -2
  122. package/dist-esm/src/operations/tenantActivityLogs.js.map +1 -1
  123. package/dist-esm/src/operations/vMInsights.js +1 -1
  124. package/dist-esm/src/operations/vMInsights.js.map +1 -1
  125. package/dist-esm/src/operationsInterfaces/diagnosticSettings.d.ts +8 -7
  126. package/dist-esm/src/operationsInterfaces/diagnosticSettings.d.ts.map +1 -1
  127. package/dist-esm/src/operationsInterfaces/diagnosticSettingsCategory.d.ts +7 -6
  128. package/dist-esm/src/operationsInterfaces/diagnosticSettingsCategory.d.ts.map +1 -1
  129. package/dist-esm/src/operationsInterfaces/index.d.ts +1 -0
  130. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
  131. package/dist-esm/src/operationsInterfaces/index.js +1 -0
  132. package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
  133. package/dist-esm/src/operationsInterfaces/predictiveMetric.d.ts +20 -0
  134. package/dist-esm/src/operationsInterfaces/predictiveMetric.d.ts.map +1 -0
  135. package/dist-esm/src/operationsInterfaces/predictiveMetric.js +9 -0
  136. package/dist-esm/src/operationsInterfaces/predictiveMetric.js.map +1 -0
  137. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +10 -11
  138. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
  139. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +2 -3
  140. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -1
  141. package/dist-esm/test/monitor_examples.js +1 -1
  142. package/package.json +3 -4
  143. package/review/arm-monitor.api.md +341 -355
  144. package/src/models/index.ts +752 -370
  145. package/src/models/mappers.ts +1090 -722
  146. package/src/models/parameters.ts +85 -18
  147. package/src/monitorClient.ts +27 -16
  148. package/src/operations/actionGroups.ts +25 -33
  149. package/src/operations/activityLogAlerts.ts +8 -8
  150. package/src/operations/activityLogs.ts +2 -2
  151. package/src/operations/alertRuleIncidents.ts +2 -2
  152. package/src/operations/alertRules.ts +6 -6
  153. package/src/operations/autoscaleSettings.ts +8 -8
  154. package/src/operations/baselines.ts +4 -4
  155. package/src/operations/dataCollectionEndpoints.ts +8 -8
  156. package/src/operations/dataCollectionRuleAssociations.ts +9 -9
  157. package/src/operations/dataCollectionRules.ts +8 -8
  158. package/src/operations/diagnosticSettings.ts +49 -7
  159. package/src/operations/diagnosticSettingsCategory.ts +47 -4
  160. package/src/operations/eventCategories.ts +1 -1
  161. package/src/operations/index.ts +1 -0
  162. package/src/operations/logProfiles.ts +5 -5
  163. package/src/operations/metricAlerts.ts +6 -6
  164. package/src/operations/metricAlertsStatus.ts +2 -2
  165. package/src/operations/metricDefinitions.ts +1 -1
  166. package/src/operations/metricNamespaces.ts +1 -1
  167. package/src/operations/metrics.ts +4 -4
  168. package/src/operations/operations.ts +1 -1
  169. package/src/operations/predictiveMetric.ts +101 -0
  170. package/src/operations/privateEndpointConnections.ts +29 -124
  171. package/src/operations/privateLinkResources.ts +10 -118
  172. package/src/operations/privateLinkScopeOperationStatus.ts +4 -1
  173. package/src/operations/privateLinkScopedResources.ts +27 -6
  174. package/src/operations/privateLinkScopes.ts +39 -9
  175. package/src/operations/scheduledQueryRules.ts +6 -6
  176. package/src/operations/tenantActivityLogs.ts +2 -2
  177. package/src/operations/vMInsights.ts +1 -1
  178. package/src/operationsInterfaces/diagnosticSettings.ts +14 -13
  179. package/src/operationsInterfaces/diagnosticSettingsCategory.ts +14 -12
  180. package/src/operationsInterfaces/index.ts +1 -0
  181. package/src/operationsInterfaces/predictiveMetric.ts +40 -0
  182. package/src/operationsInterfaces/privateEndpointConnections.ts +17 -18
  183. package/src/operationsInterfaces/privateLinkResources.ts +2 -4
  184. package/types/arm-monitor.d.ts +638 -227
@@ -10,6 +10,23 @@ import { PagedAsyncIterableIterator } from '@azure/core-paging';
10
10
  import { PollerLike } from '@azure/core-lro';
11
11
  import { PollOperationState } from '@azure/core-lro';
12
12
 
13
+ // @public
14
+ export type AccessMode = string;
15
+
16
+ // @public
17
+ export interface AccessModeSettings {
18
+ exclusions?: AccessModeSettingsExclusion[];
19
+ ingestionAccessMode: AccessMode;
20
+ queryAccessMode: AccessMode;
21
+ }
22
+
23
+ // @public
24
+ export interface AccessModeSettingsExclusion {
25
+ ingestionAccessMode?: AccessMode;
26
+ privateEndpointConnectionName?: string;
27
+ queryAccessMode?: AccessMode;
28
+ }
29
+
13
30
  // @public
14
31
  export interface Action {
15
32
  odataType: "Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models.Microsoft.AppInsights.Nexus.DataContracts.Resources.ScheduledQueryRules.AlertingAction" | "Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models.Microsoft.AppInsights.Nexus.DataContracts.Resources.ScheduledQueryRules.LogToMetricAction";
@@ -48,21 +65,21 @@ export interface ActionGroupPatchBody {
48
65
  }
49
66
 
50
67
  // @public
51
- export type ActionGroupResource = AzureResource & {
52
- groupShortName?: string;
53
- enabled?: boolean;
54
- emailReceivers?: EmailReceiver[];
55
- smsReceivers?: SmsReceiver[];
56
- webhookReceivers?: WebhookReceiver[];
57
- itsmReceivers?: ItsmReceiver[];
58
- azureAppPushReceivers?: AzureAppPushReceiver[];
68
+ export interface ActionGroupResource extends AzureResource {
69
+ armRoleReceivers?: ArmRoleReceiver[];
59
70
  automationRunbookReceivers?: AutomationRunbookReceiver[];
60
- voiceReceivers?: VoiceReceiver[];
61
- logicAppReceivers?: LogicAppReceiver[];
71
+ azureAppPushReceivers?: AzureAppPushReceiver[];
62
72
  azureFunctionReceivers?: AzureFunctionReceiver[];
63
- armRoleReceivers?: ArmRoleReceiver[];
73
+ emailReceivers?: EmailReceiver[];
74
+ enabled?: boolean;
64
75
  eventHubReceivers?: EventHubReceiver[];
65
- };
76
+ groupShortName?: string;
77
+ itsmReceivers?: ItsmReceiver[];
78
+ logicAppReceivers?: LogicAppReceiver[];
79
+ smsReceivers?: SmsReceiver[];
80
+ voiceReceivers?: VoiceReceiver[];
81
+ webhookReceivers?: WebhookReceiver[];
82
+ }
66
83
 
67
84
  // @public
68
85
  export interface ActionGroups {
@@ -96,7 +113,7 @@ export interface ActionGroupsCreateNotificationsAtActionGroupResourceLevelOption
96
113
  }
97
114
 
98
115
  // @public
99
- export type ActionGroupsCreateNotificationsAtActionGroupResourceLevelResponse = ActionGroupsCreateNotificationsAtActionGroupResourceLevelHeaders;
116
+ export type ActionGroupsCreateNotificationsAtActionGroupResourceLevelResponse = TestNotificationDetailsResponse;
100
117
 
101
118
  // @public
102
119
  export interface ActionGroupsCreateNotificationsAtResourceGroupLevelHeaders {
@@ -110,7 +127,7 @@ export interface ActionGroupsCreateNotificationsAtResourceGroupLevelOptionalPara
110
127
  }
111
128
 
112
129
  // @public
113
- export type ActionGroupsCreateNotificationsAtResourceGroupLevelResponse = ActionGroupsCreateNotificationsAtResourceGroupLevelHeaders;
130
+ export type ActionGroupsCreateNotificationsAtResourceGroupLevelResponse = TestNotificationDetailsResponse;
114
131
 
115
132
  // @public
116
133
  export interface ActionGroupsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
@@ -181,7 +198,7 @@ export interface ActionGroupsPostTestNotificationsOptionalParams extends coreCli
181
198
  }
182
199
 
183
200
  // @public
184
- export type ActionGroupsPostTestNotificationsResponse = ActionGroupsPostTestNotificationsHeaders;
201
+ export type ActionGroupsPostTestNotificationsResponse = TestNotificationDetailsResponse;
185
202
 
186
203
  // @public
187
204
  export interface ActionGroupsUpdateOptionalParams extends coreClient.OperationOptions {
@@ -199,13 +216,13 @@ export interface ActionList {
199
216
  export type ActionUnion = Action | AlertingAction | LogToMetricAction;
200
217
 
201
218
  // @public
202
- export type ActivityLogAlertResource = AzureResourceAutoGenerated & {
203
- scopes?: string[];
204
- condition?: AlertRuleAllOfCondition;
219
+ export interface ActivityLogAlertResource extends AzureResourceAutoGenerated {
205
220
  actions?: ActionList;
206
- enabled?: boolean;
221
+ condition?: AlertRuleAllOfCondition;
207
222
  description?: string;
208
- };
223
+ enabled?: boolean;
224
+ scopes?: string[];
225
+ }
209
226
 
210
227
  // @public
211
228
  export interface ActivityLogAlerts {
@@ -298,13 +315,13 @@ export type AggregationType = "None" | "Average" | "Count" | "Minimum" | "Maximu
298
315
  export type AggregationTypeEnum = string;
299
316
 
300
317
  // @public
301
- export type AlertingAction = Action & {
318
+ export interface AlertingAction extends Action {
319
+ aznsAction?: AzNsActionGroup;
302
320
  odataType: "Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models.Microsoft.AppInsights.Nexus.DataContracts.Resources.ScheduledQueryRules.AlertingAction";
303
321
  severity: AlertSeverity;
304
- aznsAction?: AzNsActionGroup;
305
322
  throttlingInMin?: number;
306
323
  trigger: TriggerCondition;
307
- };
324
+ }
308
325
 
309
326
  // @public
310
327
  export interface AlertRuleAllOfCondition {
@@ -312,9 +329,9 @@ export interface AlertRuleAllOfCondition {
312
329
  }
313
330
 
314
331
  // @public
315
- export type AlertRuleAnyOfOrLeafCondition = AlertRuleLeafCondition & {
332
+ export interface AlertRuleAnyOfOrLeafCondition extends AlertRuleLeafCondition {
316
333
  anyOf?: AlertRuleLeafCondition[];
317
- };
334
+ }
318
335
 
319
336
  // @public
320
337
  export interface AlertRuleIncidents {
@@ -358,16 +375,16 @@ export interface AlertRulePatchObject {
358
375
  }
359
376
 
360
377
  // @public
361
- export type AlertRuleResource = Resource & {
362
- namePropertiesName: string;
363
- description?: string;
364
- provisioningState?: string;
365
- isEnabled: boolean;
366
- condition: RuleConditionUnion;
378
+ export interface AlertRuleResource extends ResourceAutoGenerated {
367
379
  action?: RuleActionUnion;
368
380
  actions?: RuleActionUnion[];
381
+ condition: RuleConditionUnion;
382
+ description?: string;
383
+ isEnabled: boolean;
369
384
  readonly lastUpdatedTime?: Date;
370
- };
385
+ namePropertiesName: string;
386
+ provisioningState?: string;
387
+ }
371
388
 
372
389
  // @public
373
390
  export interface AlertRuleResourceCollection {
@@ -459,6 +476,20 @@ export interface AutomationRunbookReceiver {
459
476
  webhookResourceId: string;
460
477
  }
461
478
 
479
+ // @public
480
+ export interface AutoscaleErrorResponse {
481
+ error?: AutoscaleErrorResponseError;
482
+ readonly systemData?: SystemData;
483
+ }
484
+
485
+ // @public
486
+ export interface AutoscaleErrorResponseError {
487
+ code?: string;
488
+ details?: string;
489
+ message?: string;
490
+ target?: string;
491
+ }
492
+
462
493
  // @public
463
494
  export interface AutoscaleNotification {
464
495
  email?: EmailNotification;
@@ -476,14 +507,15 @@ export interface AutoscaleProfile {
476
507
  }
477
508
 
478
509
  // @public
479
- export type AutoscaleSettingResource = Resource & {
480
- profiles: AutoscaleProfile[];
481
- notifications?: AutoscaleNotification[];
510
+ export interface AutoscaleSettingResource extends Resource {
482
511
  enabled?: boolean;
483
512
  namePropertiesName?: string;
484
- targetResourceUri?: string;
513
+ notifications?: AutoscaleNotification[];
514
+ predictiveAutoscalePolicy?: PredictiveAutoscalePolicy;
515
+ profiles: AutoscaleProfile[];
485
516
  targetResourceLocation?: string;
486
- };
517
+ targetResourceUri?: string;
518
+ }
487
519
 
488
520
  // @public
489
521
  export interface AutoscaleSettingResourceCollection {
@@ -496,6 +528,7 @@ export interface AutoscaleSettingResourcePatch {
496
528
  enabled?: boolean;
497
529
  name?: string;
498
530
  notifications?: AutoscaleNotification[];
531
+ predictiveAutoscalePolicy?: PredictiveAutoscalePolicy;
499
532
  profiles?: AutoscaleProfile[];
500
533
  tags?: {
501
534
  [propertyName: string]: string;
@@ -595,10 +628,12 @@ export interface AzureMonitorMetricsDestination {
595
628
  }
596
629
 
597
630
  // @public
598
- export type AzureMonitorPrivateLinkScope = PrivateLinkScopesResource & {
599
- readonly provisioningState?: string;
631
+ export interface AzureMonitorPrivateLinkScope extends TrackedResource {
632
+ accessModeSettings: AccessModeSettings;
600
633
  readonly privateEndpointConnections?: PrivateEndpointConnection[];
601
- };
634
+ readonly provisioningState?: string;
635
+ readonly systemData?: SystemData;
636
+ }
602
637
 
603
638
  // @public
604
639
  export interface AzureMonitorPrivateLinkScopeListResult {
@@ -609,8 +644,6 @@ export interface AzureMonitorPrivateLinkScopeListResult {
609
644
  // @public
610
645
  export interface AzureResource {
611
646
  readonly id?: string;
612
- readonly identity?: string;
613
- readonly kind?: string;
614
647
  location: string;
615
648
  readonly name?: string;
616
649
  tags?: {
@@ -660,7 +693,7 @@ export interface BaselinesListOptionalParams extends coreClient.OperationOptions
660
693
  export type BaselinesListResponse = MetricBaselinesResponse;
661
694
 
662
695
  // @public
663
- export type CategoryType = "Metrics" | "Logs";
696
+ export type CategoryType = string;
664
697
 
665
698
  // @public
666
699
  export interface ColumnDefinition {
@@ -711,13 +744,16 @@ export interface DataCollectionEndpoint {
711
744
  }
712
745
 
713
746
  // @public
714
- export type DataCollectionEndpointConfigurationAccess = ConfigurationAccessEndpointSpec;
747
+ export interface DataCollectionEndpointConfigurationAccess extends ConfigurationAccessEndpointSpec {
748
+ }
715
749
 
716
750
  // @public
717
- export type DataCollectionEndpointLogsIngestion = LogsIngestionEndpointSpec;
751
+ export interface DataCollectionEndpointLogsIngestion extends LogsIngestionEndpointSpec {
752
+ }
718
753
 
719
754
  // @public
720
- export type DataCollectionEndpointNetworkAcls = NetworkRuleSet;
755
+ export interface DataCollectionEndpointNetworkAcls extends NetworkRuleSet {
756
+ }
721
757
 
722
758
  // @public
723
759
  export interface DataCollectionEndpointResource {
@@ -746,10 +782,12 @@ export interface DataCollectionEndpointResourceListResult {
746
782
  }
747
783
 
748
784
  // @public
749
- export type DataCollectionEndpointResourceProperties = DataCollectionEndpoint;
785
+ export interface DataCollectionEndpointResourceProperties extends DataCollectionEndpoint {
786
+ }
750
787
 
751
788
  // @public
752
- export type DataCollectionEndpointResourceSystemData = SystemData;
789
+ export interface DataCollectionEndpointResourceSystemData extends SystemData {
790
+ }
753
791
 
754
792
  // @public
755
793
  export interface DataCollectionEndpoints {
@@ -841,7 +879,8 @@ export interface DataCollectionRuleAssociation {
841
879
  }
842
880
 
843
881
  // @public
844
- export type DataCollectionRuleAssociationMetadata = Metadata;
882
+ export interface DataCollectionRuleAssociationMetadata extends Metadata {
883
+ }
845
884
 
846
885
  // @public
847
886
  export interface DataCollectionRuleAssociationProxyOnlyResource {
@@ -864,10 +903,12 @@ export interface DataCollectionRuleAssociationProxyOnlyResourceListResult {
864
903
  }
865
904
 
866
905
  // @public
867
- export type DataCollectionRuleAssociationProxyOnlyResourceProperties = DataCollectionRuleAssociation;
906
+ export interface DataCollectionRuleAssociationProxyOnlyResourceProperties extends DataCollectionRuleAssociation {
907
+ }
868
908
 
869
909
  // @public
870
- export type DataCollectionRuleAssociationProxyOnlyResourceSystemData = SystemData;
910
+ export interface DataCollectionRuleAssociationProxyOnlyResourceSystemData extends SystemData {
911
+ }
871
912
 
872
913
  // @public
873
914
  export interface DataCollectionRuleAssociations {
@@ -941,13 +982,16 @@ export interface DataCollectionRuleAssociationsListByRuleOptionalParams extends
941
982
  export type DataCollectionRuleAssociationsListByRuleResponse = DataCollectionRuleAssociationProxyOnlyResourceListResult;
942
983
 
943
984
  // @public
944
- export type DataCollectionRuleDataSources = DataSourcesSpec;
985
+ export interface DataCollectionRuleDataSources extends DataSourcesSpec {
986
+ }
945
987
 
946
988
  // @public
947
- export type DataCollectionRuleDestinations = DestinationsSpec;
989
+ export interface DataCollectionRuleDestinations extends DestinationsSpec {
990
+ }
948
991
 
949
992
  // @public
950
- export type DataCollectionRuleMetadata = Metadata;
993
+ export interface DataCollectionRuleMetadata extends Metadata {
994
+ }
951
995
 
952
996
  // @public
953
997
  export interface DataCollectionRuleResource {
@@ -981,10 +1025,12 @@ export interface DataCollectionRuleResourceListResult {
981
1025
  }
982
1026
 
983
1027
  // @public
984
- export type DataCollectionRuleResourceProperties = DataCollectionRule;
1028
+ export interface DataCollectionRuleResourceProperties extends DataCollectionRule {
1029
+ }
985
1030
 
986
1031
  // @public
987
- export type DataCollectionRuleResourceSystemData = SystemData;
1032
+ export interface DataCollectionRuleResourceSystemData extends SystemData {
1033
+ }
988
1034
 
989
1035
  // @public
990
1036
  export interface DataCollectionRules {
@@ -1077,6 +1123,11 @@ export interface DataSourcesSpec {
1077
1123
  // @public
1078
1124
  export type DataStatus = string;
1079
1125
 
1126
+ // @public
1127
+ export interface DefaultErrorResponse {
1128
+ error?: ErrorDetail;
1129
+ }
1130
+
1080
1131
  // @public
1081
1132
  export interface DestinationsSpec {
1082
1133
  azureMonitorMetrics?: DestinationsSpecAzureMonitorMetrics;
@@ -1084,20 +1135,21 @@ export interface DestinationsSpec {
1084
1135
  }
1085
1136
 
1086
1137
  // @public
1087
- export type DestinationsSpecAzureMonitorMetrics = AzureMonitorMetricsDestination;
1138
+ export interface DestinationsSpecAzureMonitorMetrics extends AzureMonitorMetricsDestination {
1139
+ }
1088
1140
 
1089
1141
  // @public
1090
1142
  export interface DiagnosticSettings {
1091
1143
  createOrUpdate(resourceUri: string, name: string, parameters: DiagnosticSettingsResource, options?: DiagnosticSettingsCreateOrUpdateOptionalParams): Promise<DiagnosticSettingsCreateOrUpdateResponse>;
1092
1144
  delete(resourceUri: string, name: string, options?: DiagnosticSettingsDeleteOptionalParams): Promise<void>;
1093
1145
  get(resourceUri: string, name: string, options?: DiagnosticSettingsGetOptionalParams): Promise<DiagnosticSettingsGetResponse>;
1094
- list(resourceUri: string, options?: DiagnosticSettingsListOptionalParams): Promise<DiagnosticSettingsListResponse>;
1146
+ list(resourceUri: string, options?: DiagnosticSettingsListOptionalParams): PagedAsyncIterableIterator<DiagnosticSettingsResource>;
1095
1147
  }
1096
1148
 
1097
1149
  // @public
1098
1150
  export interface DiagnosticSettingsCategory {
1099
1151
  get(resourceUri: string, name: string, options?: DiagnosticSettingsCategoryGetOptionalParams): Promise<DiagnosticSettingsCategoryGetResponse>;
1100
- list(resourceUri: string, options?: DiagnosticSettingsCategoryListOptionalParams): Promise<DiagnosticSettingsCategoryListResponse>;
1152
+ list(resourceUri: string, options?: DiagnosticSettingsCategoryListOptionalParams): PagedAsyncIterableIterator<DiagnosticSettingsCategoryResource>;
1101
1153
  }
1102
1154
 
1103
1155
  // @public
@@ -1115,9 +1167,11 @@ export interface DiagnosticSettingsCategoryListOptionalParams extends coreClient
1115
1167
  export type DiagnosticSettingsCategoryListResponse = DiagnosticSettingsCategoryResourceCollection;
1116
1168
 
1117
1169
  // @public
1118
- export type DiagnosticSettingsCategoryResource = ProxyOnlyResource & {
1170
+ export interface DiagnosticSettingsCategoryResource extends ResourceAutoGenerated3 {
1171
+ categoryGroups?: string[];
1119
1172
  categoryType?: CategoryType;
1120
- };
1173
+ readonly systemData?: SystemData;
1174
+ }
1121
1175
 
1122
1176
  // @public
1123
1177
  export interface DiagnosticSettingsCategoryResourceCollection {
@@ -1150,16 +1204,18 @@ export interface DiagnosticSettingsListOptionalParams extends coreClient.Operati
1150
1204
  export type DiagnosticSettingsListResponse = DiagnosticSettingsResourceCollection;
1151
1205
 
1152
1206
  // @public
1153
- export type DiagnosticSettingsResource = ProxyOnlyResource & {
1154
- storageAccountId?: string;
1155
- serviceBusRuleId?: string;
1207
+ export interface DiagnosticSettingsResource extends ResourceAutoGenerated3 {
1156
1208
  eventHubAuthorizationRuleId?: string;
1157
1209
  eventHubName?: string;
1158
- metrics?: MetricSettings[];
1210
+ logAnalyticsDestinationType?: string;
1159
1211
  logs?: LogSettings[];
1212
+ marketplacePartnerId?: string;
1213
+ metrics?: MetricSettings[];
1214
+ serviceBusRuleId?: string;
1215
+ storageAccountId?: string;
1216
+ readonly systemData?: SystemData;
1160
1217
  workspaceId?: string;
1161
- logAnalyticsDestinationType?: string;
1162
- };
1218
+ }
1163
1219
 
1164
1220
  // @public
1165
1221
  export interface DiagnosticSettingsResourceCollection {
@@ -1174,13 +1230,13 @@ export interface Dimension {
1174
1230
  }
1175
1231
 
1176
1232
  // @public
1177
- export type DynamicMetricCriteria = MultiMetricCriteria & {
1178
- criterionType: "DynamicThresholdCriterion";
1179
- operator: DynamicThresholdOperator;
1233
+ export interface DynamicMetricCriteria extends MultiMetricCriteria {
1180
1234
  alertSensitivity: DynamicThresholdSensitivity;
1235
+ criterionType: "DynamicThresholdCriterion";
1181
1236
  failingPeriods: DynamicThresholdFailingPeriods;
1182
1237
  ignoreDataBefore?: Date;
1183
- };
1238
+ operator: DynamicThresholdOperator;
1239
+ }
1184
1240
 
1185
1241
  // @public
1186
1242
  export interface DynamicThresholdFailingPeriods {
@@ -1255,12 +1311,6 @@ export interface ErrorResponseAutoGenerated {
1255
1311
  readonly message?: string;
1256
1312
  }
1257
1313
 
1258
- // @public
1259
- export type ErrorResponseCommon = ErrorResponse & {
1260
- readonly details?: ErrorResponseCommon[];
1261
- readonly additionalInfo?: ErrorAdditionalInfo[];
1262
- };
1263
-
1264
1314
  // @public
1265
1315
  export interface ErrorResponseCommonV2 {
1266
1316
  error?: ErrorDetail;
@@ -1381,78 +1431,66 @@ export interface ItsmReceiver {
1381
1431
  workspaceId: string;
1382
1432
  }
1383
1433
 
1434
+ // @public
1435
+ export enum KnownAccessMode {
1436
+ Open = "Open",
1437
+ PrivateOnly = "PrivateOnly"
1438
+ }
1439
+
1384
1440
  // @public
1385
1441
  export enum KnownAggregationTypeEnum {
1386
- // (undocumented)
1387
1442
  Average = "Average",
1388
- // (undocumented)
1389
1443
  Count = "Count",
1390
- // (undocumented)
1391
1444
  Maximum = "Maximum",
1392
- // (undocumented)
1393
1445
  Minimum = "Minimum",
1394
- // (undocumented)
1395
1446
  Total = "Total"
1396
1447
  }
1397
1448
 
1398
1449
  // @public
1399
1450
  export enum KnownAlertSeverity {
1400
- // (undocumented)
1401
1451
  Four = "4",
1402
- // (undocumented)
1403
1452
  One = "1",
1404
- // (undocumented)
1405
1453
  Three = "3",
1406
- // (undocumented)
1407
1454
  Two = "2",
1408
- // (undocumented)
1409
1455
  Zero = "0"
1410
1456
  }
1411
1457
 
1412
1458
  // @public
1413
1459
  export enum KnownBaselineSensitivity {
1414
- // (undocumented)
1415
1460
  High = "High",
1416
- // (undocumented)
1417
1461
  Low = "Low",
1418
- // (undocumented)
1419
1462
  Medium = "Medium"
1420
1463
  }
1421
1464
 
1465
+ // @public
1466
+ export enum KnownCategoryType {
1467
+ Logs = "Logs",
1468
+ Metrics = "Metrics"
1469
+ }
1470
+
1422
1471
  // @public
1423
1472
  export type KnownColumnDefinitionType = string;
1424
1473
 
1425
1474
  // @public
1426
1475
  export enum KnownConditionalOperator {
1427
- // (undocumented)
1428
1476
  Equal = "Equal",
1429
- // (undocumented)
1430
1477
  GreaterThan = "GreaterThan",
1431
- // (undocumented)
1432
1478
  GreaterThanOrEqual = "GreaterThanOrEqual",
1433
- // (undocumented)
1434
1479
  LessThan = "LessThan",
1435
- // (undocumented)
1436
1480
  LessThanOrEqual = "LessThanOrEqual"
1437
1481
  }
1438
1482
 
1439
1483
  // @public
1440
1484
  export enum KnownCreatedByType {
1441
- // (undocumented)
1442
1485
  Application = "Application",
1443
- // (undocumented)
1444
1486
  Key = "Key",
1445
- // (undocumented)
1446
1487
  ManagedIdentity = "ManagedIdentity",
1447
- // (undocumented)
1448
1488
  User = "User"
1449
1489
  }
1450
1490
 
1451
1491
  // @public
1452
1492
  export enum KnownCriterionType {
1453
- // (undocumented)
1454
1493
  DynamicThresholdCriterion = "DynamicThresholdCriterion",
1455
- // (undocumented)
1456
1494
  StaticThresholdCriterion = "StaticThresholdCriterion"
1457
1495
  }
1458
1496
 
@@ -1476,37 +1514,27 @@ export type KnownDataFlowStreams = string;
1476
1514
 
1477
1515
  // @public
1478
1516
  export enum KnownDataStatus {
1479
- // (undocumented)
1480
1517
  NotPresent = "notPresent",
1481
- // (undocumented)
1482
1518
  Present = "present"
1483
1519
  }
1484
1520
 
1485
1521
  // @public
1486
1522
  export enum KnownDynamicThresholdOperator {
1487
- // (undocumented)
1488
1523
  GreaterOrLessThan = "GreaterOrLessThan",
1489
- // (undocumented)
1490
1524
  GreaterThan = "GreaterThan",
1491
- // (undocumented)
1492
1525
  LessThan = "LessThan"
1493
1526
  }
1494
1527
 
1495
1528
  // @public
1496
1529
  export enum KnownDynamicThresholdSensitivity {
1497
- // (undocumented)
1498
1530
  High = "High",
1499
- // (undocumented)
1500
1531
  Low = "Low",
1501
- // (undocumented)
1502
1532
  Medium = "Medium"
1503
1533
  }
1504
1534
 
1505
1535
  // @public
1506
1536
  export enum KnownEnabled {
1507
- // (undocumented)
1508
1537
  False = "false",
1509
- // (undocumented)
1510
1538
  True = "true"
1511
1539
  }
1512
1540
 
@@ -1515,231 +1543,148 @@ export type KnownExtensionDataSourceStreams = string;
1515
1543
 
1516
1544
  // @public
1517
1545
  export enum KnownKnownColumnDefinitionType {
1518
- // (undocumented)
1519
1546
  Boolean = "boolean",
1520
- // (undocumented)
1521
1547
  Datetime = "datetime",
1522
- // (undocumented)
1523
1548
  Dynamic = "dynamic",
1524
- // (undocumented)
1525
1549
  Int = "int",
1526
- // (undocumented)
1527
1550
  Long = "long",
1528
- // (undocumented)
1529
1551
  Real = "real",
1530
- // (undocumented)
1531
1552
  String = "string"
1532
1553
  }
1533
1554
 
1534
1555
  // @public
1535
1556
  export enum KnownKnownDataCollectionEndpointProvisioningState {
1536
- // (undocumented)
1537
1557
  Creating = "Creating",
1538
- // (undocumented)
1539
1558
  Deleting = "Deleting",
1540
- // (undocumented)
1541
1559
  Failed = "Failed",
1542
- // (undocumented)
1543
1560
  Succeeded = "Succeeded",
1544
- // (undocumented)
1545
1561
  Updating = "Updating"
1546
1562
  }
1547
1563
 
1548
1564
  // @public
1549
1565
  export enum KnownKnownDataCollectionEndpointResourceKind {
1550
- // (undocumented)
1551
1566
  Linux = "Linux",
1552
- // (undocumented)
1553
1567
  Windows = "Windows"
1554
1568
  }
1555
1569
 
1556
1570
  // @public
1557
1571
  export enum KnownKnownDataCollectionRuleAssociationProvisioningState {
1558
- // (undocumented)
1559
1572
  Creating = "Creating",
1560
- // (undocumented)
1561
1573
  Deleting = "Deleting",
1562
- // (undocumented)
1563
1574
  Failed = "Failed",
1564
- // (undocumented)
1565
1575
  Succeeded = "Succeeded",
1566
- // (undocumented)
1567
1576
  Updating = "Updating"
1568
1577
  }
1569
1578
 
1570
1579
  // @public
1571
1580
  export enum KnownKnownDataCollectionRuleProvisioningState {
1572
- // (undocumented)
1573
1581
  Creating = "Creating",
1574
- // (undocumented)
1575
1582
  Deleting = "Deleting",
1576
- // (undocumented)
1577
1583
  Failed = "Failed",
1578
- // (undocumented)
1579
1584
  Succeeded = "Succeeded",
1580
- // (undocumented)
1581
1585
  Updating = "Updating"
1582
1586
  }
1583
1587
 
1584
1588
  // @public
1585
1589
  export enum KnownKnownDataCollectionRuleResourceKind {
1586
- // (undocumented)
1587
1590
  Linux = "Linux",
1588
- // (undocumented)
1589
1591
  Windows = "Windows"
1590
1592
  }
1591
1593
 
1592
1594
  // @public
1593
1595
  export enum KnownKnownDataFlowStreams {
1594
- // (undocumented)
1595
1596
  MicrosoftEvent = "Microsoft-Event",
1596
- // (undocumented)
1597
1597
  MicrosoftInsightsMetrics = "Microsoft-InsightsMetrics",
1598
- // (undocumented)
1599
1598
  MicrosoftPerf = "Microsoft-Perf",
1600
- // (undocumented)
1601
1599
  MicrosoftSyslog = "Microsoft-Syslog",
1602
- // (undocumented)
1603
1600
  MicrosoftWindowsEvent = "Microsoft-WindowsEvent"
1604
1601
  }
1605
1602
 
1606
1603
  // @public
1607
1604
  export enum KnownKnownExtensionDataSourceStreams {
1608
- // (undocumented)
1609
1605
  MicrosoftEvent = "Microsoft-Event",
1610
- // (undocumented)
1611
1606
  MicrosoftInsightsMetrics = "Microsoft-InsightsMetrics",
1612
- // (undocumented)
1613
1607
  MicrosoftPerf = "Microsoft-Perf",
1614
- // (undocumented)
1615
1608
  MicrosoftSyslog = "Microsoft-Syslog",
1616
- // (undocumented)
1617
1609
  MicrosoftWindowsEvent = "Microsoft-WindowsEvent"
1618
1610
  }
1619
1611
 
1620
1612
  // @public
1621
1613
  export enum KnownKnownLogFilesDataSourceFormat {
1622
- // (undocumented)
1623
1614
  Text = "text"
1624
1615
  }
1625
1616
 
1626
1617
  // @public
1627
1618
  export enum KnownKnownLogFileTextSettingsRecordStartTimestampFormat {
1628
- // (undocumented)
1629
1619
  DdMMMYyyyHHMmSsZzz = "dd/MMM/yyyy:HH:mm:ss zzz",
1630
- // (undocumented)
1631
1620
  DdMMyyHHMmSs = "ddMMyy HH:mm:ss",
1632
- // (undocumented)
1633
1621
  ISO8601 = "ISO 8601",
1634
- // (undocumented)
1635
1622
  MDYyyyHHMMSSAMPM = "M/D/YYYY HH:MM:SS AM/PM",
1636
- // (undocumented)
1637
1623
  MMMDHhMmSs = "MMM d hh:mm:ss",
1638
- // (undocumented)
1639
1624
  MonDDYyyyHHMMSS = "Mon DD, YYYY HH:MM:SS",
1640
- // (undocumented)
1641
1625
  YyMMddHHMmSs = "yyMMdd HH:mm:ss",
1642
- // (undocumented)
1643
1626
  YyyyMMDDHHMMSS = "YYYY-MM-DD HH:MM:SS",
1644
- // (undocumented)
1645
1627
  YyyyMMDdTHHMmSsK = "yyyy-MM-ddTHH:mm:ssK"
1646
1628
  }
1647
1629
 
1648
1630
  // @public
1649
1631
  export enum KnownKnownPerfCounterDataSourceStreams {
1650
- // (undocumented)
1651
1632
  MicrosoftInsightsMetrics = "Microsoft-InsightsMetrics",
1652
- // (undocumented)
1653
1633
  MicrosoftPerf = "Microsoft-Perf"
1654
1634
  }
1655
1635
 
1656
1636
  // @public
1657
1637
  export enum KnownKnownPublicNetworkAccessOptions {
1658
- // (undocumented)
1659
1638
  Disabled = "Disabled",
1660
- // (undocumented)
1661
1639
  Enabled = "Enabled"
1662
1640
  }
1663
1641
 
1664
1642
  // @public
1665
1643
  export enum KnownKnownSyslogDataSourceFacilityNames {
1666
- // (undocumented)
1667
1644
  Asterisk = "*",
1668
- // (undocumented)
1669
1645
  Auth = "auth",
1670
- // (undocumented)
1671
1646
  Authpriv = "authpriv",
1672
- // (undocumented)
1673
1647
  Cron = "cron",
1674
- // (undocumented)
1675
1648
  Daemon = "daemon",
1676
- // (undocumented)
1677
1649
  Kern = "kern",
1678
- // (undocumented)
1679
1650
  Local0 = "local0",
1680
- // (undocumented)
1681
1651
  Local1 = "local1",
1682
- // (undocumented)
1683
1652
  Local2 = "local2",
1684
- // (undocumented)
1685
1653
  Local3 = "local3",
1686
- // (undocumented)
1687
1654
  Local4 = "local4",
1688
- // (undocumented)
1689
1655
  Local5 = "local5",
1690
- // (undocumented)
1691
1656
  Local6 = "local6",
1692
- // (undocumented)
1693
1657
  Local7 = "local7",
1694
- // (undocumented)
1695
1658
  Lpr = "lpr",
1696
- // (undocumented)
1697
1659
  Mail = "mail",
1698
- // (undocumented)
1699
1660
  Mark = "mark",
1700
- // (undocumented)
1701
1661
  News = "news",
1702
- // (undocumented)
1703
1662
  Syslog = "syslog",
1704
- // (undocumented)
1705
1663
  User = "user",
1706
- // (undocumented)
1707
1664
  Uucp = "uucp"
1708
1665
  }
1709
1666
 
1710
1667
  // @public
1711
1668
  export enum KnownKnownSyslogDataSourceLogLevels {
1712
- // (undocumented)
1713
1669
  Alert = "Alert",
1714
- // (undocumented)
1715
1670
  Asterisk = "*",
1716
- // (undocumented)
1717
1671
  Critical = "Critical",
1718
- // (undocumented)
1719
1672
  Debug = "Debug",
1720
- // (undocumented)
1721
1673
  Emergency = "Emergency",
1722
- // (undocumented)
1723
1674
  Error = "Error",
1724
- // (undocumented)
1725
1675
  Info = "Info",
1726
- // (undocumented)
1727
1676
  Notice = "Notice",
1728
- // (undocumented)
1729
1677
  Warning = "Warning"
1730
1678
  }
1731
1679
 
1732
1680
  // @public
1733
1681
  export enum KnownKnownSyslogDataSourceStreams {
1734
- // (undocumented)
1735
1682
  MicrosoftSyslog = "Microsoft-Syslog"
1736
1683
  }
1737
1684
 
1738
1685
  // @public
1739
1686
  export enum KnownKnownWindowsEventLogDataSourceStreams {
1740
- // (undocumented)
1741
1687
  MicrosoftEvent = "Microsoft-Event",
1742
- // (undocumented)
1743
1688
  MicrosoftWindowsEvent = "Microsoft-WindowsEvent"
1744
1689
  }
1745
1690
 
@@ -1751,114 +1696,90 @@ export type KnownLogFileTextSettingsRecordStartTimestampFormat = string;
1751
1696
 
1752
1697
  // @public
1753
1698
  export enum KnownMetricClass {
1754
- // (undocumented)
1755
1699
  Availability = "Availability",
1756
- // (undocumented)
1757
1700
  Errors = "Errors",
1758
- // (undocumented)
1759
1701
  Latency = "Latency",
1760
- // (undocumented)
1761
1702
  Saturation = "Saturation",
1762
- // (undocumented)
1763
1703
  Transactions = "Transactions"
1764
1704
  }
1765
1705
 
1766
1706
  // @public
1767
1707
  export enum KnownMetricTriggerType {
1768
- // (undocumented)
1769
1708
  Consecutive = "Consecutive",
1770
- // (undocumented)
1771
1709
  Total = "Total"
1772
1710
  }
1773
1711
 
1774
1712
  // @public
1775
1713
  export enum KnownMetricUnit {
1776
- // (undocumented)
1777
1714
  BitsPerSecond = "BitsPerSecond",
1778
- // (undocumented)
1779
1715
  Bytes = "Bytes",
1780
- // (undocumented)
1781
1716
  ByteSeconds = "ByteSeconds",
1782
- // (undocumented)
1783
1717
  BytesPerSecond = "BytesPerSecond",
1784
- // (undocumented)
1785
1718
  Cores = "Cores",
1786
- // (undocumented)
1787
1719
  Count = "Count",
1788
- // (undocumented)
1789
1720
  CountPerSecond = "CountPerSecond",
1790
- // (undocumented)
1791
1721
  MilliCores = "MilliCores",
1792
- // (undocumented)
1793
1722
  MilliSeconds = "MilliSeconds",
1794
- // (undocumented)
1795
1723
  NanoCores = "NanoCores",
1796
- // (undocumented)
1797
1724
  Percent = "Percent",
1798
- // (undocumented)
1799
1725
  Seconds = "Seconds",
1800
- // (undocumented)
1801
1726
  Unspecified = "Unspecified"
1802
1727
  }
1803
1728
 
1804
1729
  // @public
1805
1730
  export enum KnownNamespaceClassification {
1806
- // (undocumented)
1807
1731
  Custom = "Custom",
1808
- // (undocumented)
1809
1732
  Platform = "Platform",
1810
- // (undocumented)
1811
1733
  Qos = "Qos"
1812
1734
  }
1813
1735
 
1814
1736
  // @public
1815
1737
  export enum KnownOdatatype {
1816
- // (undocumented)
1817
1738
  MicrosoftAzureMonitorMultipleResourceMultipleMetricCriteria = "Microsoft.Azure.Monitor.MultipleResourceMultipleMetricCriteria",
1818
- // (undocumented)
1819
1739
  MicrosoftAzureMonitorSingleResourceMultipleMetricCriteria = "Microsoft.Azure.Monitor.SingleResourceMultipleMetricCriteria",
1820
- // (undocumented)
1821
1740
  MicrosoftAzureMonitorWebtestLocationAvailabilityCriteria = "Microsoft.Azure.Monitor.WebtestLocationAvailabilityCriteria"
1822
1741
  }
1823
1742
 
1824
1743
  // @public
1825
1744
  export enum KnownOnboardingStatus {
1826
- // (undocumented)
1827
1745
  NotOnboarded = "notOnboarded",
1828
- // (undocumented)
1829
1746
  Onboarded = "onboarded",
1830
- // (undocumented)
1831
1747
  Unknown = "unknown"
1832
1748
  }
1833
1749
 
1834
1750
  // @public
1835
1751
  export enum KnownOperator {
1836
- // (undocumented)
1837
1752
  Equals = "Equals",
1838
- // (undocumented)
1839
1753
  GreaterThan = "GreaterThan",
1840
- // (undocumented)
1841
1754
  GreaterThanOrEqual = "GreaterThanOrEqual",
1842
- // (undocumented)
1843
1755
  Include = "Include",
1844
- // (undocumented)
1845
1756
  LessThan = "LessThan",
1846
- // (undocumented)
1847
1757
  LessThanOrEqual = "LessThanOrEqual"
1848
1758
  }
1849
1759
 
1850
1760
  // @public
1851
1761
  export type KnownPerfCounterDataSourceStreams = string;
1852
1762
 
1763
+ // @public
1764
+ export enum KnownPrivateEndpointConnectionProvisioningState {
1765
+ Creating = "Creating",
1766
+ Deleting = "Deleting",
1767
+ Failed = "Failed",
1768
+ Succeeded = "Succeeded"
1769
+ }
1770
+
1771
+ // @public
1772
+ export enum KnownPrivateEndpointServiceConnectionStatus {
1773
+ Approved = "Approved",
1774
+ Pending = "Pending",
1775
+ Rejected = "Rejected"
1776
+ }
1777
+
1853
1778
  // @public
1854
1779
  export enum KnownProvisioningState {
1855
- // (undocumented)
1856
1780
  Canceled = "Canceled",
1857
- // (undocumented)
1858
1781
  Deploying = "Deploying",
1859
- // (undocumented)
1860
1782
  Failed = "Failed",
1861
- // (undocumented)
1862
1783
  Succeeded = "Succeeded"
1863
1784
  }
1864
1785
 
@@ -1867,15 +1788,12 @@ export type KnownPublicNetworkAccessOptions = string;
1867
1788
 
1868
1789
  // @public
1869
1790
  export enum KnownQueryType {
1870
- // (undocumented)
1871
1791
  ResultCount = "ResultCount"
1872
1792
  }
1873
1793
 
1874
1794
  // @public
1875
1795
  export enum KnownScaleRuleMetricDimensionOperationType {
1876
- // (undocumented)
1877
1796
  Equals = "Equals",
1878
- // (undocumented)
1879
1797
  NotEquals = "NotEquals"
1880
1798
  }
1881
1799
 
@@ -1898,11 +1816,11 @@ export interface LocalizableString {
1898
1816
  }
1899
1817
 
1900
1818
  // @public
1901
- export type LocationThresholdRuleCondition = RuleCondition & {
1819
+ export interface LocationThresholdRuleCondition extends RuleCondition {
1820
+ failedLocationCount: number;
1902
1821
  odataType: "Microsoft.Azure.Management.Insights.Models.LocationThresholdRuleCondition";
1903
1822
  windowSize?: string;
1904
- failedLocationCount: number;
1905
- };
1823
+ }
1906
1824
 
1907
1825
  // @public
1908
1826
  export interface LogAnalyticsDestination {
@@ -1921,7 +1839,8 @@ export interface LogFilesDataSource {
1921
1839
  }
1922
1840
 
1923
1841
  // @public
1924
- export type LogFilesDataSourceSettings = LogFileSettings;
1842
+ export interface LogFilesDataSourceSettings extends LogFileSettings {
1843
+ }
1925
1844
 
1926
1845
  // @public
1927
1846
  export interface LogFileSettings {
@@ -1929,7 +1848,8 @@ export interface LogFileSettings {
1929
1848
  }
1930
1849
 
1931
1850
  // @public
1932
- export type LogFileSettingsText = LogFileTextSettings;
1851
+ export interface LogFileSettingsText extends LogFileTextSettings {
1852
+ }
1933
1853
 
1934
1854
  // @public
1935
1855
  export interface LogFileTextSettings {
@@ -1958,13 +1878,13 @@ export interface LogProfileCollection {
1958
1878
  }
1959
1879
 
1960
1880
  // @public
1961
- export type LogProfileResource = Resource & {
1962
- storageAccountId?: string;
1963
- serviceBusRuleId?: string;
1964
- locations: string[];
1881
+ export interface LogProfileResource extends ResourceAutoGenerated2 {
1965
1882
  categories: string[];
1883
+ locations: string[];
1966
1884
  retentionPolicy: RetentionPolicy;
1967
- };
1885
+ serviceBusRuleId?: string;
1886
+ storageAccountId?: string;
1887
+ }
1968
1888
 
1969
1889
  // @public
1970
1890
  export interface LogProfileResourcePatch {
@@ -2020,19 +1940,19 @@ export interface LogProfilesUpdateOptionalParams extends coreClient.OperationOpt
2020
1940
  export type LogProfilesUpdateResponse = LogProfileResource;
2021
1941
 
2022
1942
  // @public
2023
- export type LogSearchRuleResource = ResourceAutoGenerated & {
1943
+ export interface LogSearchRuleResource extends ResourceAutoGenerated5 {
1944
+ action: ActionUnion;
1945
+ autoMitigate?: boolean;
2024
1946
  readonly createdWithApiVersion?: string;
2025
- readonly isLegacyLogAnalyticsRule?: boolean;
2026
1947
  description?: string;
2027
1948
  displayName?: string;
2028
- autoMitigate?: boolean;
2029
1949
  enabled?: Enabled;
1950
+ readonly isLegacyLogAnalyticsRule?: boolean;
2030
1951
  readonly lastUpdatedTime?: Date;
2031
1952
  readonly provisioningState?: ProvisioningState;
2032
- source: Source;
2033
1953
  schedule?: Schedule;
2034
- action: ActionUnion;
2035
- };
1954
+ source: Source;
1955
+ }
2036
1956
 
2037
1957
  // @public
2038
1958
  export interface LogSearchRuleResourceCollection {
@@ -2050,6 +1970,7 @@ export interface LogSearchRuleResourcePatch {
2050
1970
  // @public
2051
1971
  export interface LogSettings {
2052
1972
  category?: string;
1973
+ categoryGroup?: string;
2053
1974
  enabled: boolean;
2054
1975
  retentionPolicy?: RetentionPolicy;
2055
1976
  }
@@ -2060,10 +1981,10 @@ export interface LogsIngestionEndpointSpec {
2060
1981
  }
2061
1982
 
2062
1983
  // @public
2063
- export type LogToMetricAction = Action & {
2064
- odataType: "Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models.Microsoft.AppInsights.Nexus.DataContracts.Resources.ScheduledQueryRules.LogToMetricAction";
1984
+ export interface LogToMetricAction extends Action {
2065
1985
  criteria: Criteria[];
2066
- };
1986
+ odataType: "Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models.Microsoft.AppInsights.Nexus.DataContracts.Resources.ScheduledQueryRules.LogToMetricAction";
1987
+ }
2067
1988
 
2068
1989
  // @public
2069
1990
  export interface ManagementEventAggregationCondition {
@@ -2073,10 +1994,10 @@ export interface ManagementEventAggregationCondition {
2073
1994
  }
2074
1995
 
2075
1996
  // @public
2076
- export type ManagementEventRuleCondition = RuleCondition & {
2077
- odataType: "Microsoft.Azure.Management.Insights.Models.ManagementEventRuleCondition";
1997
+ export interface ManagementEventRuleCondition extends RuleCondition {
2078
1998
  aggregation?: ManagementEventAggregationCondition;
2079
- };
1999
+ odataType: "Microsoft.Azure.Management.Insights.Models.ManagementEventRuleCondition";
2000
+ }
2080
2001
 
2081
2002
  // @public
2082
2003
  export interface Metadata {
@@ -2119,27 +2040,27 @@ export interface MetricAlertCriteria {
2119
2040
  export type MetricAlertCriteriaUnion = MetricAlertCriteria | MetricAlertSingleResourceMultipleMetricCriteria | WebtestLocationAvailabilityCriteria | MetricAlertMultipleResourceMultipleMetricCriteria;
2120
2041
 
2121
2042
  // @public
2122
- export type MetricAlertMultipleResourceMultipleMetricCriteria = MetricAlertCriteria & {
2123
- odataType: "Microsoft.Azure.Monitor.MultipleResourceMultipleMetricCriteria";
2043
+ export interface MetricAlertMultipleResourceMultipleMetricCriteria extends MetricAlertCriteria {
2124
2044
  allOf?: MultiMetricCriteriaUnion[];
2125
- };
2045
+ odataType: "Microsoft.Azure.Monitor.MultipleResourceMultipleMetricCriteria";
2046
+ }
2126
2047
 
2127
2048
  // @public
2128
- export type MetricAlertResource = Resource & {
2049
+ export interface MetricAlertResource extends ResourceAutoGenerated4 {
2050
+ actions?: MetricAlertAction[];
2051
+ autoMitigate?: boolean;
2052
+ criteria: MetricAlertCriteriaUnion;
2129
2053
  description?: string;
2130
- severity: number;
2131
2054
  enabled: boolean;
2132
- scopes: string[];
2133
2055
  evaluationFrequency: string;
2134
- windowSize: string;
2135
- targetResourceType?: string;
2136
- targetResourceRegion?: string;
2137
- criteria: MetricAlertCriteriaUnion;
2138
- autoMitigate?: boolean;
2139
- actions?: MetricAlertAction[];
2140
- readonly lastUpdatedTime?: Date;
2141
2056
  readonly isMigrated?: boolean;
2142
- };
2057
+ readonly lastUpdatedTime?: Date;
2058
+ scopes: string[];
2059
+ severity: number;
2060
+ targetResourceRegion?: string;
2061
+ targetResourceType?: string;
2062
+ windowSize: string;
2063
+ }
2143
2064
 
2144
2065
  // @public
2145
2066
  export interface MetricAlertResourceCollection {
@@ -2195,10 +2116,10 @@ export interface MetricAlertsGetOptionalParams extends coreClient.OperationOptio
2195
2116
  export type MetricAlertsGetResponse = MetricAlertResource;
2196
2117
 
2197
2118
  // @public
2198
- export type MetricAlertSingleResourceMultipleMetricCriteria = MetricAlertCriteria & {
2199
- odataType: "Microsoft.Azure.Monitor.SingleResourceMultipleMetricCriteria";
2119
+ export interface MetricAlertSingleResourceMultipleMetricCriteria extends MetricAlertCriteria {
2200
2120
  allOf?: MetricCriteria[];
2201
- };
2121
+ odataType: "Microsoft.Azure.Monitor.SingleResourceMultipleMetricCriteria";
2122
+ }
2202
2123
 
2203
2124
  // @public
2204
2125
  export interface MetricAlertsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
@@ -2278,11 +2199,11 @@ export interface MetricBaselinesResponse {
2278
2199
  export type MetricClass = string;
2279
2200
 
2280
2201
  // @public
2281
- export type MetricCriteria = MultiMetricCriteria & {
2202
+ export interface MetricCriteria extends MultiMetricCriteria {
2282
2203
  criterionType: "StaticThresholdCriterion";
2283
2204
  operator: Operator;
2284
2205
  threshold: number;
2285
- };
2206
+ }
2286
2207
 
2287
2208
  // @public
2288
2209
  export interface MetricDefinition {
@@ -2474,6 +2395,8 @@ export class MonitorClient extends coreClient.ServiceClient {
2474
2395
  // (undocumented)
2475
2396
  operations: Operations;
2476
2397
  // (undocumented)
2398
+ predictiveMetric: PredictiveMetric;
2399
+ // (undocumented)
2477
2400
  privateEndpointConnections: PrivateEndpointConnections;
2478
2401
  // (undocumented)
2479
2402
  privateLinkResources: PrivateLinkResources;
@@ -2578,7 +2501,7 @@ export type OperationsListResponse = OperationListResult;
2578
2501
  // @public
2579
2502
  export interface OperationStatus {
2580
2503
  endTime?: Date;
2581
- error?: ErrorResponseCommon;
2504
+ error?: ErrorDetail;
2582
2505
  id?: string;
2583
2506
  name?: string;
2584
2507
  startTime?: Date;
@@ -2597,18 +2520,61 @@ export interface PerfCounterDataSource {
2597
2520
  }
2598
2521
 
2599
2522
  // @public
2600
- export type PrivateEndpointConnection = ProxyResource & {
2601
- privateEndpoint?: PrivateEndpointProperty;
2602
- privateLinkServiceConnectionState?: PrivateLinkServiceConnectionStateProperty;
2603
- readonly provisioningState?: string;
2604
- };
2523
+ export interface PredictiveAutoscalePolicy {
2524
+ scaleLookAheadTime?: string;
2525
+ scaleMode: PredictiveAutoscalePolicyScaleMode;
2526
+ }
2527
+
2528
+ // @public
2529
+ export type PredictiveAutoscalePolicyScaleMode = "Disabled" | "ForecastOnly" | "Enabled";
2530
+
2531
+ // @public
2532
+ export interface PredictiveMetric {
2533
+ get(resourceGroupName: string, autoscaleSettingName: string, timespan: string, interval: string, metricNamespace: string, metricName: string, aggregation: string, options?: PredictiveMetricGetOptionalParams): Promise<PredictiveMetricGetResponse>;
2534
+ }
2535
+
2536
+ // @public
2537
+ export interface PredictiveMetricGetOptionalParams extends coreClient.OperationOptions {
2538
+ }
2539
+
2540
+ // @public
2541
+ export type PredictiveMetricGetResponse = PredictiveResponse;
2542
+
2543
+ // @public
2544
+ export interface PredictiveResponse {
2545
+ data?: PredictiveValue[];
2546
+ interval?: string;
2547
+ metricName?: string;
2548
+ targetResourceId?: string;
2549
+ timespan?: string;
2550
+ }
2551
+
2552
+ // @public
2553
+ export interface PredictiveValue {
2554
+ timeStamp: Date;
2555
+ value: number;
2556
+ }
2557
+
2558
+ // @public
2559
+ export interface PrivateEndpoint {
2560
+ readonly id?: string;
2561
+ }
2562
+
2563
+ // @public
2564
+ export interface PrivateEndpointConnection extends ResourceAutoGenerated3 {
2565
+ privateEndpoint?: PrivateEndpoint;
2566
+ privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
2567
+ readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
2568
+ }
2605
2569
 
2606
2570
  // @public
2607
2571
  export interface PrivateEndpointConnectionListResult {
2608
- readonly nextLink?: string;
2609
- readonly value?: PrivateEndpointConnection[];
2572
+ value?: PrivateEndpointConnection[];
2610
2573
  }
2611
2574
 
2575
+ // @public
2576
+ export type PrivateEndpointConnectionProvisioningState = string;
2577
+
2612
2578
  // @public
2613
2579
  export interface PrivateEndpointConnections {
2614
2580
  beginCreateOrUpdate(resourceGroupName: string, scopeName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<PrivateEndpointConnectionsCreateOrUpdateResponse>, PrivateEndpointConnectionsCreateOrUpdateResponse>>;
@@ -2616,7 +2582,7 @@ export interface PrivateEndpointConnections {
2616
2582
  beginDelete(resourceGroupName: string, scopeName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
2617
2583
  beginDeleteAndWait(resourceGroupName: string, scopeName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>;
2618
2584
  get(resourceGroupName: string, scopeName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnectionsGetResponse>;
2619
- listByPrivateLinkScope(resourceGroupName: string, scopeName: string, options?: PrivateEndpointConnectionsListByPrivateLinkScopeOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection>;
2585
+ listByPrivateLinkScope(resourceGroupName: string, scopeName: string, options?: PrivateEndpointConnectionsListByPrivateLinkScopeOptionalParams): Promise<PrivateEndpointConnectionsListByPrivateLinkScopeResponse>;
2620
2586
  }
2621
2587
 
2622
2588
  // @public
@@ -2641,13 +2607,6 @@ export interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.
2641
2607
  // @public
2642
2608
  export type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
2643
2609
 
2644
- // @public
2645
- export interface PrivateEndpointConnectionsListByPrivateLinkScopeNextOptionalParams extends coreClient.OperationOptions {
2646
- }
2647
-
2648
- // @public
2649
- export type PrivateEndpointConnectionsListByPrivateLinkScopeNextResponse = PrivateEndpointConnectionListResult;
2650
-
2651
2610
  // @public
2652
2611
  export interface PrivateEndpointConnectionsListByPrivateLinkScopeOptionalParams extends coreClient.OperationOptions {
2653
2612
  }
@@ -2656,26 +2615,24 @@ export interface PrivateEndpointConnectionsListByPrivateLinkScopeOptionalParams
2656
2615
  export type PrivateEndpointConnectionsListByPrivateLinkScopeResponse = PrivateEndpointConnectionListResult;
2657
2616
 
2658
2617
  // @public
2659
- export interface PrivateEndpointProperty {
2660
- id?: string;
2661
- }
2618
+ export type PrivateEndpointServiceConnectionStatus = string;
2662
2619
 
2663
2620
  // @public
2664
- export type PrivateLinkResource = ProxyResource & {
2621
+ export interface PrivateLinkResource extends ResourceAutoGenerated3 {
2665
2622
  readonly groupId?: string;
2666
2623
  readonly requiredMembers?: string[];
2667
- };
2624
+ requiredZoneNames?: string[];
2625
+ }
2668
2626
 
2669
2627
  // @public
2670
2628
  export interface PrivateLinkResourceListResult {
2671
- readonly nextLink?: string;
2672
- readonly value?: PrivateLinkResource[];
2629
+ value?: PrivateLinkResource[];
2673
2630
  }
2674
2631
 
2675
2632
  // @public
2676
2633
  export interface PrivateLinkResources {
2677
2634
  get(resourceGroupName: string, scopeName: string, groupName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResourcesGetResponse>;
2678
- listByPrivateLinkScope(resourceGroupName: string, scopeName: string, options?: PrivateLinkResourcesListByPrivateLinkScopeOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource>;
2635
+ listByPrivateLinkScope(resourceGroupName: string, scopeName: string, options?: PrivateLinkResourcesListByPrivateLinkScopeOptionalParams): Promise<PrivateLinkResourcesListByPrivateLinkScopeResponse>;
2679
2636
  }
2680
2637
 
2681
2638
  // @public
@@ -2685,13 +2642,6 @@ export interface PrivateLinkResourcesGetOptionalParams extends coreClient.Operat
2685
2642
  // @public
2686
2643
  export type PrivateLinkResourcesGetResponse = PrivateLinkResource;
2687
2644
 
2688
- // @public
2689
- export interface PrivateLinkResourcesListByPrivateLinkScopeNextOptionalParams extends coreClient.OperationOptions {
2690
- }
2691
-
2692
- // @public
2693
- export type PrivateLinkResourcesListByPrivateLinkScopeNextResponse = PrivateLinkResourceListResult;
2694
-
2695
2645
  // @public
2696
2646
  export interface PrivateLinkResourcesListByPrivateLinkScopeOptionalParams extends coreClient.OperationOptions {
2697
2647
  }
@@ -2816,17 +2766,6 @@ export interface PrivateLinkScopesListOptionalParams extends coreClient.Operatio
2816
2766
  // @public
2817
2767
  export type PrivateLinkScopesListResponse = AzureMonitorPrivateLinkScopeListResult;
2818
2768
 
2819
- // @public
2820
- export interface PrivateLinkScopesResource {
2821
- readonly id?: string;
2822
- location: string;
2823
- readonly name?: string;
2824
- tags?: {
2825
- [propertyName: string]: string;
2826
- };
2827
- readonly type?: string;
2828
- }
2829
-
2830
2769
  // @public
2831
2770
  export interface PrivateLinkScopesUpdateTagsOptionalParams extends coreClient.OperationOptions {
2832
2771
  }
@@ -2835,27 +2774,24 @@ export interface PrivateLinkScopesUpdateTagsOptionalParams extends coreClient.Op
2835
2774
  export type PrivateLinkScopesUpdateTagsResponse = AzureMonitorPrivateLinkScope;
2836
2775
 
2837
2776
  // @public
2838
- export interface PrivateLinkServiceConnectionStateProperty {
2839
- readonly actionsRequired?: string;
2840
- description: string;
2841
- status: string;
2777
+ export interface PrivateLinkServiceConnectionState {
2778
+ actionsRequired?: string;
2779
+ description?: string;
2780
+ status?: PrivateEndpointServiceConnectionStatus;
2842
2781
  }
2843
2782
 
2844
2783
  // @public
2845
2784
  export type ProvisioningState = string;
2846
2785
 
2847
2786
  // @public
2848
- export interface ProxyOnlyResource {
2787
+ export interface ProxyResource {
2849
2788
  readonly id?: string;
2850
2789
  readonly name?: string;
2851
2790
  readonly type?: string;
2852
2791
  }
2853
2792
 
2854
2793
  // @public
2855
- export interface ProxyResource {
2856
- readonly id?: string;
2857
- readonly name?: string;
2858
- readonly type?: string;
2794
+ export interface ProxyResourceAutoGenerated extends ResourceAutoGenerated3 {
2859
2795
  }
2860
2796
 
2861
2797
  // @public
@@ -2886,6 +2822,7 @@ export interface Resource {
2886
2822
  readonly id?: string;
2887
2823
  location: string;
2888
2824
  readonly name?: string;
2825
+ readonly systemData?: SystemData;
2889
2826
  tags?: {
2890
2827
  [propertyName: string]: string;
2891
2828
  };
@@ -2894,6 +2831,46 @@ export interface Resource {
2894
2831
 
2895
2832
  // @public
2896
2833
  export interface ResourceAutoGenerated {
2834
+ readonly id?: string;
2835
+ location: string;
2836
+ readonly name?: string;
2837
+ tags?: {
2838
+ [propertyName: string]: string;
2839
+ };
2840
+ readonly type?: string;
2841
+ }
2842
+
2843
+ // @public
2844
+ export interface ResourceAutoGenerated2 {
2845
+ readonly id?: string;
2846
+ location: string;
2847
+ readonly name?: string;
2848
+ tags?: {
2849
+ [propertyName: string]: string;
2850
+ };
2851
+ readonly type?: string;
2852
+ }
2853
+
2854
+ // @public
2855
+ export interface ResourceAutoGenerated3 {
2856
+ readonly id?: string;
2857
+ readonly name?: string;
2858
+ readonly type?: string;
2859
+ }
2860
+
2861
+ // @public
2862
+ export interface ResourceAutoGenerated4 {
2863
+ readonly id?: string;
2864
+ location: string;
2865
+ readonly name?: string;
2866
+ tags?: {
2867
+ [propertyName: string]: string;
2868
+ };
2869
+ readonly type?: string;
2870
+ }
2871
+
2872
+ // @public
2873
+ export interface ResourceAutoGenerated5 {
2897
2874
  readonly etag?: string;
2898
2875
  readonly id?: string;
2899
2876
  readonly kind?: string;
@@ -2967,11 +2944,11 @@ export interface RuleDataSource {
2967
2944
  export type RuleDataSourceUnion = RuleDataSource | RuleMetricDataSource | RuleManagementEventDataSource;
2968
2945
 
2969
2946
  // @public
2970
- export type RuleEmailAction = RuleAction & {
2947
+ export interface RuleEmailAction extends RuleAction {
2948
+ customEmails?: string[];
2971
2949
  odataType: "Microsoft.Azure.Management.Insights.Models.RuleEmailAction";
2972
2950
  sendToServiceOwners?: boolean;
2973
- customEmails?: string[];
2974
- };
2951
+ }
2975
2952
 
2976
2953
  // @public
2977
2954
  export interface RuleManagementEventClaimsDataSource {
@@ -2979,33 +2956,33 @@ export interface RuleManagementEventClaimsDataSource {
2979
2956
  }
2980
2957
 
2981
2958
  // @public
2982
- export type RuleManagementEventDataSource = RuleDataSource & {
2983
- odataType: "Microsoft.Azure.Management.Insights.Models.RuleManagementEventDataSource";
2959
+ export interface RuleManagementEventDataSource extends RuleDataSource {
2960
+ claims?: RuleManagementEventClaimsDataSource;
2984
2961
  eventName?: string;
2985
2962
  eventSource?: string;
2986
2963
  level?: string;
2964
+ odataType: "Microsoft.Azure.Management.Insights.Models.RuleManagementEventDataSource";
2987
2965
  operationName?: string;
2988
2966
  resourceGroupName?: string;
2989
2967
  resourceProviderName?: string;
2990
2968
  status?: string;
2991
2969
  subStatus?: string;
2992
- claims?: RuleManagementEventClaimsDataSource;
2993
- };
2970
+ }
2994
2971
 
2995
2972
  // @public
2996
- export type RuleMetricDataSource = RuleDataSource & {
2997
- odataType: "Microsoft.Azure.Management.Insights.Models.RuleMetricDataSource";
2973
+ export interface RuleMetricDataSource extends RuleDataSource {
2998
2974
  metricName?: string;
2999
- };
2975
+ odataType: "Microsoft.Azure.Management.Insights.Models.RuleMetricDataSource";
2976
+ }
3000
2977
 
3001
2978
  // @public
3002
- export type RuleWebhookAction = RuleAction & {
2979
+ export interface RuleWebhookAction extends RuleAction {
3003
2980
  odataType: "Microsoft.Azure.Management.Insights.Models.RuleWebhookAction";
3004
- serviceUri?: string;
3005
2981
  properties?: {
3006
2982
  [propertyName: string]: string;
3007
2983
  };
3008
- };
2984
+ serviceUri?: string;
2985
+ }
3009
2986
 
3010
2987
  // @public
3011
2988
  export interface ScaleAction {
@@ -3102,10 +3079,11 @@ export interface ScheduledQueryRulesUpdateOptionalParams extends coreClient.Oper
3102
3079
  export type ScheduledQueryRulesUpdateResponse = LogSearchRuleResource;
3103
3080
 
3104
3081
  // @public
3105
- export type ScopedResource = ProxyResource & {
3082
+ export interface ScopedResource extends ProxyResourceAutoGenerated {
3106
3083
  linkedResourceId?: string;
3107
3084
  readonly provisioningState?: string;
3108
- };
3085
+ readonly systemData?: SystemData;
3086
+ }
3109
3087
 
3110
3088
  // @public
3111
3089
  export interface ScopedResourceListResult {
@@ -3217,13 +3195,13 @@ export interface TestNotificationDetailsResponse {
3217
3195
  }
3218
3196
 
3219
3197
  // @public
3220
- export type ThresholdRuleCondition = RuleCondition & {
3198
+ export interface ThresholdRuleCondition extends RuleCondition {
3221
3199
  odataType: "Microsoft.Azure.Management.Insights.Models.ThresholdRuleCondition";
3222
3200
  operator: ConditionOperator;
3223
3201
  threshold: number;
3224
- windowSize?: string;
3225
3202
  timeAggregation?: TimeAggregationOperator;
3226
- };
3203
+ windowSize?: string;
3204
+ }
3227
3205
 
3228
3206
  // @public
3229
3207
  export type TimeAggregationOperator = "Average" | "Minimum" | "Maximum" | "Total" | "Last";
@@ -3253,6 +3231,14 @@ export interface TimeWindow {
3253
3231
  timeZone?: string;
3254
3232
  }
3255
3233
 
3234
+ // @public
3235
+ export interface TrackedResource extends ResourceAutoGenerated3 {
3236
+ location: string;
3237
+ tags?: {
3238
+ [propertyName: string]: string;
3239
+ };
3240
+ }
3241
+
3256
3242
  // @public
3257
3243
  export interface TriggerCondition {
3258
3244
  metricTrigger?: LogMetricTrigger;
@@ -3273,12 +3259,12 @@ export interface VMInsightsGetOnboardingStatusOptionalParams extends coreClient.
3273
3259
  export type VMInsightsGetOnboardingStatusResponse = VMInsightsOnboardingStatus;
3274
3260
 
3275
3261
  // @public
3276
- export type VMInsightsOnboardingStatus = ProxyResource & {
3277
- resourceId?: string;
3278
- onboardingStatus?: OnboardingStatus;
3279
- dataStatus?: DataStatus;
3262
+ export interface VMInsightsOnboardingStatus extends ProxyResource {
3280
3263
  data?: DataContainer[];
3281
- };
3264
+ dataStatus?: DataStatus;
3265
+ onboardingStatus?: OnboardingStatus;
3266
+ resourceId?: string;
3267
+ }
3282
3268
 
3283
3269
  // @public
3284
3270
  export interface VoiceReceiver {
@@ -3307,12 +3293,12 @@ export interface WebhookReceiver {
3307
3293
  }
3308
3294
 
3309
3295
  // @public
3310
- export type WebtestLocationAvailabilityCriteria = MetricAlertCriteria & {
3311
- odataType: "Microsoft.Azure.Monitor.WebtestLocationAvailabilityCriteria";
3312
- webTestId: string;
3296
+ export interface WebtestLocationAvailabilityCriteria extends MetricAlertCriteria {
3313
3297
  componentId: string;
3314
3298
  failedLocationCount: number;
3315
- };
3299
+ odataType: "Microsoft.Azure.Monitor.WebtestLocationAvailabilityCriteria";
3300
+ webTestId: string;
3301
+ }
3316
3302
 
3317
3303
  // @public
3318
3304
  export interface WindowsEventLogDataSource {