@azure/arm-monitor 8.0.0-alpha.20250619.1 → 8.0.0-alpha.20250729.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/dist/browser/lroImpl.js +7 -3
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/mappers.js +449 -195
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/monitorClient.js +55 -11
- package/dist/browser/monitorClient.js.map +1 -1
- package/dist/browser/operations/actionGroups.js +30 -59
- package/dist/browser/operations/actionGroups.js.map +1 -1
- package/dist/browser/operations/activityLogAlerts.js +45 -79
- package/dist/browser/operations/activityLogAlerts.js.map +1 -1
- package/dist/browser/operations/activityLogs.js +23 -40
- package/dist/browser/operations/activityLogs.js.map +1 -1
- package/dist/browser/operations/alertRuleIncidents.js +10 -27
- package/dist/browser/operations/alertRuleIncidents.js.map +1 -1
- package/dist/browser/operations/alertRules.js +19 -53
- package/dist/browser/operations/alertRules.js.map +1 -1
- package/dist/browser/operations/autoscaleSettings.js +45 -79
- package/dist/browser/operations/autoscaleSettings.js.map +1 -1
- package/dist/browser/operations/azureMonitorWorkspaces.js +56 -85
- package/dist/browser/operations/azureMonitorWorkspaces.js.map +1 -1
- package/dist/browser/operations/baselines.js +10 -27
- package/dist/browser/operations/baselines.js.map +1 -1
- package/dist/browser/operations/dataCollectionEndpoints.js +45 -79
- package/dist/browser/operations/dataCollectionEndpoints.js.map +1 -1
- package/dist/browser/operations/dataCollectionRuleAssociations.js +67 -118
- package/dist/browser/operations/dataCollectionRuleAssociations.js.map +1 -1
- package/dist/browser/operations/dataCollectionRules.js +45 -79
- package/dist/browser/operations/dataCollectionRules.js.map +1 -1
- package/dist/browser/operations/diagnosticSettings.js +10 -27
- package/dist/browser/operations/diagnosticSettings.js.map +1 -1
- package/dist/browser/operations/diagnosticSettingsCategory.js +10 -27
- package/dist/browser/operations/diagnosticSettingsCategory.js.map +1 -1
- package/dist/browser/operations/eventCategories.js +10 -27
- package/dist/browser/operations/eventCategories.js.map +1 -1
- package/dist/browser/operations/logProfiles.js +10 -27
- package/dist/browser/operations/logProfiles.js.map +1 -1
- package/dist/browser/operations/metricAlerts.js +19 -53
- package/dist/browser/operations/metricAlerts.js.map +1 -1
- package/dist/browser/operations/metricAlertsStatus.js +1 -0
- package/dist/browser/operations/metricAlertsStatus.js.map +1 -1
- package/dist/browser/operations/metricDefinitions.js +19 -53
- package/dist/browser/operations/metricDefinitions.js.map +1 -1
- package/dist/browser/operations/metricNamespaces.js +10 -27
- package/dist/browser/operations/metricNamespaces.js.map +1 -1
- package/dist/browser/operations/metricsOperations.js +1 -0
- package/dist/browser/operations/metricsOperations.js.map +1 -1
- package/dist/browser/operations/monitorOperations.js +23 -40
- package/dist/browser/operations/monitorOperations.js.map +1 -1
- package/dist/browser/operations/operations.js +1 -0
- package/dist/browser/operations/operations.js.map +1 -1
- package/dist/browser/operations/predictiveMetric.js +1 -0
- package/dist/browser/operations/predictiveMetric.js.map +1 -1
- package/dist/browser/operations/privateEndpointConnections.js +23 -12
- package/dist/browser/operations/privateEndpointConnections.js.map +1 -1
- package/dist/browser/operations/privateLinkResources.js +1 -0
- package/dist/browser/operations/privateLinkResources.js.map +1 -1
- package/dist/browser/operations/privateLinkScopeOperationStatus.js +1 -0
- package/dist/browser/operations/privateLinkScopeOperationStatus.js.map +1 -1
- package/dist/browser/operations/privateLinkScopedResources.js +45 -52
- package/dist/browser/operations/privateLinkScopedResources.js.map +1 -1
- package/dist/browser/operations/privateLinkScopes.js +56 -85
- package/dist/browser/operations/privateLinkScopes.js.map +1 -1
- package/dist/browser/operations/scheduledQueryRules.js +45 -79
- package/dist/browser/operations/scheduledQueryRules.js.map +1 -1
- package/dist/browser/operations/tenantActionGroups.js +10 -27
- package/dist/browser/operations/tenantActionGroups.js.map +1 -1
- package/dist/browser/operations/tenantActivityLogs.js +23 -40
- package/dist/browser/operations/tenantActivityLogs.js.map +1 -1
- package/dist/browser/operations/vMInsights.js +1 -0
- package/dist/browser/operations/vMInsights.js.map +1 -1
- package/dist/browser/pagingHelper.js +2 -4
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/commonjs/lroImpl.js +7 -3
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/mappers.js +449 -195
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/monitorClient.js +55 -11
- package/dist/commonjs/monitorClient.js.map +1 -1
- package/dist/commonjs/operations/actionGroups.js +30 -58
- package/dist/commonjs/operations/actionGroups.js.map +1 -1
- package/dist/commonjs/operations/activityLogAlerts.js +45 -78
- package/dist/commonjs/operations/activityLogAlerts.js.map +1 -1
- package/dist/commonjs/operations/activityLogs.js +23 -39
- package/dist/commonjs/operations/activityLogs.js.map +1 -1
- package/dist/commonjs/operations/alertRuleIncidents.js +10 -26
- package/dist/commonjs/operations/alertRuleIncidents.js.map +1 -1
- package/dist/commonjs/operations/alertRules.js +19 -52
- package/dist/commonjs/operations/alertRules.js.map +1 -1
- package/dist/commonjs/operations/autoscaleSettings.js +45 -78
- package/dist/commonjs/operations/autoscaleSettings.js.map +1 -1
- package/dist/commonjs/operations/azureMonitorWorkspaces.js +56 -84
- package/dist/commonjs/operations/azureMonitorWorkspaces.js.map +1 -1
- package/dist/commonjs/operations/baselines.js +10 -26
- package/dist/commonjs/operations/baselines.js.map +1 -1
- package/dist/commonjs/operations/dataCollectionEndpoints.js +45 -78
- package/dist/commonjs/operations/dataCollectionEndpoints.js.map +1 -1
- package/dist/commonjs/operations/dataCollectionRuleAssociations.js +67 -117
- package/dist/commonjs/operations/dataCollectionRuleAssociations.js.map +1 -1
- package/dist/commonjs/operations/dataCollectionRules.js +45 -78
- package/dist/commonjs/operations/dataCollectionRules.js.map +1 -1
- package/dist/commonjs/operations/diagnosticSettings.js +10 -26
- package/dist/commonjs/operations/diagnosticSettings.js.map +1 -1
- package/dist/commonjs/operations/diagnosticSettingsCategory.js +10 -26
- package/dist/commonjs/operations/diagnosticSettingsCategory.js.map +1 -1
- package/dist/commonjs/operations/eventCategories.js +10 -26
- package/dist/commonjs/operations/eventCategories.js.map +1 -1
- package/dist/commonjs/operations/logProfiles.js +10 -26
- package/dist/commonjs/operations/logProfiles.js.map +1 -1
- package/dist/commonjs/operations/metricAlerts.js +19 -52
- package/dist/commonjs/operations/metricAlerts.js.map +1 -1
- package/dist/commonjs/operations/metricAlertsStatus.js +1 -0
- package/dist/commonjs/operations/metricAlertsStatus.js.map +1 -1
- package/dist/commonjs/operations/metricDefinitions.js +19 -52
- package/dist/commonjs/operations/metricDefinitions.js.map +1 -1
- package/dist/commonjs/operations/metricNamespaces.js +10 -26
- package/dist/commonjs/operations/metricNamespaces.js.map +1 -1
- package/dist/commonjs/operations/metricsOperations.js +1 -0
- package/dist/commonjs/operations/metricsOperations.js.map +1 -1
- package/dist/commonjs/operations/monitorOperations.js +23 -39
- package/dist/commonjs/operations/monitorOperations.js.map +1 -1
- package/dist/commonjs/operations/operations.js +1 -0
- package/dist/commonjs/operations/operations.js.map +1 -1
- package/dist/commonjs/operations/predictiveMetric.js +1 -0
- package/dist/commonjs/operations/predictiveMetric.js.map +1 -1
- package/dist/commonjs/operations/privateEndpointConnections.js +23 -12
- package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -1
- package/dist/commonjs/operations/privateLinkResources.js +1 -0
- package/dist/commonjs/operations/privateLinkResources.js.map +1 -1
- package/dist/commonjs/operations/privateLinkScopeOperationStatus.js +1 -0
- package/dist/commonjs/operations/privateLinkScopeOperationStatus.js.map +1 -1
- package/dist/commonjs/operations/privateLinkScopedResources.js +45 -51
- package/dist/commonjs/operations/privateLinkScopedResources.js.map +1 -1
- package/dist/commonjs/operations/privateLinkScopes.js +56 -84
- package/dist/commonjs/operations/privateLinkScopes.js.map +1 -1
- package/dist/commonjs/operations/scheduledQueryRules.js +45 -78
- package/dist/commonjs/operations/scheduledQueryRules.js.map +1 -1
- package/dist/commonjs/operations/tenantActionGroups.js +10 -26
- package/dist/commonjs/operations/tenantActionGroups.js.map +1 -1
- package/dist/commonjs/operations/tenantActivityLogs.js +23 -39
- package/dist/commonjs/operations/tenantActivityLogs.js.map +1 -1
- package/dist/commonjs/operations/vMInsights.js +1 -0
- package/dist/commonjs/operations/vMInsights.js.map +1 -1
- package/dist/commonjs/pagingHelper.js +2 -4
- package/dist/commonjs/pagingHelper.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +11 -11
- package/dist/esm/lroImpl.js +7 -3
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/mappers.js +449 -195
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/monitorClient.js +55 -11
- package/dist/esm/monitorClient.js.map +1 -1
- package/dist/esm/operations/actionGroups.js +30 -59
- package/dist/esm/operations/actionGroups.js.map +1 -1
- package/dist/esm/operations/activityLogAlerts.js +45 -79
- package/dist/esm/operations/activityLogAlerts.js.map +1 -1
- package/dist/esm/operations/activityLogs.js +23 -40
- package/dist/esm/operations/activityLogs.js.map +1 -1
- package/dist/esm/operations/alertRuleIncidents.js +10 -27
- package/dist/esm/operations/alertRuleIncidents.js.map +1 -1
- package/dist/esm/operations/alertRules.js +19 -53
- package/dist/esm/operations/alertRules.js.map +1 -1
- package/dist/esm/operations/autoscaleSettings.js +45 -79
- package/dist/esm/operations/autoscaleSettings.js.map +1 -1
- package/dist/esm/operations/azureMonitorWorkspaces.js +56 -85
- package/dist/esm/operations/azureMonitorWorkspaces.js.map +1 -1
- package/dist/esm/operations/baselines.js +10 -27
- package/dist/esm/operations/baselines.js.map +1 -1
- package/dist/esm/operations/dataCollectionEndpoints.js +45 -79
- package/dist/esm/operations/dataCollectionEndpoints.js.map +1 -1
- package/dist/esm/operations/dataCollectionRuleAssociations.js +67 -118
- package/dist/esm/operations/dataCollectionRuleAssociations.js.map +1 -1
- package/dist/esm/operations/dataCollectionRules.js +45 -79
- package/dist/esm/operations/dataCollectionRules.js.map +1 -1
- package/dist/esm/operations/diagnosticSettings.js +10 -27
- package/dist/esm/operations/diagnosticSettings.js.map +1 -1
- package/dist/esm/operations/diagnosticSettingsCategory.js +10 -27
- package/dist/esm/operations/diagnosticSettingsCategory.js.map +1 -1
- package/dist/esm/operations/eventCategories.js +10 -27
- package/dist/esm/operations/eventCategories.js.map +1 -1
- package/dist/esm/operations/logProfiles.js +10 -27
- package/dist/esm/operations/logProfiles.js.map +1 -1
- package/dist/esm/operations/metricAlerts.js +19 -53
- package/dist/esm/operations/metricAlerts.js.map +1 -1
- package/dist/esm/operations/metricAlertsStatus.js +1 -0
- package/dist/esm/operations/metricAlertsStatus.js.map +1 -1
- package/dist/esm/operations/metricDefinitions.js +19 -53
- package/dist/esm/operations/metricDefinitions.js.map +1 -1
- package/dist/esm/operations/metricNamespaces.js +10 -27
- package/dist/esm/operations/metricNamespaces.js.map +1 -1
- package/dist/esm/operations/metricsOperations.js +1 -0
- package/dist/esm/operations/metricsOperations.js.map +1 -1
- package/dist/esm/operations/monitorOperations.js +23 -40
- package/dist/esm/operations/monitorOperations.js.map +1 -1
- package/dist/esm/operations/operations.js +1 -0
- package/dist/esm/operations/operations.js.map +1 -1
- package/dist/esm/operations/predictiveMetric.js +1 -0
- package/dist/esm/operations/predictiveMetric.js.map +1 -1
- package/dist/esm/operations/privateEndpointConnections.js +23 -12
- package/dist/esm/operations/privateEndpointConnections.js.map +1 -1
- package/dist/esm/operations/privateLinkResources.js +1 -0
- package/dist/esm/operations/privateLinkResources.js.map +1 -1
- package/dist/esm/operations/privateLinkScopeOperationStatus.js +1 -0
- package/dist/esm/operations/privateLinkScopeOperationStatus.js.map +1 -1
- package/dist/esm/operations/privateLinkScopedResources.js +45 -52
- package/dist/esm/operations/privateLinkScopedResources.js.map +1 -1
- package/dist/esm/operations/privateLinkScopes.js +56 -85
- package/dist/esm/operations/privateLinkScopes.js.map +1 -1
- package/dist/esm/operations/scheduledQueryRules.js +45 -79
- package/dist/esm/operations/scheduledQueryRules.js.map +1 -1
- package/dist/esm/operations/tenantActionGroups.js +10 -27
- package/dist/esm/operations/tenantActionGroups.js.map +1 -1
- package/dist/esm/operations/tenantActivityLogs.js +23 -40
- package/dist/esm/operations/tenantActivityLogs.js.map +1 -1
- package/dist/esm/operations/vMInsights.js +1 -0
- package/dist/esm/operations/vMInsights.js.map +1 -1
- package/dist/esm/pagingHelper.js +2 -4
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/react-native/lroImpl.js +7 -3
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/mappers.js +449 -195
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/monitorClient.js +55 -11
- package/dist/react-native/monitorClient.js.map +1 -1
- package/dist/react-native/operations/actionGroups.js +30 -59
- package/dist/react-native/operations/actionGroups.js.map +1 -1
- package/dist/react-native/operations/activityLogAlerts.js +45 -79
- package/dist/react-native/operations/activityLogAlerts.js.map +1 -1
- package/dist/react-native/operations/activityLogs.js +23 -40
- package/dist/react-native/operations/activityLogs.js.map +1 -1
- package/dist/react-native/operations/alertRuleIncidents.js +10 -27
- package/dist/react-native/operations/alertRuleIncidents.js.map +1 -1
- package/dist/react-native/operations/alertRules.js +19 -53
- package/dist/react-native/operations/alertRules.js.map +1 -1
- package/dist/react-native/operations/autoscaleSettings.js +45 -79
- package/dist/react-native/operations/autoscaleSettings.js.map +1 -1
- package/dist/react-native/operations/azureMonitorWorkspaces.js +56 -85
- package/dist/react-native/operations/azureMonitorWorkspaces.js.map +1 -1
- package/dist/react-native/operations/baselines.js +10 -27
- package/dist/react-native/operations/baselines.js.map +1 -1
- package/dist/react-native/operations/dataCollectionEndpoints.js +45 -79
- package/dist/react-native/operations/dataCollectionEndpoints.js.map +1 -1
- package/dist/react-native/operations/dataCollectionRuleAssociations.js +67 -118
- package/dist/react-native/operations/dataCollectionRuleAssociations.js.map +1 -1
- package/dist/react-native/operations/dataCollectionRules.js +45 -79
- package/dist/react-native/operations/dataCollectionRules.js.map +1 -1
- package/dist/react-native/operations/diagnosticSettings.js +10 -27
- package/dist/react-native/operations/diagnosticSettings.js.map +1 -1
- package/dist/react-native/operations/diagnosticSettingsCategory.js +10 -27
- package/dist/react-native/operations/diagnosticSettingsCategory.js.map +1 -1
- package/dist/react-native/operations/eventCategories.js +10 -27
- package/dist/react-native/operations/eventCategories.js.map +1 -1
- package/dist/react-native/operations/logProfiles.js +10 -27
- package/dist/react-native/operations/logProfiles.js.map +1 -1
- package/dist/react-native/operations/metricAlerts.js +19 -53
- package/dist/react-native/operations/metricAlerts.js.map +1 -1
- package/dist/react-native/operations/metricAlertsStatus.js +1 -0
- package/dist/react-native/operations/metricAlertsStatus.js.map +1 -1
- package/dist/react-native/operations/metricDefinitions.js +19 -53
- package/dist/react-native/operations/metricDefinitions.js.map +1 -1
- package/dist/react-native/operations/metricNamespaces.js +10 -27
- package/dist/react-native/operations/metricNamespaces.js.map +1 -1
- package/dist/react-native/operations/metricsOperations.js +1 -0
- package/dist/react-native/operations/metricsOperations.js.map +1 -1
- package/dist/react-native/operations/monitorOperations.js +23 -40
- package/dist/react-native/operations/monitorOperations.js.map +1 -1
- package/dist/react-native/operations/operations.js +1 -0
- package/dist/react-native/operations/operations.js.map +1 -1
- package/dist/react-native/operations/predictiveMetric.js +1 -0
- package/dist/react-native/operations/predictiveMetric.js.map +1 -1
- package/dist/react-native/operations/privateEndpointConnections.js +23 -12
- package/dist/react-native/operations/privateEndpointConnections.js.map +1 -1
- package/dist/react-native/operations/privateLinkResources.js +1 -0
- package/dist/react-native/operations/privateLinkResources.js.map +1 -1
- package/dist/react-native/operations/privateLinkScopeOperationStatus.js +1 -0
- package/dist/react-native/operations/privateLinkScopeOperationStatus.js.map +1 -1
- package/dist/react-native/operations/privateLinkScopedResources.js +45 -52
- package/dist/react-native/operations/privateLinkScopedResources.js.map +1 -1
- package/dist/react-native/operations/privateLinkScopes.js +56 -85
- package/dist/react-native/operations/privateLinkScopes.js.map +1 -1
- package/dist/react-native/operations/scheduledQueryRules.js +45 -79
- package/dist/react-native/operations/scheduledQueryRules.js.map +1 -1
- package/dist/react-native/operations/tenantActionGroups.js +10 -27
- package/dist/react-native/operations/tenantActionGroups.js.map +1 -1
- package/dist/react-native/operations/tenantActivityLogs.js +23 -40
- package/dist/react-native/operations/tenantActivityLogs.js.map +1 -1
- package/dist/react-native/operations/vMInsights.js +1 -0
- package/dist/react-native/operations/vMInsights.js.map +1 -1
- package/dist/react-native/pagingHelper.js +2 -4
- package/dist/react-native/pagingHelper.js.map +1 -1
- package/package.json +2 -2
- /package/review/{arm-monitor.api.md → arm-monitor-node.api.md} +0 -0
|
@@ -7950,28 +7950,36 @@ export const AzureMonitorWorkspaceResourceProperties = {
|
|
|
7950
7950
|
type: {
|
|
7951
7951
|
name: "Composite",
|
|
7952
7952
|
className: "AzureMonitorWorkspaceResourceProperties",
|
|
7953
|
-
modelProperties:
|
|
7953
|
+
modelProperties: {
|
|
7954
|
+
...AzureMonitorWorkspace.type.modelProperties,
|
|
7955
|
+
},
|
|
7954
7956
|
},
|
|
7955
7957
|
};
|
|
7956
7958
|
export const AzureMonitorWorkspaceMetrics = {
|
|
7957
7959
|
type: {
|
|
7958
7960
|
name: "Composite",
|
|
7959
7961
|
className: "AzureMonitorWorkspaceMetrics",
|
|
7960
|
-
modelProperties:
|
|
7962
|
+
modelProperties: {
|
|
7963
|
+
...Metrics.type.modelProperties,
|
|
7964
|
+
},
|
|
7961
7965
|
},
|
|
7962
7966
|
};
|
|
7963
7967
|
export const AzureMonitorWorkspaceDefaultIngestionSettings = {
|
|
7964
7968
|
type: {
|
|
7965
7969
|
name: "Composite",
|
|
7966
7970
|
className: "AzureMonitorWorkspaceDefaultIngestionSettings",
|
|
7967
|
-
modelProperties:
|
|
7971
|
+
modelProperties: {
|
|
7972
|
+
...IngestionSettings.type.modelProperties,
|
|
7973
|
+
},
|
|
7968
7974
|
},
|
|
7969
7975
|
};
|
|
7970
7976
|
export const PrivateEndpointConnection = {
|
|
7971
7977
|
type: {
|
|
7972
7978
|
name: "Composite",
|
|
7973
7979
|
className: "PrivateEndpointConnection",
|
|
7974
|
-
modelProperties:
|
|
7980
|
+
modelProperties: {
|
|
7981
|
+
...Resource.type.modelProperties,
|
|
7982
|
+
groupIds: {
|
|
7975
7983
|
serializedName: "properties.groupIds",
|
|
7976
7984
|
readOnly: true,
|
|
7977
7985
|
type: {
|
|
@@ -7982,71 +7990,87 @@ export const PrivateEndpointConnection = {
|
|
|
7982
7990
|
},
|
|
7983
7991
|
},
|
|
7984
7992
|
},
|
|
7985
|
-
},
|
|
7993
|
+
},
|
|
7994
|
+
privateEndpoint: {
|
|
7986
7995
|
serializedName: "properties.privateEndpoint",
|
|
7987
7996
|
type: {
|
|
7988
7997
|
name: "Composite",
|
|
7989
7998
|
className: "PrivateEndpoint",
|
|
7990
7999
|
},
|
|
7991
|
-
},
|
|
8000
|
+
},
|
|
8001
|
+
privateLinkServiceConnectionState: {
|
|
7992
8002
|
serializedName: "properties.privateLinkServiceConnectionState",
|
|
7993
8003
|
type: {
|
|
7994
8004
|
name: "Composite",
|
|
7995
8005
|
className: "PrivateLinkServiceConnectionState",
|
|
7996
8006
|
},
|
|
7997
|
-
},
|
|
8007
|
+
},
|
|
8008
|
+
provisioningState: {
|
|
7998
8009
|
serializedName: "properties.provisioningState",
|
|
7999
8010
|
type: {
|
|
8000
8011
|
name: "String",
|
|
8001
8012
|
},
|
|
8002
|
-
}
|
|
8013
|
+
},
|
|
8014
|
+
},
|
|
8003
8015
|
},
|
|
8004
8016
|
};
|
|
8005
8017
|
export const DataCollectionEndpointResourceSystemData = {
|
|
8006
8018
|
type: {
|
|
8007
8019
|
name: "Composite",
|
|
8008
8020
|
className: "DataCollectionEndpointResourceSystemData",
|
|
8009
|
-
modelProperties:
|
|
8021
|
+
modelProperties: {
|
|
8022
|
+
...SystemData.type.modelProperties,
|
|
8023
|
+
},
|
|
8010
8024
|
},
|
|
8011
8025
|
};
|
|
8012
8026
|
export const DataCollectionRuleAssociationProxyOnlyResourceSystemData = {
|
|
8013
8027
|
type: {
|
|
8014
8028
|
name: "Composite",
|
|
8015
8029
|
className: "DataCollectionRuleAssociationProxyOnlyResourceSystemData",
|
|
8016
|
-
modelProperties:
|
|
8030
|
+
modelProperties: {
|
|
8031
|
+
...SystemData.type.modelProperties,
|
|
8032
|
+
},
|
|
8017
8033
|
},
|
|
8018
8034
|
};
|
|
8019
8035
|
export const DataCollectionRuleResourceSystemData = {
|
|
8020
8036
|
type: {
|
|
8021
8037
|
name: "Composite",
|
|
8022
8038
|
className: "DataCollectionRuleResourceSystemData",
|
|
8023
|
-
modelProperties:
|
|
8039
|
+
modelProperties: {
|
|
8040
|
+
...SystemData.type.modelProperties,
|
|
8041
|
+
},
|
|
8024
8042
|
},
|
|
8025
8043
|
};
|
|
8026
8044
|
export const TrackedResource = {
|
|
8027
8045
|
type: {
|
|
8028
8046
|
name: "Composite",
|
|
8029
8047
|
className: "TrackedResource",
|
|
8030
|
-
modelProperties:
|
|
8048
|
+
modelProperties: {
|
|
8049
|
+
...ResourceAutoGenerated.type.modelProperties,
|
|
8050
|
+
tags: {
|
|
8031
8051
|
serializedName: "tags",
|
|
8032
8052
|
type: {
|
|
8033
8053
|
name: "Dictionary",
|
|
8034
8054
|
value: { type: { name: "String" } },
|
|
8035
8055
|
},
|
|
8036
|
-
},
|
|
8056
|
+
},
|
|
8057
|
+
location: {
|
|
8037
8058
|
serializedName: "location",
|
|
8038
8059
|
required: true,
|
|
8039
8060
|
type: {
|
|
8040
8061
|
name: "String",
|
|
8041
8062
|
},
|
|
8042
|
-
}
|
|
8063
|
+
},
|
|
8064
|
+
},
|
|
8043
8065
|
},
|
|
8044
8066
|
};
|
|
8045
8067
|
export const AutoscaleSettingResource = {
|
|
8046
8068
|
type: {
|
|
8047
8069
|
name: "Composite",
|
|
8048
8070
|
className: "AutoscaleSettingResource",
|
|
8049
|
-
modelProperties:
|
|
8071
|
+
modelProperties: {
|
|
8072
|
+
...ResourceAutoGenerated2.type.modelProperties,
|
|
8073
|
+
profiles: {
|
|
8050
8074
|
constraints: {
|
|
8051
8075
|
MaxItems: 20,
|
|
8052
8076
|
},
|
|
@@ -8061,7 +8085,8 @@ export const AutoscaleSettingResource = {
|
|
|
8061
8085
|
},
|
|
8062
8086
|
},
|
|
8063
8087
|
},
|
|
8064
|
-
},
|
|
8088
|
+
},
|
|
8089
|
+
notifications: {
|
|
8065
8090
|
serializedName: "properties.notifications",
|
|
8066
8091
|
type: {
|
|
8067
8092
|
name: "Sequence",
|
|
@@ -8072,34 +8097,40 @@ export const AutoscaleSettingResource = {
|
|
|
8072
8097
|
},
|
|
8073
8098
|
},
|
|
8074
8099
|
},
|
|
8075
|
-
},
|
|
8100
|
+
},
|
|
8101
|
+
enabled: {
|
|
8076
8102
|
defaultValue: false,
|
|
8077
8103
|
serializedName: "properties.enabled",
|
|
8078
8104
|
type: {
|
|
8079
8105
|
name: "Boolean",
|
|
8080
8106
|
},
|
|
8081
|
-
},
|
|
8107
|
+
},
|
|
8108
|
+
predictiveAutoscalePolicy: {
|
|
8082
8109
|
serializedName: "properties.predictiveAutoscalePolicy",
|
|
8083
8110
|
type: {
|
|
8084
8111
|
name: "Composite",
|
|
8085
8112
|
className: "PredictiveAutoscalePolicy",
|
|
8086
8113
|
},
|
|
8087
|
-
},
|
|
8114
|
+
},
|
|
8115
|
+
namePropertiesName: {
|
|
8088
8116
|
serializedName: "properties.name",
|
|
8089
8117
|
type: {
|
|
8090
8118
|
name: "String",
|
|
8091
8119
|
},
|
|
8092
|
-
},
|
|
8120
|
+
},
|
|
8121
|
+
targetResourceUri: {
|
|
8093
8122
|
serializedName: "properties.targetResourceUri",
|
|
8094
8123
|
type: {
|
|
8095
8124
|
name: "String",
|
|
8096
8125
|
},
|
|
8097
|
-
},
|
|
8126
|
+
},
|
|
8127
|
+
targetResourceLocation: {
|
|
8098
8128
|
serializedName: "properties.targetResourceLocation",
|
|
8099
8129
|
type: {
|
|
8100
8130
|
name: "String",
|
|
8101
8131
|
},
|
|
8102
|
-
}
|
|
8132
|
+
},
|
|
8133
|
+
},
|
|
8103
8134
|
},
|
|
8104
8135
|
};
|
|
8105
8136
|
export const ThresholdRuleCondition = {
|
|
@@ -8109,7 +8140,9 @@ export const ThresholdRuleCondition = {
|
|
|
8109
8140
|
className: "ThresholdRuleCondition",
|
|
8110
8141
|
uberParent: "RuleCondition",
|
|
8111
8142
|
polymorphicDiscriminator: RuleCondition.type.polymorphicDiscriminator,
|
|
8112
|
-
modelProperties:
|
|
8143
|
+
modelProperties: {
|
|
8144
|
+
...RuleCondition.type.modelProperties,
|
|
8145
|
+
operator: {
|
|
8113
8146
|
serializedName: "operator",
|
|
8114
8147
|
required: true,
|
|
8115
8148
|
type: {
|
|
@@ -8122,24 +8155,28 @@ export const ThresholdRuleCondition = {
|
|
|
8122
8155
|
"Equals",
|
|
8123
8156
|
],
|
|
8124
8157
|
},
|
|
8125
|
-
},
|
|
8158
|
+
},
|
|
8159
|
+
threshold: {
|
|
8126
8160
|
serializedName: "threshold",
|
|
8127
8161
|
required: true,
|
|
8128
8162
|
type: {
|
|
8129
8163
|
name: "Number",
|
|
8130
8164
|
},
|
|
8131
|
-
},
|
|
8165
|
+
},
|
|
8166
|
+
windowSize: {
|
|
8132
8167
|
serializedName: "windowSize",
|
|
8133
8168
|
type: {
|
|
8134
8169
|
name: "TimeSpan",
|
|
8135
8170
|
},
|
|
8136
|
-
},
|
|
8171
|
+
},
|
|
8172
|
+
timeAggregation: {
|
|
8137
8173
|
serializedName: "timeAggregation",
|
|
8138
8174
|
type: {
|
|
8139
8175
|
name: "Enum",
|
|
8140
8176
|
allowedValues: ["Average", "Minimum", "Maximum", "Total", "Last"],
|
|
8141
8177
|
},
|
|
8142
|
-
}
|
|
8178
|
+
},
|
|
8179
|
+
},
|
|
8143
8180
|
},
|
|
8144
8181
|
};
|
|
8145
8182
|
export const LocationThresholdRuleCondition = {
|
|
@@ -8149,12 +8186,15 @@ export const LocationThresholdRuleCondition = {
|
|
|
8149
8186
|
className: "LocationThresholdRuleCondition",
|
|
8150
8187
|
uberParent: "RuleCondition",
|
|
8151
8188
|
polymorphicDiscriminator: RuleCondition.type.polymorphicDiscriminator,
|
|
8152
|
-
modelProperties:
|
|
8189
|
+
modelProperties: {
|
|
8190
|
+
...RuleCondition.type.modelProperties,
|
|
8191
|
+
windowSize: {
|
|
8153
8192
|
serializedName: "windowSize",
|
|
8154
8193
|
type: {
|
|
8155
8194
|
name: "TimeSpan",
|
|
8156
8195
|
},
|
|
8157
|
-
},
|
|
8196
|
+
},
|
|
8197
|
+
failedLocationCount: {
|
|
8158
8198
|
constraints: {
|
|
8159
8199
|
InclusiveMinimum: 0,
|
|
8160
8200
|
},
|
|
@@ -8163,7 +8203,8 @@ export const LocationThresholdRuleCondition = {
|
|
|
8163
8203
|
type: {
|
|
8164
8204
|
name: "Number",
|
|
8165
8205
|
},
|
|
8166
|
-
}
|
|
8206
|
+
},
|
|
8207
|
+
},
|
|
8167
8208
|
},
|
|
8168
8209
|
};
|
|
8169
8210
|
export const ManagementEventRuleCondition = {
|
|
@@ -8173,13 +8214,16 @@ export const ManagementEventRuleCondition = {
|
|
|
8173
8214
|
className: "ManagementEventRuleCondition",
|
|
8174
8215
|
uberParent: "RuleCondition",
|
|
8175
8216
|
polymorphicDiscriminator: RuleCondition.type.polymorphicDiscriminator,
|
|
8176
|
-
modelProperties:
|
|
8217
|
+
modelProperties: {
|
|
8218
|
+
...RuleCondition.type.modelProperties,
|
|
8219
|
+
aggregation: {
|
|
8177
8220
|
serializedName: "aggregation",
|
|
8178
8221
|
type: {
|
|
8179
8222
|
name: "Composite",
|
|
8180
8223
|
className: "ManagementEventAggregationCondition",
|
|
8181
8224
|
},
|
|
8182
|
-
}
|
|
8225
|
+
},
|
|
8226
|
+
},
|
|
8183
8227
|
},
|
|
8184
8228
|
};
|
|
8185
8229
|
export const RuleMetricDataSource = {
|
|
@@ -8189,12 +8233,15 @@ export const RuleMetricDataSource = {
|
|
|
8189
8233
|
className: "RuleMetricDataSource",
|
|
8190
8234
|
uberParent: "RuleDataSource",
|
|
8191
8235
|
polymorphicDiscriminator: RuleDataSource.type.polymorphicDiscriminator,
|
|
8192
|
-
modelProperties:
|
|
8236
|
+
modelProperties: {
|
|
8237
|
+
...RuleDataSource.type.modelProperties,
|
|
8238
|
+
metricName: {
|
|
8193
8239
|
serializedName: "metricName",
|
|
8194
8240
|
type: {
|
|
8195
8241
|
name: "String",
|
|
8196
8242
|
},
|
|
8197
|
-
}
|
|
8243
|
+
},
|
|
8244
|
+
},
|
|
8198
8245
|
},
|
|
8199
8246
|
};
|
|
8200
8247
|
export const RuleManagementEventDataSource = {
|
|
@@ -8204,53 +8251,64 @@ export const RuleManagementEventDataSource = {
|
|
|
8204
8251
|
className: "RuleManagementEventDataSource",
|
|
8205
8252
|
uberParent: "RuleDataSource",
|
|
8206
8253
|
polymorphicDiscriminator: RuleDataSource.type.polymorphicDiscriminator,
|
|
8207
|
-
modelProperties:
|
|
8254
|
+
modelProperties: {
|
|
8255
|
+
...RuleDataSource.type.modelProperties,
|
|
8256
|
+
eventName: {
|
|
8208
8257
|
serializedName: "eventName",
|
|
8209
8258
|
type: {
|
|
8210
8259
|
name: "String",
|
|
8211
8260
|
},
|
|
8212
|
-
},
|
|
8261
|
+
},
|
|
8262
|
+
eventSource: {
|
|
8213
8263
|
serializedName: "eventSource",
|
|
8214
8264
|
type: {
|
|
8215
8265
|
name: "String",
|
|
8216
8266
|
},
|
|
8217
|
-
},
|
|
8267
|
+
},
|
|
8268
|
+
level: {
|
|
8218
8269
|
serializedName: "level",
|
|
8219
8270
|
type: {
|
|
8220
8271
|
name: "String",
|
|
8221
8272
|
},
|
|
8222
|
-
},
|
|
8273
|
+
},
|
|
8274
|
+
operationName: {
|
|
8223
8275
|
serializedName: "operationName",
|
|
8224
8276
|
type: {
|
|
8225
8277
|
name: "String",
|
|
8226
8278
|
},
|
|
8227
|
-
},
|
|
8279
|
+
},
|
|
8280
|
+
resourceGroupName: {
|
|
8228
8281
|
serializedName: "resourceGroupName",
|
|
8229
8282
|
type: {
|
|
8230
8283
|
name: "String",
|
|
8231
8284
|
},
|
|
8232
|
-
},
|
|
8285
|
+
},
|
|
8286
|
+
resourceProviderName: {
|
|
8233
8287
|
serializedName: "resourceProviderName",
|
|
8234
8288
|
type: {
|
|
8235
8289
|
name: "String",
|
|
8236
8290
|
},
|
|
8237
|
-
},
|
|
8291
|
+
},
|
|
8292
|
+
status: {
|
|
8238
8293
|
serializedName: "status",
|
|
8239
8294
|
type: {
|
|
8240
8295
|
name: "String",
|
|
8241
8296
|
},
|
|
8242
|
-
},
|
|
8297
|
+
},
|
|
8298
|
+
subStatus: {
|
|
8243
8299
|
serializedName: "subStatus",
|
|
8244
8300
|
type: {
|
|
8245
8301
|
name: "String",
|
|
8246
8302
|
},
|
|
8247
|
-
},
|
|
8303
|
+
},
|
|
8304
|
+
claims: {
|
|
8248
8305
|
serializedName: "claims",
|
|
8249
8306
|
type: {
|
|
8250
8307
|
name: "Composite",
|
|
8251
8308
|
className: "RuleManagementEventClaimsDataSource",
|
|
8252
8309
|
},
|
|
8253
|
-
}
|
|
8310
|
+
},
|
|
8311
|
+
},
|
|
8254
8312
|
},
|
|
8255
8313
|
};
|
|
8256
8314
|
export const RuleEmailAction = {
|
|
@@ -8260,12 +8318,15 @@ export const RuleEmailAction = {
|
|
|
8260
8318
|
className: "RuleEmailAction",
|
|
8261
8319
|
uberParent: "RuleAction",
|
|
8262
8320
|
polymorphicDiscriminator: RuleAction.type.polymorphicDiscriminator,
|
|
8263
|
-
modelProperties:
|
|
8321
|
+
modelProperties: {
|
|
8322
|
+
...RuleAction.type.modelProperties,
|
|
8323
|
+
sendToServiceOwners: {
|
|
8264
8324
|
serializedName: "sendToServiceOwners",
|
|
8265
8325
|
type: {
|
|
8266
8326
|
name: "Boolean",
|
|
8267
8327
|
},
|
|
8268
|
-
},
|
|
8328
|
+
},
|
|
8329
|
+
customEmails: {
|
|
8269
8330
|
serializedName: "customEmails",
|
|
8270
8331
|
type: {
|
|
8271
8332
|
name: "Sequence",
|
|
@@ -8275,7 +8336,8 @@ export const RuleEmailAction = {
|
|
|
8275
8336
|
},
|
|
8276
8337
|
},
|
|
8277
8338
|
},
|
|
8278
|
-
}
|
|
8339
|
+
},
|
|
8340
|
+
},
|
|
8279
8341
|
},
|
|
8280
8342
|
};
|
|
8281
8343
|
export const RuleWebhookAction = {
|
|
@@ -8285,59 +8347,71 @@ export const RuleWebhookAction = {
|
|
|
8285
8347
|
className: "RuleWebhookAction",
|
|
8286
8348
|
uberParent: "RuleAction",
|
|
8287
8349
|
polymorphicDiscriminator: RuleAction.type.polymorphicDiscriminator,
|
|
8288
|
-
modelProperties:
|
|
8350
|
+
modelProperties: {
|
|
8351
|
+
...RuleAction.type.modelProperties,
|
|
8352
|
+
serviceUri: {
|
|
8289
8353
|
serializedName: "serviceUri",
|
|
8290
8354
|
type: {
|
|
8291
8355
|
name: "String",
|
|
8292
8356
|
},
|
|
8293
|
-
},
|
|
8357
|
+
},
|
|
8358
|
+
properties: {
|
|
8294
8359
|
serializedName: "properties",
|
|
8295
8360
|
type: {
|
|
8296
8361
|
name: "Dictionary",
|
|
8297
8362
|
value: { type: { name: "String" } },
|
|
8298
8363
|
},
|
|
8299
|
-
}
|
|
8364
|
+
},
|
|
8365
|
+
},
|
|
8300
8366
|
},
|
|
8301
8367
|
};
|
|
8302
8368
|
export const AlertRuleResource = {
|
|
8303
8369
|
type: {
|
|
8304
8370
|
name: "Composite",
|
|
8305
8371
|
className: "AlertRuleResource",
|
|
8306
|
-
modelProperties:
|
|
8372
|
+
modelProperties: {
|
|
8373
|
+
...ResourceAutoGenerated3.type.modelProperties,
|
|
8374
|
+
namePropertiesName: {
|
|
8307
8375
|
serializedName: "properties.name",
|
|
8308
8376
|
required: true,
|
|
8309
8377
|
type: {
|
|
8310
8378
|
name: "String",
|
|
8311
8379
|
},
|
|
8312
|
-
},
|
|
8380
|
+
},
|
|
8381
|
+
description: {
|
|
8313
8382
|
serializedName: "properties.description",
|
|
8314
8383
|
type: {
|
|
8315
8384
|
name: "String",
|
|
8316
8385
|
},
|
|
8317
|
-
},
|
|
8386
|
+
},
|
|
8387
|
+
provisioningState: {
|
|
8318
8388
|
serializedName: "properties.provisioningState",
|
|
8319
8389
|
type: {
|
|
8320
8390
|
name: "String",
|
|
8321
8391
|
},
|
|
8322
|
-
},
|
|
8392
|
+
},
|
|
8393
|
+
isEnabled: {
|
|
8323
8394
|
serializedName: "properties.isEnabled",
|
|
8324
8395
|
required: true,
|
|
8325
8396
|
type: {
|
|
8326
8397
|
name: "Boolean",
|
|
8327
8398
|
},
|
|
8328
|
-
},
|
|
8399
|
+
},
|
|
8400
|
+
condition: {
|
|
8329
8401
|
serializedName: "properties.condition",
|
|
8330
8402
|
type: {
|
|
8331
8403
|
name: "Composite",
|
|
8332
8404
|
className: "RuleCondition",
|
|
8333
8405
|
},
|
|
8334
|
-
},
|
|
8406
|
+
},
|
|
8407
|
+
action: {
|
|
8335
8408
|
serializedName: "properties.action",
|
|
8336
8409
|
type: {
|
|
8337
8410
|
name: "Composite",
|
|
8338
8411
|
className: "RuleAction",
|
|
8339
8412
|
},
|
|
8340
|
-
},
|
|
8413
|
+
},
|
|
8414
|
+
actions: {
|
|
8341
8415
|
serializedName: "properties.actions",
|
|
8342
8416
|
type: {
|
|
8343
8417
|
name: "Sequence",
|
|
@@ -8348,30 +8422,36 @@ export const AlertRuleResource = {
|
|
|
8348
8422
|
},
|
|
8349
8423
|
},
|
|
8350
8424
|
},
|
|
8351
|
-
},
|
|
8425
|
+
},
|
|
8426
|
+
lastUpdatedTime: {
|
|
8352
8427
|
serializedName: "properties.lastUpdatedTime",
|
|
8353
8428
|
readOnly: true,
|
|
8354
8429
|
type: {
|
|
8355
8430
|
name: "DateTime",
|
|
8356
8431
|
},
|
|
8357
|
-
}
|
|
8432
|
+
},
|
|
8433
|
+
},
|
|
8358
8434
|
},
|
|
8359
8435
|
};
|
|
8360
8436
|
export const LogProfileResource = {
|
|
8361
8437
|
type: {
|
|
8362
8438
|
name: "Composite",
|
|
8363
8439
|
className: "LogProfileResource",
|
|
8364
|
-
modelProperties:
|
|
8440
|
+
modelProperties: {
|
|
8441
|
+
...ResourceAutoGenerated4.type.modelProperties,
|
|
8442
|
+
storageAccountId: {
|
|
8365
8443
|
serializedName: "properties.storageAccountId",
|
|
8366
8444
|
type: {
|
|
8367
8445
|
name: "String",
|
|
8368
8446
|
},
|
|
8369
|
-
},
|
|
8447
|
+
},
|
|
8448
|
+
serviceBusRuleId: {
|
|
8370
8449
|
serializedName: "properties.serviceBusRuleId",
|
|
8371
8450
|
type: {
|
|
8372
8451
|
name: "String",
|
|
8373
8452
|
},
|
|
8374
|
-
},
|
|
8453
|
+
},
|
|
8454
|
+
locations: {
|
|
8375
8455
|
serializedName: "properties.locations",
|
|
8376
8456
|
required: true,
|
|
8377
8457
|
type: {
|
|
@@ -8382,7 +8462,8 @@ export const LogProfileResource = {
|
|
|
8382
8462
|
},
|
|
8383
8463
|
},
|
|
8384
8464
|
},
|
|
8385
|
-
},
|
|
8465
|
+
},
|
|
8466
|
+
categories: {
|
|
8386
8467
|
serializedName: "properties.categories",
|
|
8387
8468
|
required: true,
|
|
8388
8469
|
type: {
|
|
@@ -8393,46 +8474,55 @@ export const LogProfileResource = {
|
|
|
8393
8474
|
},
|
|
8394
8475
|
},
|
|
8395
8476
|
},
|
|
8396
|
-
},
|
|
8477
|
+
},
|
|
8478
|
+
retentionPolicy: {
|
|
8397
8479
|
serializedName: "properties.retentionPolicy",
|
|
8398
8480
|
type: {
|
|
8399
8481
|
name: "Composite",
|
|
8400
8482
|
className: "RetentionPolicy",
|
|
8401
8483
|
},
|
|
8402
|
-
}
|
|
8484
|
+
},
|
|
8485
|
+
},
|
|
8403
8486
|
},
|
|
8404
8487
|
};
|
|
8405
8488
|
export const DiagnosticSettingsResource = {
|
|
8406
8489
|
type: {
|
|
8407
8490
|
name: "Composite",
|
|
8408
8491
|
className: "DiagnosticSettingsResource",
|
|
8409
|
-
modelProperties:
|
|
8492
|
+
modelProperties: {
|
|
8493
|
+
...ResourceAutoGenerated5.type.modelProperties,
|
|
8494
|
+
systemData: {
|
|
8410
8495
|
serializedName: "systemData",
|
|
8411
8496
|
type: {
|
|
8412
8497
|
name: "Composite",
|
|
8413
8498
|
className: "SystemData",
|
|
8414
8499
|
},
|
|
8415
|
-
},
|
|
8500
|
+
},
|
|
8501
|
+
storageAccountId: {
|
|
8416
8502
|
serializedName: "properties.storageAccountId",
|
|
8417
8503
|
type: {
|
|
8418
8504
|
name: "String",
|
|
8419
8505
|
},
|
|
8420
|
-
},
|
|
8506
|
+
},
|
|
8507
|
+
serviceBusRuleId: {
|
|
8421
8508
|
serializedName: "properties.serviceBusRuleId",
|
|
8422
8509
|
type: {
|
|
8423
8510
|
name: "String",
|
|
8424
8511
|
},
|
|
8425
|
-
},
|
|
8512
|
+
},
|
|
8513
|
+
eventHubAuthorizationRuleId: {
|
|
8426
8514
|
serializedName: "properties.eventHubAuthorizationRuleId",
|
|
8427
8515
|
type: {
|
|
8428
8516
|
name: "String",
|
|
8429
8517
|
},
|
|
8430
|
-
},
|
|
8518
|
+
},
|
|
8519
|
+
eventHubName: {
|
|
8431
8520
|
serializedName: "properties.eventHubName",
|
|
8432
8521
|
type: {
|
|
8433
8522
|
name: "String",
|
|
8434
8523
|
},
|
|
8435
|
-
},
|
|
8524
|
+
},
|
|
8525
|
+
metrics: {
|
|
8436
8526
|
serializedName: "properties.metrics",
|
|
8437
8527
|
type: {
|
|
8438
8528
|
name: "Sequence",
|
|
@@ -8443,7 +8533,8 @@ export const DiagnosticSettingsResource = {
|
|
|
8443
8533
|
},
|
|
8444
8534
|
},
|
|
8445
8535
|
},
|
|
8446
|
-
},
|
|
8536
|
+
},
|
|
8537
|
+
logs: {
|
|
8447
8538
|
serializedName: "properties.logs",
|
|
8448
8539
|
type: {
|
|
8449
8540
|
name: "Sequence",
|
|
@@ -8454,40 +8545,48 @@ export const DiagnosticSettingsResource = {
|
|
|
8454
8545
|
},
|
|
8455
8546
|
},
|
|
8456
8547
|
},
|
|
8457
|
-
},
|
|
8548
|
+
},
|
|
8549
|
+
workspaceId: {
|
|
8458
8550
|
serializedName: "properties.workspaceId",
|
|
8459
8551
|
type: {
|
|
8460
8552
|
name: "String",
|
|
8461
8553
|
},
|
|
8462
|
-
},
|
|
8554
|
+
},
|
|
8555
|
+
marketplacePartnerId: {
|
|
8463
8556
|
serializedName: "properties.marketplacePartnerId",
|
|
8464
8557
|
type: {
|
|
8465
8558
|
name: "String",
|
|
8466
8559
|
},
|
|
8467
|
-
},
|
|
8560
|
+
},
|
|
8561
|
+
logAnalyticsDestinationType: {
|
|
8468
8562
|
serializedName: "properties.logAnalyticsDestinationType",
|
|
8469
8563
|
type: {
|
|
8470
8564
|
name: "String",
|
|
8471
8565
|
},
|
|
8472
|
-
}
|
|
8566
|
+
},
|
|
8567
|
+
},
|
|
8473
8568
|
},
|
|
8474
8569
|
};
|
|
8475
8570
|
export const DiagnosticSettingsCategoryResource = {
|
|
8476
8571
|
type: {
|
|
8477
8572
|
name: "Composite",
|
|
8478
8573
|
className: "DiagnosticSettingsCategoryResource",
|
|
8479
|
-
modelProperties:
|
|
8574
|
+
modelProperties: {
|
|
8575
|
+
...ResourceAutoGenerated5.type.modelProperties,
|
|
8576
|
+
systemData: {
|
|
8480
8577
|
serializedName: "systemData",
|
|
8481
8578
|
type: {
|
|
8482
8579
|
name: "Composite",
|
|
8483
8580
|
className: "SystemData",
|
|
8484
8581
|
},
|
|
8485
|
-
},
|
|
8582
|
+
},
|
|
8583
|
+
categoryType: {
|
|
8486
8584
|
serializedName: "properties.categoryType",
|
|
8487
8585
|
type: {
|
|
8488
8586
|
name: "String",
|
|
8489
8587
|
},
|
|
8490
|
-
},
|
|
8588
|
+
},
|
|
8589
|
+
categoryGroups: {
|
|
8491
8590
|
serializedName: "properties.categoryGroups",
|
|
8492
8591
|
type: {
|
|
8493
8592
|
name: "Sequence",
|
|
@@ -8497,63 +8596,76 @@ export const DiagnosticSettingsCategoryResource = {
|
|
|
8497
8596
|
},
|
|
8498
8597
|
},
|
|
8499
8598
|
},
|
|
8500
|
-
}
|
|
8599
|
+
},
|
|
8600
|
+
},
|
|
8501
8601
|
},
|
|
8502
8602
|
};
|
|
8503
8603
|
export const PrivateEndpointConnectionAutoGenerated = {
|
|
8504
8604
|
type: {
|
|
8505
8605
|
name: "Composite",
|
|
8506
8606
|
className: "PrivateEndpointConnectionAutoGenerated",
|
|
8507
|
-
modelProperties:
|
|
8607
|
+
modelProperties: {
|
|
8608
|
+
...ResourceAutoGenerated5.type.modelProperties,
|
|
8609
|
+
privateEndpoint: {
|
|
8508
8610
|
serializedName: "properties.privateEndpoint",
|
|
8509
8611
|
type: {
|
|
8510
8612
|
name: "Composite",
|
|
8511
8613
|
className: "PrivateEndpointAutoGenerated",
|
|
8512
8614
|
},
|
|
8513
|
-
},
|
|
8615
|
+
},
|
|
8616
|
+
privateLinkServiceConnectionState: {
|
|
8514
8617
|
serializedName: "properties.privateLinkServiceConnectionState",
|
|
8515
8618
|
type: {
|
|
8516
8619
|
name: "Composite",
|
|
8517
8620
|
className: "PrivateLinkServiceConnectionState",
|
|
8518
8621
|
},
|
|
8519
|
-
},
|
|
8622
|
+
},
|
|
8623
|
+
provisioningState: {
|
|
8520
8624
|
serializedName: "properties.provisioningState",
|
|
8521
8625
|
type: {
|
|
8522
8626
|
name: "String",
|
|
8523
8627
|
},
|
|
8524
|
-
}
|
|
8628
|
+
},
|
|
8629
|
+
},
|
|
8525
8630
|
},
|
|
8526
8631
|
};
|
|
8527
8632
|
export const TrackedResourceAutoGenerated = {
|
|
8528
8633
|
type: {
|
|
8529
8634
|
name: "Composite",
|
|
8530
8635
|
className: "TrackedResourceAutoGenerated",
|
|
8531
|
-
modelProperties:
|
|
8636
|
+
modelProperties: {
|
|
8637
|
+
...ResourceAutoGenerated5.type.modelProperties,
|
|
8638
|
+
tags: {
|
|
8532
8639
|
serializedName: "tags",
|
|
8533
8640
|
type: {
|
|
8534
8641
|
name: "Dictionary",
|
|
8535
8642
|
value: { type: { name: "String" } },
|
|
8536
8643
|
},
|
|
8537
|
-
},
|
|
8644
|
+
},
|
|
8645
|
+
location: {
|
|
8538
8646
|
serializedName: "location",
|
|
8539
8647
|
required: true,
|
|
8540
8648
|
type: {
|
|
8541
8649
|
name: "String",
|
|
8542
8650
|
},
|
|
8543
|
-
}
|
|
8651
|
+
},
|
|
8652
|
+
},
|
|
8544
8653
|
},
|
|
8545
8654
|
};
|
|
8546
8655
|
export const PrivateLinkResource = {
|
|
8547
8656
|
type: {
|
|
8548
8657
|
name: "Composite",
|
|
8549
8658
|
className: "PrivateLinkResource",
|
|
8550
|
-
modelProperties:
|
|
8659
|
+
modelProperties: {
|
|
8660
|
+
...ResourceAutoGenerated5.type.modelProperties,
|
|
8661
|
+
groupId: {
|
|
8551
8662
|
serializedName: "properties.groupId",
|
|
8552
8663
|
readOnly: true,
|
|
8553
8664
|
type: {
|
|
8554
8665
|
name: "String",
|
|
8555
8666
|
},
|
|
8556
|
-
},
|
|
8667
|
+
},
|
|
8668
|
+
requiredMembers: {
|
|
8557
8669
|
serializedName: "properties.requiredMembers",
|
|
8558
8670
|
readOnly: true,
|
|
8559
8671
|
type: {
|
|
@@ -8564,7 +8676,8 @@ export const PrivateLinkResource = {
|
|
|
8564
8676
|
},
|
|
8565
8677
|
},
|
|
8566
8678
|
},
|
|
8567
|
-
},
|
|
8679
|
+
},
|
|
8680
|
+
requiredZoneNames: {
|
|
8568
8681
|
serializedName: "properties.requiredZoneNames",
|
|
8569
8682
|
type: {
|
|
8570
8683
|
name: "Sequence",
|
|
@@ -8574,21 +8687,26 @@ export const PrivateLinkResource = {
|
|
|
8574
8687
|
},
|
|
8575
8688
|
},
|
|
8576
8689
|
},
|
|
8577
|
-
}
|
|
8690
|
+
},
|
|
8691
|
+
},
|
|
8578
8692
|
},
|
|
8579
8693
|
};
|
|
8580
8694
|
export const ProxyResourceAutoGenerated = {
|
|
8581
8695
|
type: {
|
|
8582
8696
|
name: "Composite",
|
|
8583
8697
|
className: "ProxyResourceAutoGenerated",
|
|
8584
|
-
modelProperties:
|
|
8698
|
+
modelProperties: {
|
|
8699
|
+
...ResourceAutoGenerated5.type.modelProperties,
|
|
8700
|
+
},
|
|
8585
8701
|
},
|
|
8586
8702
|
};
|
|
8587
8703
|
export const ActionGroupResource = {
|
|
8588
8704
|
type: {
|
|
8589
8705
|
name: "Composite",
|
|
8590
8706
|
className: "ActionGroupResource",
|
|
8591
|
-
modelProperties:
|
|
8707
|
+
modelProperties: {
|
|
8708
|
+
...AzureResource.type.modelProperties,
|
|
8709
|
+
groupShortName: {
|
|
8592
8710
|
constraints: {
|
|
8593
8711
|
MaxLength: 12,
|
|
8594
8712
|
},
|
|
@@ -8596,13 +8714,15 @@ export const ActionGroupResource = {
|
|
|
8596
8714
|
type: {
|
|
8597
8715
|
name: "String",
|
|
8598
8716
|
},
|
|
8599
|
-
},
|
|
8717
|
+
},
|
|
8718
|
+
enabled: {
|
|
8600
8719
|
defaultValue: true,
|
|
8601
8720
|
serializedName: "properties.enabled",
|
|
8602
8721
|
type: {
|
|
8603
8722
|
name: "Boolean",
|
|
8604
8723
|
},
|
|
8605
|
-
},
|
|
8724
|
+
},
|
|
8725
|
+
emailReceivers: {
|
|
8606
8726
|
serializedName: "properties.emailReceivers",
|
|
8607
8727
|
type: {
|
|
8608
8728
|
name: "Sequence",
|
|
@@ -8613,7 +8733,8 @@ export const ActionGroupResource = {
|
|
|
8613
8733
|
},
|
|
8614
8734
|
},
|
|
8615
8735
|
},
|
|
8616
|
-
},
|
|
8736
|
+
},
|
|
8737
|
+
smsReceivers: {
|
|
8617
8738
|
serializedName: "properties.smsReceivers",
|
|
8618
8739
|
type: {
|
|
8619
8740
|
name: "Sequence",
|
|
@@ -8624,7 +8745,8 @@ export const ActionGroupResource = {
|
|
|
8624
8745
|
},
|
|
8625
8746
|
},
|
|
8626
8747
|
},
|
|
8627
|
-
},
|
|
8748
|
+
},
|
|
8749
|
+
webhookReceivers: {
|
|
8628
8750
|
serializedName: "properties.webhookReceivers",
|
|
8629
8751
|
type: {
|
|
8630
8752
|
name: "Sequence",
|
|
@@ -8635,7 +8757,8 @@ export const ActionGroupResource = {
|
|
|
8635
8757
|
},
|
|
8636
8758
|
},
|
|
8637
8759
|
},
|
|
8638
|
-
},
|
|
8760
|
+
},
|
|
8761
|
+
itsmReceivers: {
|
|
8639
8762
|
serializedName: "properties.itsmReceivers",
|
|
8640
8763
|
type: {
|
|
8641
8764
|
name: "Sequence",
|
|
@@ -8646,7 +8769,8 @@ export const ActionGroupResource = {
|
|
|
8646
8769
|
},
|
|
8647
8770
|
},
|
|
8648
8771
|
},
|
|
8649
|
-
},
|
|
8772
|
+
},
|
|
8773
|
+
azureAppPushReceivers: {
|
|
8650
8774
|
serializedName: "properties.azureAppPushReceivers",
|
|
8651
8775
|
type: {
|
|
8652
8776
|
name: "Sequence",
|
|
@@ -8657,7 +8781,8 @@ export const ActionGroupResource = {
|
|
|
8657
8781
|
},
|
|
8658
8782
|
},
|
|
8659
8783
|
},
|
|
8660
|
-
},
|
|
8784
|
+
},
|
|
8785
|
+
automationRunbookReceivers: {
|
|
8661
8786
|
serializedName: "properties.automationRunbookReceivers",
|
|
8662
8787
|
type: {
|
|
8663
8788
|
name: "Sequence",
|
|
@@ -8668,7 +8793,8 @@ export const ActionGroupResource = {
|
|
|
8668
8793
|
},
|
|
8669
8794
|
},
|
|
8670
8795
|
},
|
|
8671
|
-
},
|
|
8796
|
+
},
|
|
8797
|
+
voiceReceivers: {
|
|
8672
8798
|
serializedName: "properties.voiceReceivers",
|
|
8673
8799
|
type: {
|
|
8674
8800
|
name: "Sequence",
|
|
@@ -8679,7 +8805,8 @@ export const ActionGroupResource = {
|
|
|
8679
8805
|
},
|
|
8680
8806
|
},
|
|
8681
8807
|
},
|
|
8682
|
-
},
|
|
8808
|
+
},
|
|
8809
|
+
logicAppReceivers: {
|
|
8683
8810
|
serializedName: "properties.logicAppReceivers",
|
|
8684
8811
|
type: {
|
|
8685
8812
|
name: "Sequence",
|
|
@@ -8690,7 +8817,8 @@ export const ActionGroupResource = {
|
|
|
8690
8817
|
},
|
|
8691
8818
|
},
|
|
8692
8819
|
},
|
|
8693
|
-
},
|
|
8820
|
+
},
|
|
8821
|
+
azureFunctionReceivers: {
|
|
8694
8822
|
serializedName: "properties.azureFunctionReceivers",
|
|
8695
8823
|
type: {
|
|
8696
8824
|
name: "Sequence",
|
|
@@ -8701,7 +8829,8 @@ export const ActionGroupResource = {
|
|
|
8701
8829
|
},
|
|
8702
8830
|
},
|
|
8703
8831
|
},
|
|
8704
|
-
},
|
|
8832
|
+
},
|
|
8833
|
+
armRoleReceivers: {
|
|
8705
8834
|
serializedName: "properties.armRoleReceivers",
|
|
8706
8835
|
type: {
|
|
8707
8836
|
name: "Sequence",
|
|
@@ -8712,7 +8841,8 @@ export const ActionGroupResource = {
|
|
|
8712
8841
|
},
|
|
8713
8842
|
},
|
|
8714
8843
|
},
|
|
8715
|
-
},
|
|
8844
|
+
},
|
|
8845
|
+
eventHubReceivers: {
|
|
8716
8846
|
serializedName: "properties.eventHubReceivers",
|
|
8717
8847
|
type: {
|
|
8718
8848
|
name: "Sequence",
|
|
@@ -8723,14 +8853,17 @@ export const ActionGroupResource = {
|
|
|
8723
8853
|
},
|
|
8724
8854
|
},
|
|
8725
8855
|
},
|
|
8726
|
-
}
|
|
8856
|
+
},
|
|
8857
|
+
},
|
|
8727
8858
|
},
|
|
8728
8859
|
};
|
|
8729
8860
|
export const TenantActionGroupResource = {
|
|
8730
8861
|
type: {
|
|
8731
8862
|
name: "Composite",
|
|
8732
8863
|
className: "TenantActionGroupResource",
|
|
8733
|
-
modelProperties:
|
|
8864
|
+
modelProperties: {
|
|
8865
|
+
...AzureResource.type.modelProperties,
|
|
8866
|
+
groupShortName: {
|
|
8734
8867
|
constraints: {
|
|
8735
8868
|
MaxLength: 12,
|
|
8736
8869
|
},
|
|
@@ -8738,13 +8871,15 @@ export const TenantActionGroupResource = {
|
|
|
8738
8871
|
type: {
|
|
8739
8872
|
name: "String",
|
|
8740
8873
|
},
|
|
8741
|
-
},
|
|
8874
|
+
},
|
|
8875
|
+
enabled: {
|
|
8742
8876
|
defaultValue: true,
|
|
8743
8877
|
serializedName: "properties.enabled",
|
|
8744
8878
|
type: {
|
|
8745
8879
|
name: "Boolean",
|
|
8746
8880
|
},
|
|
8747
|
-
},
|
|
8881
|
+
},
|
|
8882
|
+
emailReceivers: {
|
|
8748
8883
|
serializedName: "properties.emailReceivers",
|
|
8749
8884
|
type: {
|
|
8750
8885
|
name: "Sequence",
|
|
@@ -8755,7 +8890,8 @@ export const TenantActionGroupResource = {
|
|
|
8755
8890
|
},
|
|
8756
8891
|
},
|
|
8757
8892
|
},
|
|
8758
|
-
},
|
|
8893
|
+
},
|
|
8894
|
+
smsReceivers: {
|
|
8759
8895
|
serializedName: "properties.smsReceivers",
|
|
8760
8896
|
type: {
|
|
8761
8897
|
name: "Sequence",
|
|
@@ -8766,7 +8902,8 @@ export const TenantActionGroupResource = {
|
|
|
8766
8902
|
},
|
|
8767
8903
|
},
|
|
8768
8904
|
},
|
|
8769
|
-
},
|
|
8905
|
+
},
|
|
8906
|
+
webhookReceivers: {
|
|
8770
8907
|
serializedName: "properties.webhookReceivers",
|
|
8771
8908
|
type: {
|
|
8772
8909
|
name: "Sequence",
|
|
@@ -8777,7 +8914,8 @@ export const TenantActionGroupResource = {
|
|
|
8777
8914
|
},
|
|
8778
8915
|
},
|
|
8779
8916
|
},
|
|
8780
|
-
},
|
|
8917
|
+
},
|
|
8918
|
+
azureAppPushReceivers: {
|
|
8781
8919
|
serializedName: "properties.azureAppPushReceivers",
|
|
8782
8920
|
type: {
|
|
8783
8921
|
name: "Sequence",
|
|
@@ -8788,7 +8926,8 @@ export const TenantActionGroupResource = {
|
|
|
8788
8926
|
},
|
|
8789
8927
|
},
|
|
8790
8928
|
},
|
|
8791
|
-
},
|
|
8929
|
+
},
|
|
8930
|
+
voiceReceivers: {
|
|
8792
8931
|
serializedName: "properties.voiceReceivers",
|
|
8793
8932
|
type: {
|
|
8794
8933
|
name: "Sequence",
|
|
@@ -8799,7 +8938,8 @@ export const TenantActionGroupResource = {
|
|
|
8799
8938
|
},
|
|
8800
8939
|
},
|
|
8801
8940
|
},
|
|
8802
|
-
}
|
|
8941
|
+
},
|
|
8942
|
+
},
|
|
8803
8943
|
},
|
|
8804
8944
|
};
|
|
8805
8945
|
export const MetricAlertSingleResourceMultipleMetricCriteria = {
|
|
@@ -8810,7 +8950,9 @@ export const MetricAlertSingleResourceMultipleMetricCriteria = {
|
|
|
8810
8950
|
uberParent: "MetricAlertCriteria",
|
|
8811
8951
|
additionalProperties: { type: { name: "Object" } },
|
|
8812
8952
|
polymorphicDiscriminator: MetricAlertCriteria.type.polymorphicDiscriminator,
|
|
8813
|
-
modelProperties:
|
|
8953
|
+
modelProperties: {
|
|
8954
|
+
...MetricAlertCriteria.type.modelProperties,
|
|
8955
|
+
allOf: {
|
|
8814
8956
|
serializedName: "allOf",
|
|
8815
8957
|
type: {
|
|
8816
8958
|
name: "Sequence",
|
|
@@ -8821,7 +8963,8 @@ export const MetricAlertSingleResourceMultipleMetricCriteria = {
|
|
|
8821
8963
|
},
|
|
8822
8964
|
},
|
|
8823
8965
|
},
|
|
8824
|
-
}
|
|
8966
|
+
},
|
|
8967
|
+
},
|
|
8825
8968
|
},
|
|
8826
8969
|
};
|
|
8827
8970
|
export const WebtestLocationAvailabilityCriteria = {
|
|
@@ -8832,25 +8975,30 @@ export const WebtestLocationAvailabilityCriteria = {
|
|
|
8832
8975
|
uberParent: "MetricAlertCriteria",
|
|
8833
8976
|
additionalProperties: { type: { name: "Object" } },
|
|
8834
8977
|
polymorphicDiscriminator: MetricAlertCriteria.type.polymorphicDiscriminator,
|
|
8835
|
-
modelProperties:
|
|
8978
|
+
modelProperties: {
|
|
8979
|
+
...MetricAlertCriteria.type.modelProperties,
|
|
8980
|
+
webTestId: {
|
|
8836
8981
|
serializedName: "webTestId",
|
|
8837
8982
|
required: true,
|
|
8838
8983
|
type: {
|
|
8839
8984
|
name: "String",
|
|
8840
8985
|
},
|
|
8841
|
-
},
|
|
8986
|
+
},
|
|
8987
|
+
componentId: {
|
|
8842
8988
|
serializedName: "componentId",
|
|
8843
8989
|
required: true,
|
|
8844
8990
|
type: {
|
|
8845
8991
|
name: "String",
|
|
8846
8992
|
},
|
|
8847
|
-
},
|
|
8993
|
+
},
|
|
8994
|
+
failedLocationCount: {
|
|
8848
8995
|
serializedName: "failedLocationCount",
|
|
8849
8996
|
required: true,
|
|
8850
8997
|
type: {
|
|
8851
8998
|
name: "Number",
|
|
8852
8999
|
},
|
|
8853
|
-
}
|
|
9000
|
+
},
|
|
9001
|
+
},
|
|
8854
9002
|
},
|
|
8855
9003
|
};
|
|
8856
9004
|
export const MetricAlertMultipleResourceMultipleMetricCriteria = {
|
|
@@ -8861,7 +9009,9 @@ export const MetricAlertMultipleResourceMultipleMetricCriteria = {
|
|
|
8861
9009
|
uberParent: "MetricAlertCriteria",
|
|
8862
9010
|
additionalProperties: { type: { name: "Object" } },
|
|
8863
9011
|
polymorphicDiscriminator: MetricAlertCriteria.type.polymorphicDiscriminator,
|
|
8864
|
-
modelProperties:
|
|
9012
|
+
modelProperties: {
|
|
9013
|
+
...MetricAlertCriteria.type.modelProperties,
|
|
9014
|
+
allOf: {
|
|
8865
9015
|
serializedName: "allOf",
|
|
8866
9016
|
type: {
|
|
8867
9017
|
name: "Sequence",
|
|
@@ -8872,31 +9022,37 @@ export const MetricAlertMultipleResourceMultipleMetricCriteria = {
|
|
|
8872
9022
|
},
|
|
8873
9023
|
},
|
|
8874
9024
|
},
|
|
8875
|
-
}
|
|
9025
|
+
},
|
|
9026
|
+
},
|
|
8876
9027
|
},
|
|
8877
9028
|
};
|
|
8878
9029
|
export const MetricAlertResource = {
|
|
8879
9030
|
type: {
|
|
8880
9031
|
name: "Composite",
|
|
8881
9032
|
className: "MetricAlertResource",
|
|
8882
|
-
modelProperties:
|
|
9033
|
+
modelProperties: {
|
|
9034
|
+
...ResourceAutoGenerated6.type.modelProperties,
|
|
9035
|
+
description: {
|
|
8883
9036
|
serializedName: "properties.description",
|
|
8884
9037
|
type: {
|
|
8885
9038
|
name: "String",
|
|
8886
9039
|
},
|
|
8887
|
-
},
|
|
9040
|
+
},
|
|
9041
|
+
severity: {
|
|
8888
9042
|
serializedName: "properties.severity",
|
|
8889
9043
|
required: true,
|
|
8890
9044
|
type: {
|
|
8891
9045
|
name: "Number",
|
|
8892
9046
|
},
|
|
8893
|
-
},
|
|
9047
|
+
},
|
|
9048
|
+
enabled: {
|
|
8894
9049
|
serializedName: "properties.enabled",
|
|
8895
9050
|
required: true,
|
|
8896
9051
|
type: {
|
|
8897
9052
|
name: "Boolean",
|
|
8898
9053
|
},
|
|
8899
|
-
},
|
|
9054
|
+
},
|
|
9055
|
+
scopes: {
|
|
8900
9056
|
serializedName: "properties.scopes",
|
|
8901
9057
|
required: true,
|
|
8902
9058
|
type: {
|
|
@@ -8907,40 +9063,47 @@ export const MetricAlertResource = {
|
|
|
8907
9063
|
},
|
|
8908
9064
|
},
|
|
8909
9065
|
},
|
|
8910
|
-
},
|
|
9066
|
+
},
|
|
9067
|
+
evaluationFrequency: {
|
|
8911
9068
|
serializedName: "properties.evaluationFrequency",
|
|
8912
9069
|
required: true,
|
|
8913
9070
|
type: {
|
|
8914
9071
|
name: "TimeSpan",
|
|
8915
9072
|
},
|
|
8916
|
-
},
|
|
9073
|
+
},
|
|
9074
|
+
windowSize: {
|
|
8917
9075
|
serializedName: "properties.windowSize",
|
|
8918
9076
|
required: true,
|
|
8919
9077
|
type: {
|
|
8920
9078
|
name: "TimeSpan",
|
|
8921
9079
|
},
|
|
8922
|
-
},
|
|
9080
|
+
},
|
|
9081
|
+
targetResourceType: {
|
|
8923
9082
|
serializedName: "properties.targetResourceType",
|
|
8924
9083
|
type: {
|
|
8925
9084
|
name: "String",
|
|
8926
9085
|
},
|
|
8927
|
-
},
|
|
9086
|
+
},
|
|
9087
|
+
targetResourceRegion: {
|
|
8928
9088
|
serializedName: "properties.targetResourceRegion",
|
|
8929
9089
|
type: {
|
|
8930
9090
|
name: "String",
|
|
8931
9091
|
},
|
|
8932
|
-
},
|
|
9092
|
+
},
|
|
9093
|
+
criteria: {
|
|
8933
9094
|
serializedName: "properties.criteria",
|
|
8934
9095
|
type: {
|
|
8935
9096
|
name: "Composite",
|
|
8936
9097
|
className: "MetricAlertCriteria",
|
|
8937
9098
|
},
|
|
8938
|
-
},
|
|
9099
|
+
},
|
|
9100
|
+
autoMitigate: {
|
|
8939
9101
|
serializedName: "properties.autoMitigate",
|
|
8940
9102
|
type: {
|
|
8941
9103
|
name: "Boolean",
|
|
8942
9104
|
},
|
|
8943
|
-
},
|
|
9105
|
+
},
|
|
9106
|
+
actions: {
|
|
8944
9107
|
serializedName: "properties.actions",
|
|
8945
9108
|
type: {
|
|
8946
9109
|
name: "Sequence",
|
|
@@ -8951,41 +9114,49 @@ export const MetricAlertResource = {
|
|
|
8951
9114
|
},
|
|
8952
9115
|
},
|
|
8953
9116
|
},
|
|
8954
|
-
},
|
|
9117
|
+
},
|
|
9118
|
+
lastUpdatedTime: {
|
|
8955
9119
|
serializedName: "properties.lastUpdatedTime",
|
|
8956
9120
|
readOnly: true,
|
|
8957
9121
|
type: {
|
|
8958
9122
|
name: "DateTime",
|
|
8959
9123
|
},
|
|
8960
|
-
},
|
|
9124
|
+
},
|
|
9125
|
+
isMigrated: {
|
|
8961
9126
|
serializedName: "properties.isMigrated",
|
|
8962
9127
|
readOnly: true,
|
|
8963
9128
|
type: {
|
|
8964
9129
|
name: "Boolean",
|
|
8965
9130
|
},
|
|
8966
|
-
}
|
|
9131
|
+
},
|
|
9132
|
+
},
|
|
8967
9133
|
},
|
|
8968
9134
|
};
|
|
8969
9135
|
export const VMInsightsOnboardingStatus = {
|
|
8970
9136
|
type: {
|
|
8971
9137
|
name: "Composite",
|
|
8972
9138
|
className: "VMInsightsOnboardingStatus",
|
|
8973
|
-
modelProperties:
|
|
9139
|
+
modelProperties: {
|
|
9140
|
+
...ProxyResource.type.modelProperties,
|
|
9141
|
+
resourceId: {
|
|
8974
9142
|
serializedName: "properties.resourceId",
|
|
8975
9143
|
type: {
|
|
8976
9144
|
name: "String",
|
|
8977
9145
|
},
|
|
8978
|
-
},
|
|
9146
|
+
},
|
|
9147
|
+
onboardingStatus: {
|
|
8979
9148
|
serializedName: "properties.onboardingStatus",
|
|
8980
9149
|
type: {
|
|
8981
9150
|
name: "String",
|
|
8982
9151
|
},
|
|
8983
|
-
},
|
|
9152
|
+
},
|
|
9153
|
+
dataStatus: {
|
|
8984
9154
|
serializedName: "properties.dataStatus",
|
|
8985
9155
|
type: {
|
|
8986
9156
|
name: "String",
|
|
8987
9157
|
},
|
|
8988
|
-
},
|
|
9158
|
+
},
|
|
9159
|
+
data: {
|
|
8989
9160
|
serializedName: "properties.data",
|
|
8990
9161
|
type: {
|
|
8991
9162
|
name: "Sequence",
|
|
@@ -8996,14 +9167,17 @@ export const VMInsightsOnboardingStatus = {
|
|
|
8996
9167
|
},
|
|
8997
9168
|
},
|
|
8998
9169
|
},
|
|
8999
|
-
}
|
|
9170
|
+
},
|
|
9171
|
+
},
|
|
9000
9172
|
},
|
|
9001
9173
|
};
|
|
9002
9174
|
export const AlertRuleAnyOfOrLeafCondition = {
|
|
9003
9175
|
type: {
|
|
9004
9176
|
name: "Composite",
|
|
9005
9177
|
className: "AlertRuleAnyOfOrLeafCondition",
|
|
9006
|
-
modelProperties:
|
|
9178
|
+
modelProperties: {
|
|
9179
|
+
...AlertRuleLeafCondition.type.modelProperties,
|
|
9180
|
+
anyOf: {
|
|
9007
9181
|
serializedName: "anyOf",
|
|
9008
9182
|
type: {
|
|
9009
9183
|
name: "Sequence",
|
|
@@ -9014,14 +9188,17 @@ export const AlertRuleAnyOfOrLeafCondition = {
|
|
|
9014
9188
|
},
|
|
9015
9189
|
},
|
|
9016
9190
|
},
|
|
9017
|
-
}
|
|
9191
|
+
},
|
|
9192
|
+
},
|
|
9018
9193
|
},
|
|
9019
9194
|
};
|
|
9020
9195
|
export const ActivityLogAlertResource = {
|
|
9021
9196
|
type: {
|
|
9022
9197
|
name: "Composite",
|
|
9023
9198
|
className: "ActivityLogAlertResource",
|
|
9024
|
-
modelProperties:
|
|
9199
|
+
modelProperties: {
|
|
9200
|
+
...AzureResourceAutoGenerated.type.modelProperties,
|
|
9201
|
+
scopes: {
|
|
9025
9202
|
serializedName: "properties.scopes",
|
|
9026
9203
|
type: {
|
|
9027
9204
|
name: "Sequence",
|
|
@@ -9031,177 +9208,224 @@ export const ActivityLogAlertResource = {
|
|
|
9031
9208
|
},
|
|
9032
9209
|
},
|
|
9033
9210
|
},
|
|
9034
|
-
},
|
|
9211
|
+
},
|
|
9212
|
+
condition: {
|
|
9035
9213
|
serializedName: "properties.condition",
|
|
9036
9214
|
type: {
|
|
9037
9215
|
name: "Composite",
|
|
9038
9216
|
className: "AlertRuleAllOfCondition",
|
|
9039
9217
|
},
|
|
9040
|
-
},
|
|
9218
|
+
},
|
|
9219
|
+
actions: {
|
|
9041
9220
|
serializedName: "properties.actions",
|
|
9042
9221
|
type: {
|
|
9043
9222
|
name: "Composite",
|
|
9044
9223
|
className: "ActionList",
|
|
9045
9224
|
},
|
|
9046
|
-
},
|
|
9225
|
+
},
|
|
9226
|
+
enabled: {
|
|
9047
9227
|
defaultValue: true,
|
|
9048
9228
|
serializedName: "properties.enabled",
|
|
9049
9229
|
type: {
|
|
9050
9230
|
name: "Boolean",
|
|
9051
9231
|
},
|
|
9052
|
-
},
|
|
9232
|
+
},
|
|
9233
|
+
description: {
|
|
9053
9234
|
serializedName: "properties.description",
|
|
9054
9235
|
type: {
|
|
9055
9236
|
name: "String",
|
|
9056
9237
|
},
|
|
9057
|
-
}
|
|
9238
|
+
},
|
|
9239
|
+
},
|
|
9058
9240
|
},
|
|
9059
9241
|
};
|
|
9060
9242
|
export const DataCollectionEndpointResourceProperties = {
|
|
9061
9243
|
type: {
|
|
9062
9244
|
name: "Composite",
|
|
9063
9245
|
className: "DataCollectionEndpointResourceProperties",
|
|
9064
|
-
modelProperties:
|
|
9246
|
+
modelProperties: {
|
|
9247
|
+
...DataCollectionEndpoint.type.modelProperties,
|
|
9248
|
+
},
|
|
9065
9249
|
},
|
|
9066
9250
|
};
|
|
9067
9251
|
export const DataCollectionEndpointConfigurationAccess = {
|
|
9068
9252
|
type: {
|
|
9069
9253
|
name: "Composite",
|
|
9070
9254
|
className: "DataCollectionEndpointConfigurationAccess",
|
|
9071
|
-
modelProperties:
|
|
9255
|
+
modelProperties: {
|
|
9256
|
+
...ConfigurationAccessEndpointSpec.type.modelProperties,
|
|
9257
|
+
},
|
|
9072
9258
|
},
|
|
9073
9259
|
};
|
|
9074
9260
|
export const DataCollectionEndpointLogsIngestion = {
|
|
9075
9261
|
type: {
|
|
9076
9262
|
name: "Composite",
|
|
9077
9263
|
className: "DataCollectionEndpointLogsIngestion",
|
|
9078
|
-
modelProperties:
|
|
9264
|
+
modelProperties: {
|
|
9265
|
+
...LogsIngestionEndpointSpec.type.modelProperties,
|
|
9266
|
+
},
|
|
9079
9267
|
},
|
|
9080
9268
|
};
|
|
9081
9269
|
export const DataCollectionEndpointMetricsIngestion = {
|
|
9082
9270
|
type: {
|
|
9083
9271
|
name: "Composite",
|
|
9084
9272
|
className: "DataCollectionEndpointMetricsIngestion",
|
|
9085
|
-
modelProperties:
|
|
9273
|
+
modelProperties: {
|
|
9274
|
+
...MetricsIngestionEndpointSpec.type.modelProperties,
|
|
9275
|
+
},
|
|
9086
9276
|
},
|
|
9087
9277
|
};
|
|
9088
9278
|
export const DataCollectionEndpointNetworkAcls = {
|
|
9089
9279
|
type: {
|
|
9090
9280
|
name: "Composite",
|
|
9091
9281
|
className: "DataCollectionEndpointNetworkAcls",
|
|
9092
|
-
modelProperties:
|
|
9282
|
+
modelProperties: {
|
|
9283
|
+
...NetworkRuleSet.type.modelProperties,
|
|
9284
|
+
},
|
|
9093
9285
|
},
|
|
9094
9286
|
};
|
|
9095
9287
|
export const DataCollectionEndpointFailoverConfiguration = {
|
|
9096
9288
|
type: {
|
|
9097
9289
|
name: "Composite",
|
|
9098
9290
|
className: "DataCollectionEndpointFailoverConfiguration",
|
|
9099
|
-
modelProperties:
|
|
9291
|
+
modelProperties: {
|
|
9292
|
+
...FailoverConfigurationSpec.type.modelProperties,
|
|
9293
|
+
},
|
|
9100
9294
|
},
|
|
9101
9295
|
};
|
|
9102
9296
|
export const DataCollectionEndpointMetadata = {
|
|
9103
9297
|
type: {
|
|
9104
9298
|
name: "Composite",
|
|
9105
9299
|
className: "DataCollectionEndpointMetadata",
|
|
9106
|
-
modelProperties:
|
|
9300
|
+
modelProperties: {
|
|
9301
|
+
...Metadata.type.modelProperties,
|
|
9302
|
+
},
|
|
9107
9303
|
},
|
|
9108
9304
|
};
|
|
9109
9305
|
export const DataCollectionRuleAssociationMetadata = {
|
|
9110
9306
|
type: {
|
|
9111
9307
|
name: "Composite",
|
|
9112
9308
|
className: "DataCollectionRuleAssociationMetadata",
|
|
9113
|
-
modelProperties:
|
|
9309
|
+
modelProperties: {
|
|
9310
|
+
...Metadata.type.modelProperties,
|
|
9311
|
+
},
|
|
9114
9312
|
},
|
|
9115
9313
|
};
|
|
9116
9314
|
export const DataCollectionRuleMetadata = {
|
|
9117
9315
|
type: {
|
|
9118
9316
|
name: "Composite",
|
|
9119
9317
|
className: "DataCollectionRuleMetadata",
|
|
9120
|
-
modelProperties:
|
|
9318
|
+
modelProperties: {
|
|
9319
|
+
...Metadata.type.modelProperties,
|
|
9320
|
+
},
|
|
9121
9321
|
},
|
|
9122
9322
|
};
|
|
9123
9323
|
export const DataCollectionEndpointResourceIdentity = {
|
|
9124
9324
|
type: {
|
|
9125
9325
|
name: "Composite",
|
|
9126
9326
|
className: "DataCollectionEndpointResourceIdentity",
|
|
9127
|
-
modelProperties:
|
|
9327
|
+
modelProperties: {
|
|
9328
|
+
...ManagedServiceIdentity.type.modelProperties,
|
|
9329
|
+
},
|
|
9128
9330
|
},
|
|
9129
9331
|
};
|
|
9130
9332
|
export const ResourceForUpdateIdentity = {
|
|
9131
9333
|
type: {
|
|
9132
9334
|
name: "Composite",
|
|
9133
9335
|
className: "ResourceForUpdateIdentity",
|
|
9134
|
-
modelProperties:
|
|
9336
|
+
modelProperties: {
|
|
9337
|
+
...ManagedServiceIdentity.type.modelProperties,
|
|
9338
|
+
},
|
|
9135
9339
|
},
|
|
9136
9340
|
};
|
|
9137
9341
|
export const DataCollectionRuleResourceIdentity = {
|
|
9138
9342
|
type: {
|
|
9139
9343
|
name: "Composite",
|
|
9140
9344
|
className: "DataCollectionRuleResourceIdentity",
|
|
9141
|
-
modelProperties:
|
|
9345
|
+
modelProperties: {
|
|
9346
|
+
...ManagedServiceIdentity.type.modelProperties,
|
|
9347
|
+
},
|
|
9142
9348
|
},
|
|
9143
9349
|
};
|
|
9144
9350
|
export const DataCollectionRuleAssociationProxyOnlyResourceProperties = {
|
|
9145
9351
|
type: {
|
|
9146
9352
|
name: "Composite",
|
|
9147
9353
|
className: "DataCollectionRuleAssociationProxyOnlyResourceProperties",
|
|
9148
|
-
modelProperties:
|
|
9354
|
+
modelProperties: {
|
|
9355
|
+
...DataCollectionRuleAssociation.type.modelProperties,
|
|
9356
|
+
},
|
|
9149
9357
|
},
|
|
9150
9358
|
};
|
|
9151
9359
|
export const DataCollectionRuleResourceProperties = {
|
|
9152
9360
|
type: {
|
|
9153
9361
|
name: "Composite",
|
|
9154
9362
|
className: "DataCollectionRuleResourceProperties",
|
|
9155
|
-
modelProperties:
|
|
9363
|
+
modelProperties: {
|
|
9364
|
+
...DataCollectionRule.type.modelProperties,
|
|
9365
|
+
},
|
|
9156
9366
|
},
|
|
9157
9367
|
};
|
|
9158
9368
|
export const DataCollectionRuleDataSources = {
|
|
9159
9369
|
type: {
|
|
9160
9370
|
name: "Composite",
|
|
9161
9371
|
className: "DataCollectionRuleDataSources",
|
|
9162
|
-
modelProperties:
|
|
9372
|
+
modelProperties: {
|
|
9373
|
+
...DataSourcesSpec.type.modelProperties,
|
|
9374
|
+
},
|
|
9163
9375
|
},
|
|
9164
9376
|
};
|
|
9165
9377
|
export const LogFilesDataSourceSettings = {
|
|
9166
9378
|
type: {
|
|
9167
9379
|
name: "Composite",
|
|
9168
9380
|
className: "LogFilesDataSourceSettings",
|
|
9169
|
-
modelProperties:
|
|
9381
|
+
modelProperties: {
|
|
9382
|
+
...LogFileSettings.type.modelProperties,
|
|
9383
|
+
},
|
|
9170
9384
|
},
|
|
9171
9385
|
};
|
|
9172
9386
|
export const LogFileSettingsText = {
|
|
9173
9387
|
type: {
|
|
9174
9388
|
name: "Composite",
|
|
9175
9389
|
className: "LogFileSettingsText",
|
|
9176
|
-
modelProperties:
|
|
9390
|
+
modelProperties: {
|
|
9391
|
+
...LogFileTextSettings.type.modelProperties,
|
|
9392
|
+
},
|
|
9177
9393
|
},
|
|
9178
9394
|
};
|
|
9179
9395
|
export const DataSourcesSpecDataImports = {
|
|
9180
9396
|
type: {
|
|
9181
9397
|
name: "Composite",
|
|
9182
9398
|
className: "DataSourcesSpecDataImports",
|
|
9183
|
-
modelProperties:
|
|
9399
|
+
modelProperties: {
|
|
9400
|
+
...DataImportSources.type.modelProperties,
|
|
9401
|
+
},
|
|
9184
9402
|
},
|
|
9185
9403
|
};
|
|
9186
9404
|
export const DataImportSourcesEventHub = {
|
|
9187
9405
|
type: {
|
|
9188
9406
|
name: "Composite",
|
|
9189
9407
|
className: "DataImportSourcesEventHub",
|
|
9190
|
-
modelProperties:
|
|
9408
|
+
modelProperties: {
|
|
9409
|
+
...EventHubDataSource.type.modelProperties,
|
|
9410
|
+
},
|
|
9191
9411
|
},
|
|
9192
9412
|
};
|
|
9193
9413
|
export const DataCollectionRuleDestinations = {
|
|
9194
9414
|
type: {
|
|
9195
9415
|
name: "Composite",
|
|
9196
9416
|
className: "DataCollectionRuleDestinations",
|
|
9197
|
-
modelProperties:
|
|
9417
|
+
modelProperties: {
|
|
9418
|
+
...DestinationsSpec.type.modelProperties,
|
|
9419
|
+
},
|
|
9198
9420
|
},
|
|
9199
9421
|
};
|
|
9200
9422
|
export const DestinationsSpecAzureMonitorMetrics = {
|
|
9201
9423
|
type: {
|
|
9202
9424
|
name: "Composite",
|
|
9203
9425
|
className: "DestinationsSpecAzureMonitorMetrics",
|
|
9204
|
-
modelProperties:
|
|
9426
|
+
modelProperties: {
|
|
9427
|
+
...AzureMonitorMetricsDestination.type.modelProperties,
|
|
9428
|
+
},
|
|
9205
9429
|
},
|
|
9206
9430
|
};
|
|
9207
9431
|
export const MetricCriteria = {
|
|
@@ -9212,19 +9436,23 @@ export const MetricCriteria = {
|
|
|
9212
9436
|
uberParent: "MultiMetricCriteria",
|
|
9213
9437
|
additionalProperties: { type: { name: "Object" } },
|
|
9214
9438
|
polymorphicDiscriminator: MultiMetricCriteria.type.polymorphicDiscriminator,
|
|
9215
|
-
modelProperties:
|
|
9439
|
+
modelProperties: {
|
|
9440
|
+
...MultiMetricCriteria.type.modelProperties,
|
|
9441
|
+
operator: {
|
|
9216
9442
|
serializedName: "operator",
|
|
9217
9443
|
required: true,
|
|
9218
9444
|
type: {
|
|
9219
9445
|
name: "String",
|
|
9220
9446
|
},
|
|
9221
|
-
},
|
|
9447
|
+
},
|
|
9448
|
+
threshold: {
|
|
9222
9449
|
serializedName: "threshold",
|
|
9223
9450
|
required: true,
|
|
9224
9451
|
type: {
|
|
9225
9452
|
name: "Number",
|
|
9226
9453
|
},
|
|
9227
|
-
}
|
|
9454
|
+
},
|
|
9455
|
+
},
|
|
9228
9456
|
},
|
|
9229
9457
|
};
|
|
9230
9458
|
export const DynamicMetricCriteria = {
|
|
@@ -9235,67 +9463,80 @@ export const DynamicMetricCriteria = {
|
|
|
9235
9463
|
uberParent: "MultiMetricCriteria",
|
|
9236
9464
|
additionalProperties: { type: { name: "Object" } },
|
|
9237
9465
|
polymorphicDiscriminator: MultiMetricCriteria.type.polymorphicDiscriminator,
|
|
9238
|
-
modelProperties:
|
|
9466
|
+
modelProperties: {
|
|
9467
|
+
...MultiMetricCriteria.type.modelProperties,
|
|
9468
|
+
operator: {
|
|
9239
9469
|
serializedName: "operator",
|
|
9240
9470
|
required: true,
|
|
9241
9471
|
type: {
|
|
9242
9472
|
name: "String",
|
|
9243
9473
|
},
|
|
9244
|
-
},
|
|
9474
|
+
},
|
|
9475
|
+
alertSensitivity: {
|
|
9245
9476
|
serializedName: "alertSensitivity",
|
|
9246
9477
|
required: true,
|
|
9247
9478
|
type: {
|
|
9248
9479
|
name: "String",
|
|
9249
9480
|
},
|
|
9250
|
-
},
|
|
9481
|
+
},
|
|
9482
|
+
failingPeriods: {
|
|
9251
9483
|
serializedName: "failingPeriods",
|
|
9252
9484
|
type: {
|
|
9253
9485
|
name: "Composite",
|
|
9254
9486
|
className: "DynamicThresholdFailingPeriods",
|
|
9255
9487
|
},
|
|
9256
|
-
},
|
|
9488
|
+
},
|
|
9489
|
+
ignoreDataBefore: {
|
|
9257
9490
|
serializedName: "ignoreDataBefore",
|
|
9258
9491
|
type: {
|
|
9259
9492
|
name: "DateTime",
|
|
9260
9493
|
},
|
|
9261
|
-
}
|
|
9494
|
+
},
|
|
9495
|
+
},
|
|
9262
9496
|
},
|
|
9263
9497
|
};
|
|
9264
9498
|
export const AzureMonitorWorkspaceResource = {
|
|
9265
9499
|
type: {
|
|
9266
9500
|
name: "Composite",
|
|
9267
9501
|
className: "AzureMonitorWorkspaceResource",
|
|
9268
|
-
modelProperties:
|
|
9502
|
+
modelProperties: {
|
|
9503
|
+
...TrackedResource.type.modelProperties,
|
|
9504
|
+
etag: {
|
|
9269
9505
|
serializedName: "etag",
|
|
9270
9506
|
readOnly: true,
|
|
9271
9507
|
type: {
|
|
9272
9508
|
name: "String",
|
|
9273
9509
|
},
|
|
9274
|
-
},
|
|
9510
|
+
},
|
|
9511
|
+
accountId: {
|
|
9275
9512
|
serializedName: "properties.accountId",
|
|
9276
9513
|
readOnly: true,
|
|
9277
9514
|
type: {
|
|
9278
9515
|
name: "String",
|
|
9279
9516
|
},
|
|
9280
|
-
},
|
|
9517
|
+
},
|
|
9518
|
+
metrics: {
|
|
9281
9519
|
serializedName: "properties.metrics",
|
|
9282
9520
|
type: {
|
|
9283
9521
|
name: "Composite",
|
|
9284
9522
|
className: "AzureMonitorWorkspaceMetrics",
|
|
9285
9523
|
},
|
|
9286
|
-
},
|
|
9524
|
+
},
|
|
9525
|
+
provisioningState: {
|
|
9287
9526
|
serializedName: "properties.provisioningState",
|
|
9288
9527
|
readOnly: true,
|
|
9289
9528
|
type: {
|
|
9290
9529
|
name: "String",
|
|
9291
9530
|
},
|
|
9292
|
-
},
|
|
9531
|
+
},
|
|
9532
|
+
defaultIngestionSettings: {
|
|
9293
9533
|
serializedName: "properties.defaultIngestionSettings",
|
|
9294
9534
|
type: {
|
|
9295
9535
|
name: "Composite",
|
|
9296
9536
|
className: "AzureMonitorWorkspaceDefaultIngestionSettings",
|
|
9297
9537
|
},
|
|
9298
|
-
},
|
|
9538
|
+
},
|
|
9539
|
+
privateEndpointConnections: {
|
|
9299
9540
|
serializedName: "properties.privateEndpointConnections",
|
|
9300
9541
|
readOnly: true,
|
|
9301
9542
|
type: {
|
|
@@ -9307,32 +9548,38 @@ export const AzureMonitorWorkspaceResource = {
|
|
|
9307
9548
|
},
|
|
9308
9549
|
},
|
|
9309
9550
|
},
|
|
9310
|
-
},
|
|
9551
|
+
},
|
|
9552
|
+
publicNetworkAccess: {
|
|
9311
9553
|
serializedName: "properties.publicNetworkAccess",
|
|
9312
9554
|
readOnly: true,
|
|
9313
9555
|
type: {
|
|
9314
9556
|
name: "String",
|
|
9315
9557
|
},
|
|
9316
|
-
}
|
|
9558
|
+
},
|
|
9559
|
+
},
|
|
9317
9560
|
},
|
|
9318
9561
|
};
|
|
9319
9562
|
export const AzureMonitorPrivateLinkScope = {
|
|
9320
9563
|
type: {
|
|
9321
9564
|
name: "Composite",
|
|
9322
9565
|
className: "AzureMonitorPrivateLinkScope",
|
|
9323
|
-
modelProperties:
|
|
9566
|
+
modelProperties: {
|
|
9567
|
+
...TrackedResourceAutoGenerated.type.modelProperties,
|
|
9568
|
+
systemData: {
|
|
9324
9569
|
serializedName: "systemData",
|
|
9325
9570
|
type: {
|
|
9326
9571
|
name: "Composite",
|
|
9327
9572
|
className: "SystemData",
|
|
9328
9573
|
},
|
|
9329
|
-
},
|
|
9574
|
+
},
|
|
9575
|
+
provisioningState: {
|
|
9330
9576
|
serializedName: "properties.provisioningState",
|
|
9331
9577
|
readOnly: true,
|
|
9332
9578
|
type: {
|
|
9333
9579
|
name: "String",
|
|
9334
9580
|
},
|
|
9335
|
-
},
|
|
9581
|
+
},
|
|
9582
|
+
privateEndpointConnections: {
|
|
9336
9583
|
serializedName: "properties.privateEndpointConnections",
|
|
9337
9584
|
readOnly: true,
|
|
9338
9585
|
type: {
|
|
@@ -9344,37 +9591,44 @@ export const AzureMonitorPrivateLinkScope = {
|
|
|
9344
9591
|
},
|
|
9345
9592
|
},
|
|
9346
9593
|
},
|
|
9347
|
-
},
|
|
9594
|
+
},
|
|
9595
|
+
accessModeSettings: {
|
|
9348
9596
|
serializedName: "properties.accessModeSettings",
|
|
9349
9597
|
type: {
|
|
9350
9598
|
name: "Composite",
|
|
9351
9599
|
className: "AccessModeSettings",
|
|
9352
9600
|
},
|
|
9353
|
-
}
|
|
9601
|
+
},
|
|
9602
|
+
},
|
|
9354
9603
|
},
|
|
9355
9604
|
};
|
|
9356
9605
|
export const ScopedResource = {
|
|
9357
9606
|
type: {
|
|
9358
9607
|
name: "Composite",
|
|
9359
9608
|
className: "ScopedResource",
|
|
9360
|
-
modelProperties:
|
|
9609
|
+
modelProperties: {
|
|
9610
|
+
...ProxyResourceAutoGenerated.type.modelProperties,
|
|
9611
|
+
systemData: {
|
|
9361
9612
|
serializedName: "systemData",
|
|
9362
9613
|
type: {
|
|
9363
9614
|
name: "Composite",
|
|
9364
9615
|
className: "SystemData",
|
|
9365
9616
|
},
|
|
9366
|
-
},
|
|
9617
|
+
},
|
|
9618
|
+
linkedResourceId: {
|
|
9367
9619
|
serializedName: "properties.linkedResourceId",
|
|
9368
9620
|
type: {
|
|
9369
9621
|
name: "String",
|
|
9370
9622
|
},
|
|
9371
|
-
},
|
|
9623
|
+
},
|
|
9624
|
+
provisioningState: {
|
|
9372
9625
|
serializedName: "properties.provisioningState",
|
|
9373
9626
|
readOnly: true,
|
|
9374
9627
|
type: {
|
|
9375
9628
|
name: "String",
|
|
9376
9629
|
},
|
|
9377
|
-
}
|
|
9630
|
+
},
|
|
9631
|
+
},
|
|
9378
9632
|
},
|
|
9379
9633
|
};
|
|
9380
9634
|
export const AzureMonitorWorkspacesDeleteHeaders = {
|