@azure/arm-monitor 7.0.1-alpha.20220427.1 → 8.0.0-beta.1
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.
- package/CHANGELOG.md +74 -4
- package/README.md +1 -1
- package/dist/index.js +1010 -145
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/actionGroupsCreateNotificationsAtActionGroupResourceLevelSample.d.ts +2 -0
- package/dist-esm/samples-dev/actionGroupsCreateNotificationsAtActionGroupResourceLevelSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/actionGroupsCreateNotificationsAtActionGroupResourceLevelSample.js +138 -0
- package/dist-esm/samples-dev/actionGroupsCreateNotificationsAtActionGroupResourceLevelSample.js.map +1 -0
- package/dist-esm/samples-dev/actionGroupsCreateNotificationsAtResourceGroupLevelSample.d.ts +2 -0
- package/dist-esm/samples-dev/actionGroupsCreateNotificationsAtResourceGroupLevelSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/actionGroupsCreateNotificationsAtResourceGroupLevelSample.js +137 -0
- package/dist-esm/samples-dev/actionGroupsCreateNotificationsAtResourceGroupLevelSample.js.map +1 -0
- package/dist-esm/samples-dev/actionGroupsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/actionGroupsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/actionGroupsEnableReceiverSample.js +1 -1
- package/dist-esm/samples-dev/actionGroupsGetSample.js +1 -1
- package/dist-esm/samples-dev/actionGroupsGetTestNotificationsAtActionGroupResourceLevelSample.d.ts +2 -0
- package/dist-esm/samples-dev/actionGroupsGetTestNotificationsAtActionGroupResourceLevelSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/actionGroupsGetTestNotificationsAtActionGroupResourceLevelSample.js +32 -0
- package/dist-esm/samples-dev/actionGroupsGetTestNotificationsAtActionGroupResourceLevelSample.js.map +1 -0
- package/dist-esm/samples-dev/actionGroupsGetTestNotificationsAtResourceGroupLevelSample.d.ts +2 -0
- package/dist-esm/samples-dev/actionGroupsGetTestNotificationsAtResourceGroupLevelSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/actionGroupsGetTestNotificationsAtResourceGroupLevelSample.js +31 -0
- package/dist-esm/samples-dev/actionGroupsGetTestNotificationsAtResourceGroupLevelSample.js.map +1 -0
- package/dist-esm/samples-dev/actionGroupsGetTestNotificationsSample.js +3 -3
- package/dist-esm/samples-dev/actionGroupsGetTestNotificationsSample.js.map +1 -1
- package/dist-esm/samples-dev/actionGroupsListByResourceGroupSample.js +3 -3
- package/dist-esm/samples-dev/actionGroupsListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/actionGroupsListBySubscriptionIdSample.js +3 -3
- package/dist-esm/samples-dev/actionGroupsListBySubscriptionIdSample.js.map +1 -1
- package/dist-esm/samples-dev/actionGroupsPostTestNotificationsSample.js +15 -3
- package/dist-esm/samples-dev/actionGroupsPostTestNotificationsSample.js.map +1 -1
- package/dist-esm/samples-dev/actionGroupsUpdateSample.js +1 -1
- package/dist-esm/samples-dev/activityLogAlertsCreateOrUpdateSample.js +100 -14
- package/dist-esm/samples-dev/activityLogAlertsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/activityLogAlertsDeleteSample.js +7 -7
- package/dist-esm/samples-dev/activityLogAlertsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/activityLogAlertsGetSample.js +7 -7
- package/dist-esm/samples-dev/activityLogAlertsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/activityLogAlertsListByResourceGroupSample.js +4 -4
- package/dist-esm/samples-dev/activityLogAlertsListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/activityLogAlertsListBySubscriptionIdSample.js +5 -5
- package/dist-esm/samples-dev/activityLogAlertsListBySubscriptionIdSample.js.map +1 -1
- package/dist-esm/samples-dev/activityLogAlertsUpdateSample.js +9 -9
- package/dist-esm/samples-dev/activityLogAlertsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/dataCollectionEndpointsCreateSample.js +1 -1
- package/dist-esm/samples-dev/dataCollectionEndpointsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/dataCollectionEndpointsGetSample.js +1 -1
- package/dist-esm/samples-dev/dataCollectionEndpointsListByResourceGroupSample.js +1 -1
- package/dist-esm/samples-dev/dataCollectionEndpointsListBySubscriptionSample.js +1 -1
- package/dist-esm/samples-dev/dataCollectionEndpointsUpdateSample.js +1 -1
- package/dist-esm/samples-dev/dataCollectionRuleAssociationsCreateSample.js +1 -1
- package/dist-esm/samples-dev/dataCollectionRuleAssociationsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/dataCollectionRuleAssociationsGetSample.js +1 -1
- package/dist-esm/samples-dev/dataCollectionRuleAssociationsListByDataCollectionEndpointSample.d.ts +2 -0
- package/dist-esm/samples-dev/dataCollectionRuleAssociationsListByDataCollectionEndpointSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/dataCollectionRuleAssociationsListByDataCollectionEndpointSample.js +45 -0
- package/dist-esm/samples-dev/dataCollectionRuleAssociationsListByDataCollectionEndpointSample.js.map +1 -0
- package/dist-esm/samples-dev/dataCollectionRuleAssociationsListByResourceSample.js +1 -1
- package/dist-esm/samples-dev/dataCollectionRuleAssociationsListByRuleSample.js +1 -1
- package/dist-esm/samples-dev/dataCollectionRulesCreateSample.js +1 -1
- package/dist-esm/samples-dev/dataCollectionRulesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/dataCollectionRulesGetSample.js +1 -1
- package/dist-esm/samples-dev/dataCollectionRulesListByResourceGroupSample.js +1 -1
- package/dist-esm/samples-dev/dataCollectionRulesListBySubscriptionSample.js +1 -1
- package/dist-esm/samples-dev/dataCollectionRulesUpdateSample.js +1 -1
- package/dist-esm/src/models/index.d.ts +349 -63
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +29 -0
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +24 -8
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +482 -85
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +2 -2
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +9 -9
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/monitorClient.js +1 -1
- package/dist-esm/src/monitorClient.js.map +1 -1
- package/dist-esm/src/operations/actionGroups.d.ts +46 -1
- package/dist-esm/src/operations/actionGroups.d.ts.map +1 -1
- package/dist-esm/src/operations/actionGroups.js +235 -4
- package/dist-esm/src/operations/actionGroups.js.map +1 -1
- package/dist-esm/src/operations/activityLogAlerts.d.ts +32 -18
- package/dist-esm/src/operations/activityLogAlerts.d.ts.map +1 -1
- package/dist-esm/src/operations/activityLogAlerts.js +111 -35
- package/dist-esm/src/operations/activityLogAlerts.js.map +1 -1
- package/dist-esm/src/operations/dataCollectionRuleAssociations.d.ts +29 -1
- package/dist-esm/src/operations/dataCollectionRuleAssociations.d.ts.map +1 -1
- package/dist-esm/src/operations/dataCollectionRuleAssociations.js +116 -0
- package/dist-esm/src/operations/dataCollectionRuleAssociations.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/actionGroups.d.ts +46 -1
- package/dist-esm/src/operationsInterfaces/actionGroups.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/activityLogAlerts.d.ts +17 -16
- package/dist-esm/src/operationsInterfaces/activityLogAlerts.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/dataCollectionRuleAssociations.d.ts +9 -1
- package/dist-esm/src/operationsInterfaces/dataCollectionRuleAssociations.d.ts.map +1 -1
- package/dist-esm/test/monitor_examples.d.ts.map +1 -1
- package/dist-esm/test/monitor_examples.js +26 -32
- package/dist-esm/test/monitor_examples.js.map +1 -1
- package/package.json +7 -3
- package/review/arm-monitor.api.md +286 -63
- package/src/models/index.ts +385 -65
- package/src/models/mappers.ts +519 -94
- package/src/models/parameters.ts +9 -9
- package/src/monitorClient.ts +1 -1
- package/src/operations/actionGroups.ts +355 -4
- package/src/operations/activityLogAlerts.ts +136 -37
- package/src/operations/dataCollectionRuleAssociations.ts +168 -1
- package/src/operationsInterfaces/actionGroups.ts +96 -0
- package/src/operationsInterfaces/activityLogAlerts.ts +17 -16
- package/src/operationsInterfaces/dataCollectionRuleAssociations.ts +13 -0
- package/types/arm-monitor.d.ts +476 -98
|
@@ -1865,35 +1865,6 @@ export const NotificationRequestBody = {
|
|
|
1865
1865
|
}
|
|
1866
1866
|
}
|
|
1867
1867
|
};
|
|
1868
|
-
export const TestNotificationResponse = {
|
|
1869
|
-
type: {
|
|
1870
|
-
name: "Composite",
|
|
1871
|
-
className: "TestNotificationResponse",
|
|
1872
|
-
modelProperties: {
|
|
1873
|
-
notificationId: {
|
|
1874
|
-
serializedName: "notificationId",
|
|
1875
|
-
required: true,
|
|
1876
|
-
type: {
|
|
1877
|
-
name: "String"
|
|
1878
|
-
}
|
|
1879
|
-
},
|
|
1880
|
-
correlationId: {
|
|
1881
|
-
serializedName: "correlationId",
|
|
1882
|
-
required: true,
|
|
1883
|
-
type: {
|
|
1884
|
-
name: "String"
|
|
1885
|
-
}
|
|
1886
|
-
},
|
|
1887
|
-
createdTime: {
|
|
1888
|
-
serializedName: "createdTime",
|
|
1889
|
-
required: true,
|
|
1890
|
-
type: {
|
|
1891
|
-
name: "String"
|
|
1892
|
-
}
|
|
1893
|
-
}
|
|
1894
|
-
}
|
|
1895
|
-
}
|
|
1896
|
-
};
|
|
1897
1868
|
export const TestNotificationDetailsResponse = {
|
|
1898
1869
|
type: {
|
|
1899
1870
|
name: "Composite",
|
|
@@ -3875,10 +3846,10 @@ export const ScopedResourceListResult = {
|
|
|
3875
3846
|
}
|
|
3876
3847
|
}
|
|
3877
3848
|
};
|
|
3878
|
-
export const
|
|
3849
|
+
export const AlertRuleAllOfCondition = {
|
|
3879
3850
|
type: {
|
|
3880
3851
|
name: "Composite",
|
|
3881
|
-
className: "
|
|
3852
|
+
className: "AlertRuleAllOfCondition",
|
|
3882
3853
|
modelProperties: {
|
|
3883
3854
|
allOf: {
|
|
3884
3855
|
serializedName: "allOf",
|
|
@@ -3888,7 +3859,7 @@ export const ActivityLogAlertAllOfCondition = {
|
|
|
3888
3859
|
element: {
|
|
3889
3860
|
type: {
|
|
3890
3861
|
name: "Composite",
|
|
3891
|
-
className: "
|
|
3862
|
+
className: "AlertRuleAnyOfOrLeafCondition"
|
|
3892
3863
|
}
|
|
3893
3864
|
}
|
|
3894
3865
|
}
|
|
@@ -3896,32 +3867,41 @@ export const ActivityLogAlertAllOfCondition = {
|
|
|
3896
3867
|
}
|
|
3897
3868
|
}
|
|
3898
3869
|
};
|
|
3899
|
-
export const
|
|
3870
|
+
export const AlertRuleLeafCondition = {
|
|
3900
3871
|
type: {
|
|
3901
3872
|
name: "Composite",
|
|
3902
|
-
className: "
|
|
3873
|
+
className: "AlertRuleLeafCondition",
|
|
3903
3874
|
modelProperties: {
|
|
3904
3875
|
field: {
|
|
3905
3876
|
serializedName: "field",
|
|
3906
|
-
required: true,
|
|
3907
3877
|
type: {
|
|
3908
3878
|
name: "String"
|
|
3909
3879
|
}
|
|
3910
3880
|
},
|
|
3911
3881
|
equals: {
|
|
3912
3882
|
serializedName: "equals",
|
|
3913
|
-
required: true,
|
|
3914
3883
|
type: {
|
|
3915
3884
|
name: "String"
|
|
3916
3885
|
}
|
|
3886
|
+
},
|
|
3887
|
+
containsAny: {
|
|
3888
|
+
serializedName: "containsAny",
|
|
3889
|
+
type: {
|
|
3890
|
+
name: "Sequence",
|
|
3891
|
+
element: {
|
|
3892
|
+
type: {
|
|
3893
|
+
name: "String"
|
|
3894
|
+
}
|
|
3895
|
+
}
|
|
3896
|
+
}
|
|
3917
3897
|
}
|
|
3918
3898
|
}
|
|
3919
3899
|
}
|
|
3920
3900
|
};
|
|
3921
|
-
export const
|
|
3901
|
+
export const ActionList = {
|
|
3922
3902
|
type: {
|
|
3923
3903
|
name: "Composite",
|
|
3924
|
-
className: "
|
|
3904
|
+
className: "ActionList",
|
|
3925
3905
|
modelProperties: {
|
|
3926
3906
|
actionGroups: {
|
|
3927
3907
|
serializedName: "actionGroups",
|
|
@@ -3930,7 +3910,7 @@ export const ActivityLogAlertActionList = {
|
|
|
3930
3910
|
element: {
|
|
3931
3911
|
type: {
|
|
3932
3912
|
name: "Composite",
|
|
3933
|
-
className: "
|
|
3913
|
+
className: "ActionGroup"
|
|
3934
3914
|
}
|
|
3935
3915
|
}
|
|
3936
3916
|
}
|
|
@@ -3938,10 +3918,10 @@ export const ActivityLogAlertActionList = {
|
|
|
3938
3918
|
}
|
|
3939
3919
|
}
|
|
3940
3920
|
};
|
|
3941
|
-
export const
|
|
3921
|
+
export const ActionGroup = {
|
|
3942
3922
|
type: {
|
|
3943
3923
|
name: "Composite",
|
|
3944
|
-
className: "
|
|
3924
|
+
className: "ActionGroup",
|
|
3945
3925
|
modelProperties: {
|
|
3946
3926
|
actionGroupId: {
|
|
3947
3927
|
serializedName: "actionGroupId",
|
|
@@ -3960,10 +3940,75 @@ export const ActivityLogAlertActionGroup = {
|
|
|
3960
3940
|
}
|
|
3961
3941
|
}
|
|
3962
3942
|
};
|
|
3963
|
-
export const
|
|
3943
|
+
export const AzureResourceAutoGenerated = {
|
|
3944
|
+
type: {
|
|
3945
|
+
name: "Composite",
|
|
3946
|
+
className: "AzureResourceAutoGenerated",
|
|
3947
|
+
modelProperties: {
|
|
3948
|
+
id: {
|
|
3949
|
+
serializedName: "id",
|
|
3950
|
+
readOnly: true,
|
|
3951
|
+
type: {
|
|
3952
|
+
name: "String"
|
|
3953
|
+
}
|
|
3954
|
+
},
|
|
3955
|
+
name: {
|
|
3956
|
+
serializedName: "name",
|
|
3957
|
+
readOnly: true,
|
|
3958
|
+
type: {
|
|
3959
|
+
name: "String"
|
|
3960
|
+
}
|
|
3961
|
+
},
|
|
3962
|
+
type: {
|
|
3963
|
+
serializedName: "type",
|
|
3964
|
+
readOnly: true,
|
|
3965
|
+
type: {
|
|
3966
|
+
name: "String"
|
|
3967
|
+
}
|
|
3968
|
+
},
|
|
3969
|
+
location: {
|
|
3970
|
+
defaultValue: "global",
|
|
3971
|
+
serializedName: "location",
|
|
3972
|
+
type: {
|
|
3973
|
+
name: "String"
|
|
3974
|
+
}
|
|
3975
|
+
},
|
|
3976
|
+
tags: {
|
|
3977
|
+
serializedName: "tags",
|
|
3978
|
+
type: {
|
|
3979
|
+
name: "Dictionary",
|
|
3980
|
+
value: { type: { name: "String" } }
|
|
3981
|
+
}
|
|
3982
|
+
}
|
|
3983
|
+
}
|
|
3984
|
+
}
|
|
3985
|
+
};
|
|
3986
|
+
export const ErrorResponseAutoGenerated = {
|
|
3964
3987
|
type: {
|
|
3965
3988
|
name: "Composite",
|
|
3966
|
-
className: "
|
|
3989
|
+
className: "ErrorResponseAutoGenerated",
|
|
3990
|
+
modelProperties: {
|
|
3991
|
+
code: {
|
|
3992
|
+
serializedName: "code",
|
|
3993
|
+
readOnly: true,
|
|
3994
|
+
type: {
|
|
3995
|
+
name: "String"
|
|
3996
|
+
}
|
|
3997
|
+
},
|
|
3998
|
+
message: {
|
|
3999
|
+
serializedName: "message",
|
|
4000
|
+
readOnly: true,
|
|
4001
|
+
type: {
|
|
4002
|
+
name: "String"
|
|
4003
|
+
}
|
|
4004
|
+
}
|
|
4005
|
+
}
|
|
4006
|
+
}
|
|
4007
|
+
};
|
|
4008
|
+
export const AlertRulePatchObject = {
|
|
4009
|
+
type: {
|
|
4010
|
+
name: "Composite",
|
|
4011
|
+
className: "AlertRulePatchObject",
|
|
3967
4012
|
modelProperties: {
|
|
3968
4013
|
tags: {
|
|
3969
4014
|
serializedName: "tags",
|
|
@@ -3982,10 +4027,10 @@ export const ActivityLogAlertPatchBody = {
|
|
|
3982
4027
|
}
|
|
3983
4028
|
}
|
|
3984
4029
|
};
|
|
3985
|
-
export const
|
|
4030
|
+
export const AlertRuleList = {
|
|
3986
4031
|
type: {
|
|
3987
4032
|
name: "Composite",
|
|
3988
|
-
className: "
|
|
4033
|
+
className: "AlertRuleList",
|
|
3989
4034
|
modelProperties: {
|
|
3990
4035
|
value: {
|
|
3991
4036
|
serializedName: "value",
|
|
@@ -4450,6 +4495,13 @@ export const DataCollectionRuleAssociationProxyOnlyResource = {
|
|
|
4450
4495
|
type: {
|
|
4451
4496
|
name: "String"
|
|
4452
4497
|
}
|
|
4498
|
+
},
|
|
4499
|
+
metadata: {
|
|
4500
|
+
serializedName: "properties.metadata",
|
|
4501
|
+
type: {
|
|
4502
|
+
name: "Composite",
|
|
4503
|
+
className: "DataCollectionRuleAssociationMetadata"
|
|
4504
|
+
}
|
|
4453
4505
|
}
|
|
4454
4506
|
}
|
|
4455
4507
|
}
|
|
@@ -4483,6 +4535,28 @@ export const DataCollectionRuleAssociation = {
|
|
|
4483
4535
|
type: {
|
|
4484
4536
|
name: "String"
|
|
4485
4537
|
}
|
|
4538
|
+
},
|
|
4539
|
+
metadata: {
|
|
4540
|
+
serializedName: "metadata",
|
|
4541
|
+
type: {
|
|
4542
|
+
name: "Composite",
|
|
4543
|
+
className: "DataCollectionRuleAssociationMetadata"
|
|
4544
|
+
}
|
|
4545
|
+
}
|
|
4546
|
+
}
|
|
4547
|
+
}
|
|
4548
|
+
};
|
|
4549
|
+
export const Metadata = {
|
|
4550
|
+
type: {
|
|
4551
|
+
name: "Composite",
|
|
4552
|
+
className: "Metadata",
|
|
4553
|
+
modelProperties: {
|
|
4554
|
+
provisionedBy: {
|
|
4555
|
+
serializedName: "provisionedBy",
|
|
4556
|
+
readOnly: true,
|
|
4557
|
+
type: {
|
|
4558
|
+
name: "String"
|
|
4559
|
+
}
|
|
4486
4560
|
}
|
|
4487
4561
|
}
|
|
4488
4562
|
}
|
|
@@ -4587,6 +4661,26 @@ export const DataCollectionRuleResource = {
|
|
|
4587
4661
|
name: "String"
|
|
4588
4662
|
}
|
|
4589
4663
|
},
|
|
4664
|
+
dataCollectionEndpointId: {
|
|
4665
|
+
serializedName: "properties.dataCollectionEndpointId",
|
|
4666
|
+
type: {
|
|
4667
|
+
name: "String"
|
|
4668
|
+
}
|
|
4669
|
+
},
|
|
4670
|
+
metadata: {
|
|
4671
|
+
serializedName: "properties.metadata",
|
|
4672
|
+
type: {
|
|
4673
|
+
name: "Composite",
|
|
4674
|
+
className: "DataCollectionRuleMetadata"
|
|
4675
|
+
}
|
|
4676
|
+
},
|
|
4677
|
+
streamDeclarations: {
|
|
4678
|
+
serializedName: "properties.streamDeclarations",
|
|
4679
|
+
type: {
|
|
4680
|
+
name: "Dictionary",
|
|
4681
|
+
value: { type: { name: "Composite", className: "StreamDeclaration" } }
|
|
4682
|
+
}
|
|
4683
|
+
},
|
|
4590
4684
|
dataSources: {
|
|
4591
4685
|
serializedName: "properties.dataSources",
|
|
4592
4686
|
type: {
|
|
@@ -4641,6 +4735,26 @@ export const DataCollectionRule = {
|
|
|
4641
4735
|
name: "String"
|
|
4642
4736
|
}
|
|
4643
4737
|
},
|
|
4738
|
+
dataCollectionEndpointId: {
|
|
4739
|
+
serializedName: "dataCollectionEndpointId",
|
|
4740
|
+
type: {
|
|
4741
|
+
name: "String"
|
|
4742
|
+
}
|
|
4743
|
+
},
|
|
4744
|
+
metadata: {
|
|
4745
|
+
serializedName: "metadata",
|
|
4746
|
+
type: {
|
|
4747
|
+
name: "Composite",
|
|
4748
|
+
className: "DataCollectionRuleMetadata"
|
|
4749
|
+
}
|
|
4750
|
+
},
|
|
4751
|
+
streamDeclarations: {
|
|
4752
|
+
serializedName: "streamDeclarations",
|
|
4753
|
+
type: {
|
|
4754
|
+
name: "Dictionary",
|
|
4755
|
+
value: { type: { name: "Composite", className: "StreamDeclaration" } }
|
|
4756
|
+
}
|
|
4757
|
+
},
|
|
4644
4758
|
dataSources: {
|
|
4645
4759
|
serializedName: "dataSources",
|
|
4646
4760
|
type: {
|
|
@@ -4677,6 +4791,46 @@ export const DataCollectionRule = {
|
|
|
4677
4791
|
}
|
|
4678
4792
|
}
|
|
4679
4793
|
};
|
|
4794
|
+
export const StreamDeclaration = {
|
|
4795
|
+
type: {
|
|
4796
|
+
name: "Composite",
|
|
4797
|
+
className: "StreamDeclaration",
|
|
4798
|
+
modelProperties: {
|
|
4799
|
+
columns: {
|
|
4800
|
+
serializedName: "columns",
|
|
4801
|
+
type: {
|
|
4802
|
+
name: "Sequence",
|
|
4803
|
+
element: {
|
|
4804
|
+
type: {
|
|
4805
|
+
name: "Composite",
|
|
4806
|
+
className: "ColumnDefinition"
|
|
4807
|
+
}
|
|
4808
|
+
}
|
|
4809
|
+
}
|
|
4810
|
+
}
|
|
4811
|
+
}
|
|
4812
|
+
}
|
|
4813
|
+
};
|
|
4814
|
+
export const ColumnDefinition = {
|
|
4815
|
+
type: {
|
|
4816
|
+
name: "Composite",
|
|
4817
|
+
className: "ColumnDefinition",
|
|
4818
|
+
modelProperties: {
|
|
4819
|
+
name: {
|
|
4820
|
+
serializedName: "name",
|
|
4821
|
+
type: {
|
|
4822
|
+
name: "String"
|
|
4823
|
+
}
|
|
4824
|
+
},
|
|
4825
|
+
type: {
|
|
4826
|
+
serializedName: "type",
|
|
4827
|
+
type: {
|
|
4828
|
+
name: "String"
|
|
4829
|
+
}
|
|
4830
|
+
}
|
|
4831
|
+
}
|
|
4832
|
+
}
|
|
4833
|
+
};
|
|
4680
4834
|
export const DataSourcesSpec = {
|
|
4681
4835
|
type: {
|
|
4682
4836
|
name: "Composite",
|
|
@@ -4729,6 +4883,30 @@ export const DataSourcesSpec = {
|
|
|
4729
4883
|
}
|
|
4730
4884
|
}
|
|
4731
4885
|
}
|
|
4886
|
+
},
|
|
4887
|
+
logFiles: {
|
|
4888
|
+
serializedName: "logFiles",
|
|
4889
|
+
type: {
|
|
4890
|
+
name: "Sequence",
|
|
4891
|
+
element: {
|
|
4892
|
+
type: {
|
|
4893
|
+
name: "Composite",
|
|
4894
|
+
className: "LogFilesDataSource"
|
|
4895
|
+
}
|
|
4896
|
+
}
|
|
4897
|
+
}
|
|
4898
|
+
},
|
|
4899
|
+
iisLogs: {
|
|
4900
|
+
serializedName: "iisLogs",
|
|
4901
|
+
type: {
|
|
4902
|
+
name: "Sequence",
|
|
4903
|
+
element: {
|
|
4904
|
+
type: {
|
|
4905
|
+
name: "Composite",
|
|
4906
|
+
className: "IisLogsDataSource"
|
|
4907
|
+
}
|
|
4908
|
+
}
|
|
4909
|
+
}
|
|
4732
4910
|
}
|
|
4733
4911
|
}
|
|
4734
4912
|
}
|
|
@@ -4908,6 +5086,125 @@ export const ExtensionDataSource = {
|
|
|
4908
5086
|
}
|
|
4909
5087
|
}
|
|
4910
5088
|
};
|
|
5089
|
+
export const LogFilesDataSource = {
|
|
5090
|
+
type: {
|
|
5091
|
+
name: "Composite",
|
|
5092
|
+
className: "LogFilesDataSource",
|
|
5093
|
+
modelProperties: {
|
|
5094
|
+
streams: {
|
|
5095
|
+
serializedName: "streams",
|
|
5096
|
+
required: true,
|
|
5097
|
+
type: {
|
|
5098
|
+
name: "Sequence",
|
|
5099
|
+
element: {
|
|
5100
|
+
type: {
|
|
5101
|
+
name: "String"
|
|
5102
|
+
}
|
|
5103
|
+
}
|
|
5104
|
+
}
|
|
5105
|
+
},
|
|
5106
|
+
filePatterns: {
|
|
5107
|
+
serializedName: "filePatterns",
|
|
5108
|
+
required: true,
|
|
5109
|
+
type: {
|
|
5110
|
+
name: "Sequence",
|
|
5111
|
+
element: {
|
|
5112
|
+
type: {
|
|
5113
|
+
name: "String"
|
|
5114
|
+
}
|
|
5115
|
+
}
|
|
5116
|
+
}
|
|
5117
|
+
},
|
|
5118
|
+
format: {
|
|
5119
|
+
serializedName: "format",
|
|
5120
|
+
required: true,
|
|
5121
|
+
type: {
|
|
5122
|
+
name: "String"
|
|
5123
|
+
}
|
|
5124
|
+
},
|
|
5125
|
+
settings: {
|
|
5126
|
+
serializedName: "settings",
|
|
5127
|
+
type: {
|
|
5128
|
+
name: "Composite",
|
|
5129
|
+
className: "LogFilesDataSourceSettings"
|
|
5130
|
+
}
|
|
5131
|
+
},
|
|
5132
|
+
name: {
|
|
5133
|
+
serializedName: "name",
|
|
5134
|
+
type: {
|
|
5135
|
+
name: "String"
|
|
5136
|
+
}
|
|
5137
|
+
}
|
|
5138
|
+
}
|
|
5139
|
+
}
|
|
5140
|
+
};
|
|
5141
|
+
export const LogFileSettings = {
|
|
5142
|
+
type: {
|
|
5143
|
+
name: "Composite",
|
|
5144
|
+
className: "LogFileSettings",
|
|
5145
|
+
modelProperties: {
|
|
5146
|
+
text: {
|
|
5147
|
+
serializedName: "text",
|
|
5148
|
+
type: {
|
|
5149
|
+
name: "Composite",
|
|
5150
|
+
className: "LogFileSettingsText"
|
|
5151
|
+
}
|
|
5152
|
+
}
|
|
5153
|
+
}
|
|
5154
|
+
}
|
|
5155
|
+
};
|
|
5156
|
+
export const LogFileTextSettings = {
|
|
5157
|
+
type: {
|
|
5158
|
+
name: "Composite",
|
|
5159
|
+
className: "LogFileTextSettings",
|
|
5160
|
+
modelProperties: {
|
|
5161
|
+
recordStartTimestampFormat: {
|
|
5162
|
+
serializedName: "recordStartTimestampFormat",
|
|
5163
|
+
required: true,
|
|
5164
|
+
type: {
|
|
5165
|
+
name: "String"
|
|
5166
|
+
}
|
|
5167
|
+
}
|
|
5168
|
+
}
|
|
5169
|
+
}
|
|
5170
|
+
};
|
|
5171
|
+
export const IisLogsDataSource = {
|
|
5172
|
+
type: {
|
|
5173
|
+
name: "Composite",
|
|
5174
|
+
className: "IisLogsDataSource",
|
|
5175
|
+
modelProperties: {
|
|
5176
|
+
streams: {
|
|
5177
|
+
serializedName: "streams",
|
|
5178
|
+
required: true,
|
|
5179
|
+
type: {
|
|
5180
|
+
name: "Sequence",
|
|
5181
|
+
element: {
|
|
5182
|
+
type: {
|
|
5183
|
+
name: "String"
|
|
5184
|
+
}
|
|
5185
|
+
}
|
|
5186
|
+
}
|
|
5187
|
+
},
|
|
5188
|
+
logDirectories: {
|
|
5189
|
+
serializedName: "logDirectories",
|
|
5190
|
+
type: {
|
|
5191
|
+
name: "Sequence",
|
|
5192
|
+
element: {
|
|
5193
|
+
type: {
|
|
5194
|
+
name: "String"
|
|
5195
|
+
}
|
|
5196
|
+
}
|
|
5197
|
+
}
|
|
5198
|
+
},
|
|
5199
|
+
name: {
|
|
5200
|
+
serializedName: "name",
|
|
5201
|
+
type: {
|
|
5202
|
+
name: "String"
|
|
5203
|
+
}
|
|
5204
|
+
}
|
|
5205
|
+
}
|
|
5206
|
+
}
|
|
5207
|
+
};
|
|
4911
5208
|
export const DestinationsSpec = {
|
|
4912
5209
|
type: {
|
|
4913
5210
|
name: "Composite",
|
|
@@ -5002,6 +5299,18 @@ export const DataFlow = {
|
|
|
5002
5299
|
}
|
|
5003
5300
|
}
|
|
5004
5301
|
}
|
|
5302
|
+
},
|
|
5303
|
+
transformKql: {
|
|
5304
|
+
serializedName: "transformKql",
|
|
5305
|
+
type: {
|
|
5306
|
+
name: "String"
|
|
5307
|
+
}
|
|
5308
|
+
},
|
|
5309
|
+
outputStream: {
|
|
5310
|
+
serializedName: "outputStream",
|
|
5311
|
+
type: {
|
|
5312
|
+
name: "String"
|
|
5313
|
+
}
|
|
5005
5314
|
}
|
|
5006
5315
|
}
|
|
5007
5316
|
}
|
|
@@ -5579,46 +5888,6 @@ export const MetricAlertResource = {
|
|
|
5579
5888
|
} })
|
|
5580
5889
|
}
|
|
5581
5890
|
};
|
|
5582
|
-
export const ActivityLogAlertResource = {
|
|
5583
|
-
type: {
|
|
5584
|
-
name: "Composite",
|
|
5585
|
-
className: "ActivityLogAlertResource",
|
|
5586
|
-
modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { scopes: {
|
|
5587
|
-
serializedName: "properties.scopes",
|
|
5588
|
-
type: {
|
|
5589
|
-
name: "Sequence",
|
|
5590
|
-
element: {
|
|
5591
|
-
type: {
|
|
5592
|
-
name: "String"
|
|
5593
|
-
}
|
|
5594
|
-
}
|
|
5595
|
-
}
|
|
5596
|
-
}, enabled: {
|
|
5597
|
-
defaultValue: true,
|
|
5598
|
-
serializedName: "properties.enabled",
|
|
5599
|
-
type: {
|
|
5600
|
-
name: "Boolean"
|
|
5601
|
-
}
|
|
5602
|
-
}, condition: {
|
|
5603
|
-
serializedName: "properties.condition",
|
|
5604
|
-
type: {
|
|
5605
|
-
name: "Composite",
|
|
5606
|
-
className: "ActivityLogAlertAllOfCondition"
|
|
5607
|
-
}
|
|
5608
|
-
}, actions: {
|
|
5609
|
-
serializedName: "properties.actions",
|
|
5610
|
-
type: {
|
|
5611
|
-
name: "Composite",
|
|
5612
|
-
className: "ActivityLogAlertActionList"
|
|
5613
|
-
}
|
|
5614
|
-
}, description: {
|
|
5615
|
-
serializedName: "properties.description",
|
|
5616
|
-
type: {
|
|
5617
|
-
name: "String"
|
|
5618
|
-
}
|
|
5619
|
-
} })
|
|
5620
|
-
}
|
|
5621
|
-
};
|
|
5622
5891
|
export const ErrorResponseCommon = {
|
|
5623
5892
|
type: {
|
|
5624
5893
|
name: "Composite",
|
|
@@ -6383,6 +6652,64 @@ export const AzureMonitorPrivateLinkScope = {
|
|
|
6383
6652
|
} })
|
|
6384
6653
|
}
|
|
6385
6654
|
};
|
|
6655
|
+
export const AlertRuleAnyOfOrLeafCondition = {
|
|
6656
|
+
type: {
|
|
6657
|
+
name: "Composite",
|
|
6658
|
+
className: "AlertRuleAnyOfOrLeafCondition",
|
|
6659
|
+
modelProperties: Object.assign(Object.assign({}, AlertRuleLeafCondition.type.modelProperties), { anyOf: {
|
|
6660
|
+
serializedName: "anyOf",
|
|
6661
|
+
type: {
|
|
6662
|
+
name: "Sequence",
|
|
6663
|
+
element: {
|
|
6664
|
+
type: {
|
|
6665
|
+
name: "Composite",
|
|
6666
|
+
className: "AlertRuleLeafCondition"
|
|
6667
|
+
}
|
|
6668
|
+
}
|
|
6669
|
+
}
|
|
6670
|
+
} })
|
|
6671
|
+
}
|
|
6672
|
+
};
|
|
6673
|
+
export const ActivityLogAlertResource = {
|
|
6674
|
+
type: {
|
|
6675
|
+
name: "Composite",
|
|
6676
|
+
className: "ActivityLogAlertResource",
|
|
6677
|
+
modelProperties: Object.assign(Object.assign({}, AzureResourceAutoGenerated.type.modelProperties), { scopes: {
|
|
6678
|
+
serializedName: "properties.scopes",
|
|
6679
|
+
type: {
|
|
6680
|
+
name: "Sequence",
|
|
6681
|
+
element: {
|
|
6682
|
+
type: {
|
|
6683
|
+
name: "String"
|
|
6684
|
+
}
|
|
6685
|
+
}
|
|
6686
|
+
}
|
|
6687
|
+
}, condition: {
|
|
6688
|
+
serializedName: "properties.condition",
|
|
6689
|
+
type: {
|
|
6690
|
+
name: "Composite",
|
|
6691
|
+
className: "AlertRuleAllOfCondition"
|
|
6692
|
+
}
|
|
6693
|
+
}, actions: {
|
|
6694
|
+
serializedName: "properties.actions",
|
|
6695
|
+
type: {
|
|
6696
|
+
name: "Composite",
|
|
6697
|
+
className: "ActionList"
|
|
6698
|
+
}
|
|
6699
|
+
}, enabled: {
|
|
6700
|
+
defaultValue: true,
|
|
6701
|
+
serializedName: "properties.enabled",
|
|
6702
|
+
type: {
|
|
6703
|
+
name: "Boolean"
|
|
6704
|
+
}
|
|
6705
|
+
}, description: {
|
|
6706
|
+
serializedName: "properties.description",
|
|
6707
|
+
type: {
|
|
6708
|
+
name: "String"
|
|
6709
|
+
}
|
|
6710
|
+
} })
|
|
6711
|
+
}
|
|
6712
|
+
};
|
|
6386
6713
|
export const DataCollectionEndpointResourceProperties = {
|
|
6387
6714
|
type: {
|
|
6388
6715
|
name: "Composite",
|
|
@@ -6439,6 +6766,20 @@ export const DataCollectionRuleAssociationProxyOnlyResourceProperties = {
|
|
|
6439
6766
|
modelProperties: Object.assign({}, DataCollectionRuleAssociation.type.modelProperties)
|
|
6440
6767
|
}
|
|
6441
6768
|
};
|
|
6769
|
+
export const DataCollectionRuleAssociationMetadata = {
|
|
6770
|
+
type: {
|
|
6771
|
+
name: "Composite",
|
|
6772
|
+
className: "DataCollectionRuleAssociationMetadata",
|
|
6773
|
+
modelProperties: Object.assign({}, Metadata.type.modelProperties)
|
|
6774
|
+
}
|
|
6775
|
+
};
|
|
6776
|
+
export const DataCollectionRuleMetadata = {
|
|
6777
|
+
type: {
|
|
6778
|
+
name: "Composite",
|
|
6779
|
+
className: "DataCollectionRuleMetadata",
|
|
6780
|
+
modelProperties: Object.assign({}, Metadata.type.modelProperties)
|
|
6781
|
+
}
|
|
6782
|
+
};
|
|
6442
6783
|
export const DataCollectionRuleResourceProperties = {
|
|
6443
6784
|
type: {
|
|
6444
6785
|
name: "Composite",
|
|
@@ -6453,6 +6794,20 @@ export const DataCollectionRuleDataSources = {
|
|
|
6453
6794
|
modelProperties: Object.assign({}, DataSourcesSpec.type.modelProperties)
|
|
6454
6795
|
}
|
|
6455
6796
|
};
|
|
6797
|
+
export const LogFilesDataSourceSettings = {
|
|
6798
|
+
type: {
|
|
6799
|
+
name: "Composite",
|
|
6800
|
+
className: "LogFilesDataSourceSettings",
|
|
6801
|
+
modelProperties: Object.assign({}, LogFileSettings.type.modelProperties)
|
|
6802
|
+
}
|
|
6803
|
+
};
|
|
6804
|
+
export const LogFileSettingsText = {
|
|
6805
|
+
type: {
|
|
6806
|
+
name: "Composite",
|
|
6807
|
+
className: "LogFileSettingsText",
|
|
6808
|
+
modelProperties: Object.assign({}, LogFileTextSettings.type.modelProperties)
|
|
6809
|
+
}
|
|
6810
|
+
};
|
|
6456
6811
|
export const DataCollectionRuleDestinations = {
|
|
6457
6812
|
type: {
|
|
6458
6813
|
name: "Composite",
|
|
@@ -6524,6 +6879,48 @@ export const DynamicMetricCriteria = {
|
|
|
6524
6879
|
} })
|
|
6525
6880
|
}
|
|
6526
6881
|
};
|
|
6882
|
+
export const ActionGroupsPostTestNotificationsHeaders = {
|
|
6883
|
+
type: {
|
|
6884
|
+
name: "Composite",
|
|
6885
|
+
className: "ActionGroupsPostTestNotificationsHeaders",
|
|
6886
|
+
modelProperties: {
|
|
6887
|
+
location: {
|
|
6888
|
+
serializedName: "location",
|
|
6889
|
+
type: {
|
|
6890
|
+
name: "String"
|
|
6891
|
+
}
|
|
6892
|
+
}
|
|
6893
|
+
}
|
|
6894
|
+
}
|
|
6895
|
+
};
|
|
6896
|
+
export const ActionGroupsCreateNotificationsAtResourceGroupLevelHeaders = {
|
|
6897
|
+
type: {
|
|
6898
|
+
name: "Composite",
|
|
6899
|
+
className: "ActionGroupsCreateNotificationsAtResourceGroupLevelHeaders",
|
|
6900
|
+
modelProperties: {
|
|
6901
|
+
location: {
|
|
6902
|
+
serializedName: "location",
|
|
6903
|
+
type: {
|
|
6904
|
+
name: "String"
|
|
6905
|
+
}
|
|
6906
|
+
}
|
|
6907
|
+
}
|
|
6908
|
+
}
|
|
6909
|
+
};
|
|
6910
|
+
export const ActionGroupsCreateNotificationsAtActionGroupResourceLevelHeaders = {
|
|
6911
|
+
type: {
|
|
6912
|
+
name: "Composite",
|
|
6913
|
+
className: "ActionGroupsCreateNotificationsAtActionGroupResourceLevelHeaders",
|
|
6914
|
+
modelProperties: {
|
|
6915
|
+
location: {
|
|
6916
|
+
serializedName: "location",
|
|
6917
|
+
type: {
|
|
6918
|
+
name: "String"
|
|
6919
|
+
}
|
|
6920
|
+
}
|
|
6921
|
+
}
|
|
6922
|
+
}
|
|
6923
|
+
};
|
|
6527
6924
|
export let discriminators = {
|
|
6528
6925
|
RuleCondition: RuleCondition,
|
|
6529
6926
|
RuleDataSource: RuleDataSource,
|