From 42534f3c48e93a7e684ad5169e2360fdbf7e97af Mon Sep 17 00:00:00 2001
From: Todd King <58755170+ToddKingMSFT@users.noreply.github.com>
Date: Thu, 22 Apr 2021 11:51:22 -0700
Subject: [PATCH 01/23] Adds base for updating Microsoft.Insights from version
stable/2016-09-01 to version 2016-06-01
---
.../stable/2016-06-01/examples/GetMetric.json | 62 +++
.../examples/GetMetricFiltered.json | 63 +++
...reateOrUpdateServiceDiagnosticSetting.json | 73 ++++
.../examples/getServiceDiagnosticSetting.json | 44 ++
.../updateServiceDiagnosticSetting.json | 73 ++++
.../stable/2016-06-01/metrics_API.json | 275 ++++++++++++
.../serviceDiagnosticsSettings_API.json | 412 ++++++++++++++++++
7 files changed, 1002 insertions(+)
create mode 100644 specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/examples/GetMetric.json
create mode 100644 specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/examples/GetMetricFiltered.json
create mode 100644 specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/examples/createOrUpdateServiceDiagnosticSetting.json
create mode 100644 specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/examples/getServiceDiagnosticSetting.json
create mode 100644 specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/examples/updateServiceDiagnosticSetting.json
create mode 100644 specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/metrics_API.json
create mode 100644 specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/serviceDiagnosticsSettings_API.json
diff --git a/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/examples/GetMetric.json b/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/examples/GetMetric.json
new file mode 100644
index 000000000000..fdc5de9cf6d7
--- /dev/null
+++ b/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/examples/GetMetric.json
@@ -0,0 +1,62 @@
+{
+ "parameters": {
+ "resourceUri": "/subscriptions/df602c9c-7aa0-407d-a6fb-eb20c8bd1192/resourceGroups/andy0802australia/providers/Microsoft.Logic/workflows/andy0803australia",
+ "api-version": "2016-09-01",
+ "subscriptionId": "df602c9c-7aa0-407d-a6fb-eb20c8bd1192"
+ },
+ "responses": {
+ "200": {
+ "body": {
+ "value": [
+ {
+ "data": [
+ {
+ "timeStamp": "2016-11-23T19:14:00Z",
+ "total": 1.0
+ },
+ {
+ "timeStamp": "2016-11-23T19:15:00Z"
+ },
+ {
+ "timeStamp": "2016-11-23T19:16:00Z"
+ },
+ {
+ "timeStamp": "2016-11-23T19:17:00Z"
+ },
+ {
+ "timeStamp": "2016-11-23T19:18:00Z"
+ },
+ {
+ "timeStamp": "2016-11-23T19:19:00Z",
+ "total": 1.0
+ },
+ {
+ "timeStamp": "2016-11-23T19:20:00Z"
+ },
+ {
+ "timeStamp": "2016-11-23T19:21:00Z"
+ },
+ {
+ "timeStamp": "2016-11-23T19:22:00Z"
+ },
+ {
+ "timeStamp": "2016-11-23T19:23:00Z"
+ },
+ {
+ "timeStamp": "2016-11-23T19:24:00Z",
+ "total": 1.0
+ }
+ ],
+ "id": "/subscriptions/df602c9c-7aa0-407d-a6fb-eb20c8bd1192/resourceGroups/andy0802australia/providers/Microsoft.Logic/workflows/andy0803australia/providers/microsoft.insights/metrics/RunsStarted",
+ "name": {
+ "value": "RunsStarted",
+ "localizedValue": "Runs Started"
+ },
+ "type": "Microsoft.Insights/metrics",
+ "unit": "Count"
+ }
+ ]
+ }
+ }
+ }
+}
diff --git a/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/examples/GetMetricFiltered.json b/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/examples/GetMetricFiltered.json
new file mode 100644
index 000000000000..df50abd401b4
--- /dev/null
+++ b/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/examples/GetMetricFiltered.json
@@ -0,0 +1,63 @@
+{
+ "parameters": {
+ "$filter": "(name.value eq 'RunsStarted') and aggregationType eq 'Total' and startTime eq 2016-11-23 and endTime eq 2016-11-24 and timeGrain eq duration'PT1M'",
+ "resourceUri": "/subscriptions/df602c9c-7aa0-407d-a6fb-eb20c8bd1192/resourceGroups/andy0802australia/providers/Microsoft.Logic/workflows/andy0803australia",
+ "api-version": "2016-09-01",
+ "subscriptionId": "df602c9c-7aa0-407d-a6fb-eb20c8bd1192"
+ },
+ "responses": {
+ "200": {
+ "body": {
+ "value": [
+ {
+ "data": [
+ {
+ "timeStamp": "2016-11-23T19:14:00Z",
+ "total": 1.0
+ },
+ {
+ "timeStamp": "2016-11-23T19:15:00Z"
+ },
+ {
+ "timeStamp": "2016-11-23T19:16:00Z"
+ },
+ {
+ "timeStamp": "2016-11-23T19:17:00Z"
+ },
+ {
+ "timeStamp": "2016-11-23T19:18:00Z"
+ },
+ {
+ "timeStamp": "2016-11-23T19:19:00Z",
+ "total": 1.0
+ },
+ {
+ "timeStamp": "2016-11-23T19:20:00Z"
+ },
+ {
+ "timeStamp": "2016-11-23T19:21:00Z"
+ },
+ {
+ "timeStamp": "2016-11-23T19:22:00Z"
+ },
+ {
+ "timeStamp": "2016-11-23T19:23:00Z"
+ },
+ {
+ "timeStamp": "2016-11-23T19:24:00Z",
+ "total": 1.0
+ }
+ ],
+ "id": "/subscriptions/df602c9c-7aa0-407d-a6fb-eb20c8bd1192/resourceGroups/andy0802australia/providers/Microsoft.Logic/workflows/andy0803australia/providers/microsoft.insights/metrics/RunsStarted",
+ "name": {
+ "value": "RunsStarted",
+ "localizedValue": "Runs Started"
+ },
+ "type": "Microsoft.Insights/metrics",
+ "unit": "Count"
+ }
+ ]
+ }
+ }
+ }
+}
diff --git a/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/examples/createOrUpdateServiceDiagnosticSetting.json b/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/examples/createOrUpdateServiceDiagnosticSetting.json
new file mode 100644
index 000000000000..b384e6adb9de
--- /dev/null
+++ b/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/examples/createOrUpdateServiceDiagnosticSetting.json
@@ -0,0 +1,73 @@
+{
+ "parameters": {
+ "resourceUri": "/subscriptions/1a66ce04-b633-4a0b-b2bc-a912ec8986a6/resourcegroups/viruela1/providers/microsoft.logic/workflows/viruela6",
+ "api-version": "2016-09-01",
+ "parameters": {
+ "location": "",
+ "properties": {
+ "storageAccountId": "/subscriptions/df602c9c-7aa0-407d-a6fb-eb20c8bd1192/resourceGroups/apptest/providers/Microsoft.Storage/storageAccounts/appteststorage1",
+ "serviceBusRuleId": "/subscriptions/b67f7fec-69fc-4974-9099-a26bd6ffeda3/resourceGroups/andy1101/providers/Microsoft.EventHub/namespaces/andy1101/authorizationrules/RootManageSharedAccessKey",
+ "workspaceId": "",
+ "eventHubAuthorizationRuleId": "/subscriptions/1a66ce04-b633-4a0b-b2bc-a912ec8986a6/resourceGroups/montest/providers/microsoft.eventhub/namespaces/mynamespace/eventhubs/myeventhub/authorizationrules/myrule",
+ "metrics": [
+ {
+ "timeGrain": "PT1M",
+ "enabled": true,
+ "retentionPolicy": {
+ "enabled": false,
+ "days": 0
+ }
+ }
+ ],
+ "logs": [
+ {
+ "category": "WorkflowRuntime",
+ "enabled": true,
+ "retentionPolicy": {
+ "enabled": false,
+ "days": 0
+ }
+ }
+ ]
+ }
+ }
+ },
+ "responses": {
+ "200": {
+ "headers": {},
+ "body": {
+ "id": "/subscriptions/1a66ce04-b633-4a0b-b2bc-a912ec8986a6/resourcegroups/viruela1/providers/microsoft.logic/workflows/viruela6/diagnosticSettings/service",
+ "type": "",
+ "name": "service",
+ "location": "",
+ "tags": null,
+ "properties": {
+ "storageAccountId": "/subscriptions/df602c9c-7aa0-407d-a6fb-eb20c8bd1192/resourceGroups/apptest/providers/Microsoft.Storage/storageAccounts/appteststorage1",
+ "serviceBusRuleId": "/subscriptions/b67f7fec-69fc-4974-9099-a26bd6ffeda3/resourceGroups/andy1101/providers/Microsoft.EventHub/namespaces/andy1101/authorizationrules/RootManageSharedAccessKey",
+ "workspaceId": "",
+ "eventHubAuthorizationRuleId": "/subscriptions/1a66ce04-b633-4a0b-b2bc-a912ec8986a6/resourceGroups/montest/providers/microsoft.eventhub/namespaces/mynamespace/eventhubs/myeventhub/authorizationrules/myrule",
+ "metrics": [
+ {
+ "timeGrain": "PT1M",
+ "enabled": true,
+ "retentionPolicy": {
+ "enabled": false,
+ "days": 0
+ }
+ }
+ ],
+ "logs": [
+ {
+ "category": "WorkflowRuntime",
+ "enabled": true,
+ "retentionPolicy": {
+ "enabled": false,
+ "days": 0
+ }
+ }
+ ]
+ }
+ }
+ }
+ }
+}
diff --git a/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/examples/getServiceDiagnosticSetting.json b/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/examples/getServiceDiagnosticSetting.json
new file mode 100644
index 000000000000..a05370758b19
--- /dev/null
+++ b/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/examples/getServiceDiagnosticSetting.json
@@ -0,0 +1,44 @@
+{
+ "parameters": {
+ "resourceUri": "/subscriptions/1a66ce04-b633-4a0b-b2bc-a912ec8986a6/resourcegroups/viruela1/providers/microsoft.logic/workflows/viruela6",
+ "api-version": "2016-09-01"
+ },
+ "responses": {
+ "200": {
+ "headers": {},
+ "body": {
+ "id": "/subscriptions/1a66ce04-b633-4a0b-b2bc-a912ec8986a6/resourcegroups/viruela1/providers/microsoft.logic/workflows/viruela6/diagnosticSettings/service",
+ "type": "",
+ "name": "service",
+ "location": "",
+ "tags": null,
+ "properties": {
+ "storageAccountId": "/subscriptions/df602c9c-7aa0-407d-a6fb-eb20c8bd1192/resourceGroups/apptest/providers/Microsoft.Storage/storageAccounts/appteststorage1",
+ "serviceBusRuleId": "/subscriptions/b67f7fec-69fc-4974-9099-a26bd6ffeda3/resourceGroups/andy1101/providers/Microsoft.EventHub/namespaces/andy1101/authorizationrules/RootManageSharedAccessKey",
+ "workspaceId": "",
+ "eventHubAuthorizationRuleId": "/subscriptions/1a66ce04-b633-4a0b-b2bc-a912ec8986a6/resourceGroups/montest/providers/microsoft.eventhub/namespaces/mynamespace/eventhubs/myeventhub/authorizationrules/myrule",
+ "metrics": [
+ {
+ "timeGrain": "PT1M",
+ "enabled": true,
+ "retentionPolicy": {
+ "enabled": false,
+ "days": 0
+ }
+ }
+ ],
+ "logs": [
+ {
+ "category": "WorkflowRuntime",
+ "enabled": true,
+ "retentionPolicy": {
+ "enabled": false,
+ "days": 0
+ }
+ }
+ ]
+ }
+ }
+ }
+ }
+}
diff --git a/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/examples/updateServiceDiagnosticSetting.json b/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/examples/updateServiceDiagnosticSetting.json
new file mode 100644
index 000000000000..7d0bb0639f60
--- /dev/null
+++ b/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/examples/updateServiceDiagnosticSetting.json
@@ -0,0 +1,73 @@
+{
+ "parameters": {
+ "resourceUri": "/subscriptions/1a66ce04-b633-4a0b-b2bc-a912ec8986a6/resourcegroups/viruela1/providers/microsoft.logic/workflows/viruela6",
+ "api-version": "2016-09-01",
+ "parameters": {
+ "tags": null,
+ "properties": {
+ "storageAccountId": "/subscriptions/df602c9c-7aa0-407d-a6fb-eb20c8bd1192/resourceGroups/apptest/providers/Microsoft.Storage/storageAccounts/appteststorage1",
+ "serviceBusRuleId": "/subscriptions/b67f7fec-69fc-4974-9099-a26bd6ffeda3/resourceGroups/andy1101/providers/Microsoft.EventHub/namespaces/andy1101/authorizationrules/RootManageSharedAccessKey",
+ "workspaceId": "",
+ "eventHubAuthorizationRuleId": "/subscriptions/1a66ce04-b633-4a0b-b2bc-a912ec8986a6/resourceGroups/montest/providers/microsoft.eventhub/namespaces/mynamespace/eventhubs/myeventhub/authorizationrules/myrule",
+ "metrics": [
+ {
+ "timeGrain": "PT1M",
+ "enabled": true,
+ "retentionPolicy": {
+ "enabled": false,
+ "days": 3
+ }
+ }
+ ],
+ "logs": [
+ {
+ "category": "WorkflowRuntime",
+ "enabled": true,
+ "retentionPolicy": {
+ "enabled": false,
+ "days": 5
+ }
+ }
+ ]
+ }
+ }
+ },
+ "responses": {
+ "200": {
+ "headers": {},
+ "body": {
+ "id": "/subscriptions/1a66ce04-b633-4a0b-b2bc-a912ec8986a6/resourcegroups/viruela1/providers/microsoft.logic/workflows/viruela6/diagnosticSettings/service",
+ "type": "",
+ "name": "service",
+ "location": "",
+ "tags": null,
+ "properties": {
+ "storageAccountId": "/subscriptions/df602c9c-7aa0-407d-a6fb-eb20c8bd1192/resourceGroups/apptest/providers/Microsoft.Storage/storageAccounts/appteststorage1",
+ "serviceBusRuleId": "/subscriptions/b67f7fec-69fc-4974-9099-a26bd6ffeda3/resourceGroups/andy1101/providers/Microsoft.EventHub/namespaces/andy1101/authorizationrules/RootManageSharedAccessKey",
+ "workspaceId": "",
+ "eventHubAuthorizationRuleId": "/subscriptions/1a66ce04-b633-4a0b-b2bc-a912ec8986a6/resourceGroups/montest/providers/microsoft.eventhub/namespaces/mynamespace/eventhubs/myeventhub/authorizationrules/myrule",
+ "metrics": [
+ {
+ "timeGrain": "PT1M",
+ "enabled": true,
+ "retentionPolicy": {
+ "enabled": false,
+ "days": 3
+ }
+ }
+ ],
+ "logs": [
+ {
+ "category": "WorkflowRuntime",
+ "enabled": true,
+ "retentionPolicy": {
+ "enabled": false,
+ "days": 5
+ }
+ }
+ ]
+ }
+ }
+ }
+ }
+}
diff --git a/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/metrics_API.json b/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/metrics_API.json
new file mode 100644
index 000000000000..ea2dcd0237b1
--- /dev/null
+++ b/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/metrics_API.json
@@ -0,0 +1,275 @@
+{
+ "swagger": "2.0",
+ "info": {
+ "title": "MonitorClient",
+ "version": "2016-09-01"
+ },
+ "host": "management.azure.com",
+ "schemes": [
+ "https"
+ ],
+ "consumes": [
+ "application/json"
+ ],
+ "produces": [
+ "application/json"
+ ],
+ "security": [
+ {
+ "azure_auth": [
+ "user_impersonation"
+ ]
+ }
+ ],
+ "securityDefinitions": {
+ "azure_auth": {
+ "type": "oauth2",
+ "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize",
+ "flow": "implicit",
+ "description": "Azure Active Directory OAuth2 Flow",
+ "scopes": {
+ "user_impersonation": "impersonate your user account"
+ }
+ }
+ },
+ "paths": {
+ "/{resourceUri}/providers/microsoft.insights/metrics": {
+ "get": {
+ "tags": [
+ "Metrics"
+ ],
+ "operationId": "Metrics_List",
+ "description": "Lists the metric values for a resource.",
+ "parameters": [
+ {
+ "$ref": "./serviceDiagnosticsSettings_API.json#/parameters/ResourceUriParameter"
+ },
+ {
+ "name": "$filter",
+ "in": "query",
+ "type": "string",
+ "description": "Reduces the set of data collected.
The filter is optional. If present it must contain a list of metric names to retrieve of the form: *(name.value eq 'metricName' [or name.value eq 'metricName' or ...])*. Optionally, the filter can contain conditions for the following attributes *aggregationType*, *startTime*, *endTime*, and *timeGrain* of the form *attributeName operator value*. Where operator is one of *ne*, *eq*, *gt*, *lt*.
Several conditions can be combined with parentheses and logical operators, e.g: *and*, *or*.
Some example filter expressions are:
- $filter=(name.value eq 'RunsSucceeded') and aggregationType eq 'Total' and startTime eq 2016-02-20 and endTime eq 2016-02-21 and timeGrain eq duration'PT1M',
- $filter=(name.value eq 'RunsSucceeded') and (aggregationType eq 'Total' or aggregationType eq 'Average') and startTime eq 2016-02-20 and endTime eq 2016-02-21 and timeGrain eq duration'PT1H',
- $filter=(name.value eq 'ActionsCompleted' or name.value eq 'RunsSucceeded') and (aggregationType eq 'Total' or aggregationType eq 'Average') and startTime eq 2016-02-20 and endTime eq 2016-02-21 and timeGrain eq duration'PT1M'.
**NOTE**: When a metrics query comes in with multiple metrics, but with no aggregation types defined, the service will pick the Primary aggregation type of the first metrics to be used as the default aggregation type for all the metrics.",
+ "required": false
+ },
+ {
+ "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter"
+ }
+ ],
+ "responses": {
+ "default": {
+ "description": "Error response describing why the operation failed.",
+ "schema": {
+ "$ref": "#/definitions/ErrorResponse"
+ }
+ },
+ "200": {
+ "description": "Successful request to get the list of metric values",
+ "schema": {
+ "$ref": "#/definitions/MetricCollection"
+ },
+ "examples": {
+ "application/json": {
+ "value": [
+ {
+ "data": [
+ {
+ "timeStamp": "2016-11-23T19:14:00Z",
+ "total": 1.0
+ },
+ {
+ "timeStamp": "2016-11-23T19:15:00Z"
+ },
+ {
+ "timeStamp": "2016-11-23T19:16:00Z"
+ },
+ {
+ "timeStamp": "2016-11-23T19:17:00Z"
+ },
+ {
+ "timeStamp": "2016-11-23T19:18:00Z"
+ },
+ {
+ "timeStamp": "2016-11-23T19:19:00Z",
+ "total": 1.0
+ },
+ {
+ "timeStamp": "2016-11-23T19:20:00Z"
+ },
+ {
+ "timeStamp": "2016-11-23T19:21:00Z"
+ },
+ {
+ "timeStamp": "2016-11-23T19:22:00Z"
+ },
+ {
+ "timeStamp": "2016-11-23T19:23:00Z"
+ },
+ {
+ "timeStamp": "2016-11-23T19:24:00Z",
+ "total": 1.0
+ }
+ ],
+ "id": "/subscriptions/df602c9c-7aa0-407d-a6fb-eb20c8bd1192/resourceGroups/andy0802australia/providers/Microsoft.Logic/workflows/andy0803australia/providers/microsoft.insights/metrics/RunsStarted",
+ "name": {
+ "value": "RunsStarted",
+ "localizedValue": "Runs Started"
+ },
+ "type": "Microsoft.Insights/metrics",
+ "unit": "Count"
+ }
+ ]
+ }
+ }
+ }
+ },
+ "x-ms-pageable": {
+ "nextLinkName": null
+ },
+ "x-ms-odata": "#/definitions/Metric",
+ "x-ms-examples": {
+ "Get Metric without filter": {
+ "$ref": "./examples/GetMetric.json"
+ },
+ "Get Metric with filter": {
+ "$ref": "./examples/GetMetricFiltered.json"
+ }
+ }
+ }
+ }
+ },
+ "definitions": {
+ "LocalizableString": {
+ "required": [
+ "value"
+ ],
+ "properties": {
+ "value": {
+ "type": "string",
+ "description": "the invariant value."
+ },
+ "localizedValue": {
+ "type": "string",
+ "description": "the locale specific value."
+ }
+ },
+ "description": "The localizable string class."
+ },
+ "Unit": {
+ "type": "string",
+ "description": "the unit of the metric.",
+ "enum": [
+ "Count",
+ "Bytes",
+ "Seconds",
+ "CountPerSecond",
+ "BytesPerSecond",
+ "Percent",
+ "MilliSeconds"
+ ],
+ "x-ms-enum": {
+ "name": "Unit",
+ "modelAsString": false
+ }
+ },
+ "MetricValue": {
+ "required": [
+ "timeStamp"
+ ],
+ "properties": {
+ "timeStamp": {
+ "type": "string",
+ "format": "date-time",
+ "description": "the timestamp for the metric value in ISO 8601 format."
+ },
+ "average": {
+ "type": "number",
+ "format": "double",
+ "description": "the average value in the time range."
+ },
+ "minimum": {
+ "type": "number",
+ "format": "double",
+ "description": "the least value in the time range."
+ },
+ "maximum": {
+ "type": "number",
+ "format": "double",
+ "description": "the greatest value in the time range."
+ },
+ "total": {
+ "type": "number",
+ "format": "double",
+ "description": "the sum of all of the values in the time range."
+ },
+ "count": {
+ "type": "integer",
+ "format": "int64",
+ "description": "the number of samples in the time range. Can be used to determine the number of values that contributed to the average value."
+ }
+ },
+ "description": "Represents a metric value."
+ },
+ "Metric": {
+ "required": [
+ "name",
+ "unit",
+ "data"
+ ],
+ "properties": {
+ "id": {
+ "type": "string",
+ "description": "the id, resourceId, of the metric."
+ },
+ "type": {
+ "type": "string",
+ "description": "the resource type of the metric resource."
+ },
+ "name": {
+ "$ref": "#/definitions/LocalizableString",
+ "description": "the name and the display name of the metric, i.e. it is localizable string."
+ },
+ "unit": {
+ "$ref": "#/definitions/Unit",
+ "description": "the unit of the metric."
+ },
+ "data": {
+ "type": "array",
+ "items": {
+ "$ref": "#/definitions/MetricValue"
+ },
+ "description": "Array of data points representing the metric values."
+ }
+ },
+ "description": "A set of metric values in a time range."
+ },
+ "MetricCollection": {
+ "properties": {
+ "value": {
+ "type": "array",
+ "items": {
+ "$ref": "#/definitions/Metric"
+ },
+ "description": "the value of the collection."
+ }
+ },
+ "required": [
+ "value"
+ ],
+ "description": "The collection of metric value sets."
+ },
+ "ErrorResponse": {
+ "description": "Describes the format of Error response.",
+ "type": "object",
+ "properties": {
+ "code": {
+ "description": "Error code",
+ "type": "string"
+ },
+ "message": {
+ "description": "Error message indicating why the operation failed.",
+ "type": "string"
+ }
+ }
+ }
+ }
+}
diff --git a/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/serviceDiagnosticsSettings_API.json b/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/serviceDiagnosticsSettings_API.json
new file mode 100644
index 000000000000..56eb7e69caa4
--- /dev/null
+++ b/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/serviceDiagnosticsSettings_API.json
@@ -0,0 +1,412 @@
+{
+ "swagger": "2.0",
+ "info": {
+ "title": "MonitorManagementClient",
+ "version": "2016-09-01"
+ },
+ "host": "management.azure.com",
+ "schemes": [
+ "https"
+ ],
+ "consumes": [
+ "application/json"
+ ],
+ "produces": [
+ "application/json"
+ ],
+ "security": [
+ {
+ "azure_auth": [
+ "user_impersonation"
+ ]
+ }
+ ],
+ "securityDefinitions": {
+ "azure_auth": {
+ "type": "oauth2",
+ "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize",
+ "flow": "implicit",
+ "description": "Azure Active Directory OAuth2 Flow",
+ "scopes": {
+ "user_impersonation": "impersonate your user account"
+ }
+ }
+ },
+ "paths": {
+ "/{resourceUri}/providers/microsoft.insights/diagnosticSettings/service": {
+ "get": {
+ "tags": [
+ "ServiceDiagnosticSettings"
+ ],
+ "operationId": "ServiceDiagnosticSettings_Get",
+ "description": "Gets the active diagnostic settings for the specified resource. **WARNING**: This method will be deprecated in future releases.",
+ "parameters": [
+ {
+ "$ref": "#/parameters/ResourceUriParameter"
+ },
+ {
+ "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter"
+ }
+ ],
+ "responses": {
+ "default": {
+ "description": "Error response describing why the operation failed.",
+ "schema": {
+ "$ref": "#/definitions/ErrorResponse"
+ }
+ },
+ "200": {
+ "description": "Successful request to get more information about service diagnostic setting",
+ "schema": {
+ "$ref": "#/definitions/ServiceDiagnosticSettingsResource"
+ },
+ "examples": {
+ "application/json": {
+ "id": "/subscriptions/1a66ce04-b633-4a0b-b2bc-a912ec8986a6/resourcegroups/viruela1/providers/microsoft.logic/workflows/viruela6/diagnosticSettings/service",
+ "type": "",
+ "name": "service",
+ "location": "",
+ "tags": null,
+ "properties": {
+ "storageAccountId": "/subscriptions/df602c9c-7aa0-407d-a6fb-eb20c8bd1192/resourceGroups/apptest/providers/Microsoft.Storage/storageAccounts/appteststorage1",
+ "serviceBusRuleId": "/subscriptions/b67f7fec-69fc-4974-9099-a26bd6ffeda3/resourceGroups/andy1101/providers/Microsoft.EventHub/namespaces/andy1101/authorizationrules/RootManageSharedAccessKey",
+ "workspaceId": "",
+ "metrics": [
+ {
+ "timeGrain": "PT1M",
+ "enabled": true,
+ "retentionPolicy": {
+ "enabled": false,
+ "days": 0
+ }
+ }
+ ],
+ "logs": [
+ {
+ "category": "WorkflowRuntime",
+ "enabled": true,
+ "retentionPolicy": {
+ "enabled": false,
+ "days": 0
+ }
+ }
+ ]
+ }
+ }
+ }
+ }
+ },
+ "x-ms-examples": {
+ "Get service diagnostic setting": {
+ "$ref": "./examples/getServiceDiagnosticSetting.json"
+ }
+ }
+ },
+ "put": {
+ "tags": [
+ "ServiceDiagnosticSettings"
+ ],
+ "operationId": "ServiceDiagnosticSettings_CreateOrUpdate",
+ "description": "Create or update new diagnostic settings for the specified resource. **WARNING**: This method will be deprecated in future releases.",
+ "parameters": [
+ {
+ "$ref": "#/parameters/ResourceUriParameter"
+ },
+ {
+ "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter"
+ },
+ {
+ "name": "parameters",
+ "in": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/ServiceDiagnosticSettingsResource"
+ },
+ "description": "Parameters supplied to the operation."
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "Successful request to create a service diagnostic setting",
+ "schema": {
+ "$ref": "#/definitions/ServiceDiagnosticSettingsResource"
+ },
+ "examples": {
+ "application/json": {
+ "id": "/subscriptions/1a66ce04-b633-4a0b-b2bc-a912ec8986a6/resourcegroups/viruela1/providers/microsoft.logic/workflows/viruela6/diagnosticSettings/service",
+ "type": "",
+ "name": "service",
+ "location": "",
+ "tags": null,
+ "properties": {
+ "storageAccountId": "/subscriptions/df602c9c-7aa0-407d-a6fb-eb20c8bd1192/resourceGroups/apptest/providers/Microsoft.Storage/storageAccounts/appteststorage1",
+ "serviceBusRuleId": "/subscriptions/b67f7fec-69fc-4974-9099-a26bd6ffeda3/resourceGroups/andy1101/providers/Microsoft.EventHub/namespaces/andy1101/authorizationrules/RootManageSharedAccessKey",
+ "workspaceId": "",
+ "eventHubAuthorizationRuleId": "/subscriptions/1a66ce04-b633-4a0b-b2bc-a912ec8986a6/resourceGroups/montest/providers/microsoft.eventhub/namespaces/mynamespace/authorizationrules/myrule",
+ "metrics": [
+ {
+ "timeGrain": "PT1M",
+ "enabled": true,
+ "retentionPolicy": {
+ "enabled": false,
+ "days": 0
+ }
+ }
+ ],
+ "logs": [
+ {
+ "category": "WorkflowRuntime",
+ "enabled": true,
+ "retentionPolicy": {
+ "enabled": false,
+ "days": 0
+ }
+ }
+ ]
+ }
+ }
+ }
+ }
+ },
+ "x-ms-examples": {
+ "Create or update a service diagnostic setting": {
+ "$ref": "./examples/createOrUpdateServiceDiagnosticSetting.json"
+ }
+ }
+ },
+ "patch": {
+ "description": "Updates an existing ServiceDiagnosticSettingsResource. To update other fields use the CreateOrUpdate method. **WARNING**: This method will be deprecated in future releases.",
+ "operationId": "ServiceDiagnosticSettings_Update",
+ "parameters": [
+ {
+ "$ref": "#/parameters/ResourceUriParameter"
+ },
+ {
+ "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter"
+ },
+ {
+ "name": "serviceDiagnosticSettingsResource",
+ "in": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/ServiceDiagnosticSettingsResourcePatch"
+ },
+ "description": "Parameters supplied to the operation."
+ }
+ ],
+ "responses": {
+ "default": {
+ "description": "Error response describing why the operation failed.",
+ "schema": {
+ "$ref": "#/definitions/ErrorResponse"
+ }
+ },
+ "200": {
+ "description": "An existing service diagnostics setting resource was successfully updated.",
+ "schema": {
+ "$ref": "#/definitions/ServiceDiagnosticSettingsResource"
+ }
+ }
+ },
+ "x-ms-examples": {
+ "Update a service diagnostic setting": {
+ "$ref": "./examples/updateServiceDiagnosticSetting.json"
+ }
+ }
+ }
+ }
+ },
+ "definitions": {
+ "Resource": {
+ "properties": {
+ "id": {
+ "type": "string",
+ "readOnly": true,
+ "description": "Azure resource Id"
+ },
+ "name": {
+ "type": "string",
+ "readOnly": true,
+ "description": "Azure resource name"
+ },
+ "type": {
+ "type": "string",
+ "readOnly": true,
+ "description": "Azure resource type"
+ },
+ "location": {
+ "type": "string",
+ "description": "Resource location",
+ "x-ms-mutability": [
+ "create",
+ "read"
+ ]
+ },
+ "tags": {
+ "additionalProperties": {
+ "type": "string"
+ },
+ "description": "Resource tags"
+ }
+ },
+ "required": [
+ "location"
+ ],
+ "x-ms-azure-resource": true,
+ "description": "An azure resource object"
+ },
+ "RetentionPolicy": {
+ "properties": {
+ "enabled": {
+ "type": "boolean",
+ "description": "a value indicating whether the retention policy is enabled."
+ },
+ "days": {
+ "type": "integer",
+ "format": "int32",
+ "minimum": 0,
+ "description": "the number of days for the retention in days. A value of 0 will retain the events indefinitely."
+ }
+ },
+ "required": [
+ "enabled",
+ "days"
+ ],
+ "description": "Specifies the retention policy for the log."
+ },
+ "MetricSettings": {
+ "properties": {
+ "timeGrain": {
+ "type": "string",
+ "format": "duration",
+ "description": "the timegrain of the metric in ISO8601 format."
+ },
+ "enabled": {
+ "type": "boolean",
+ "description": "a value indicating whether this timegrain is enabled."
+ },
+ "retentionPolicy": {
+ "$ref": "#/definitions/RetentionPolicy",
+ "description": "the retention policy for this timegrain."
+ }
+ },
+ "required": [
+ "enabled",
+ "timeGrain"
+ ],
+ "description": "Part of MultiTenantDiagnosticSettings. Specifies the settings for a particular metric."
+ },
+ "LogSettings": {
+ "properties": {
+ "category": {
+ "type": "string",
+ "description": "Name of a Diagnostic Log category for a resource type this setting is applied to. To obtain the list of Diagnostic Log categories for a resource, first perform a GET diagnostic settings operation."
+ },
+ "enabled": {
+ "type": "boolean",
+ "description": "a value indicating whether this log is enabled."
+ },
+ "retentionPolicy": {
+ "$ref": "#/definitions/RetentionPolicy",
+ "description": "the retention policy for this log."
+ }
+ },
+ "required": [
+ "enabled"
+ ],
+ "description": "Part of MultiTenantDiagnosticSettings. Specifies the settings for a particular log."
+ },
+ "ServiceDiagnosticSettings": {
+ "properties": {
+ "storageAccountId": {
+ "type": "string",
+ "description": "The resource ID of the storage account to which you would like to send Diagnostic Logs."
+ },
+ "serviceBusRuleId": {
+ "type": "string",
+ "description": "The service bus rule ID of the service bus namespace in which you would like to have Event Hubs created for streaming Diagnostic Logs. The rule ID is of the format: '{service bus resource ID}/authorizationrules/{key name}'."
+ },
+ "eventHubAuthorizationRuleId": {
+ "type": "string",
+ "description": "The resource Id for the event hub namespace authorization rule."
+ },
+ "metrics": {
+ "type": "array",
+ "items": {
+ "$ref": "#/definitions/MetricSettings"
+ },
+ "description": "the list of metric settings."
+ },
+ "logs": {
+ "type": "array",
+ "items": {
+ "$ref": "#/definitions/LogSettings"
+ },
+ "description": "the list of logs settings."
+ },
+ "workspaceId": {
+ "type": "string",
+ "description": "The workspace ID (resource ID of a Log Analytics workspace) for a Log Analytics workspace to which you would like to send Diagnostic Logs. Example: /subscriptions/4b9e8510-67ab-4e9a-95a9-e2f1e570ea9c/resourceGroups/insights-integration/providers/Microsoft.OperationalInsights/workspaces/viruela2"
+ }
+ },
+ "description": "The diagnostic settings for service."
+ },
+ "ServiceDiagnosticSettingsResource": {
+ "type": "object",
+ "allOf": [
+ {
+ "$ref": "#/definitions/Resource"
+ }
+ ],
+ "properties": {
+ "properties": {
+ "x-ms-client-flatten": true,
+ "$ref": "#/definitions/ServiceDiagnosticSettings",
+ "description": "The service diagnostics settings of the resource."
+ }
+ },
+ "description": "Description of a service diagnostic setting"
+ },
+ "ServiceDiagnosticSettingsResourcePatch": {
+ "description": "Service diagnostic setting resource for patch operations",
+ "properties": {
+ "tags": {
+ "additionalProperties": {
+ "type": "string"
+ },
+ "description": "Resource tags"
+ },
+ "properties": {
+ "x-ms-client-flatten": true,
+ "$ref": "#/definitions/ServiceDiagnosticSettings",
+ "description": "The service diagnostics settings for an update operation."
+ }
+ }
+ },
+ "ErrorResponse": {
+ "description": "Describes the format of Error response.",
+ "type": "object",
+ "properties": {
+ "code": {
+ "description": "Error code",
+ "type": "string"
+ },
+ "message": {
+ "description": "Error message indicating why the operation failed.",
+ "type": "string"
+ }
+ }
+ }
+ },
+ "parameters": {
+ "ResourceUriParameter": {
+ "name": "resourceUri",
+ "in": "path",
+ "required": true,
+ "type": "string",
+ "description": "The identifier of the resource.",
+ "x-ms-parameter-location": "method",
+ "x-ms-skip-url-encoding": true
+ }
+ }
+}
From d50636b4806300e470a4ed41526d62c3a354d312 Mon Sep 17 00:00:00 2001
From: Todd King <58755170+ToddKingMSFT@users.noreply.github.com>
Date: Thu, 22 Apr 2021 11:51:43 -0700
Subject: [PATCH 02/23] Updates readme
---
specification/monitor/resource-manager/readme.md | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/specification/monitor/resource-manager/readme.md b/specification/monitor/resource-manager/readme.md
index e1ba0a364278..57274347652f 100644
--- a/specification/monitor/resource-manager/readme.md
+++ b/specification/monitor/resource-manager/readme.md
@@ -27,6 +27,7 @@ These are the global settings for the MonitorClient API.
``` yaml !$(python) || !$(track2)
title: MonitorClient
```
+
``` yaml $(python) && $(track2)
title: MonitorManagementClient
```
@@ -34,9 +35,19 @@ title: MonitorManagementClient
``` yaml
description: Monitor Management Client
openapi-type: arm
-tag: package-2020-03
+tag: package-2016-06
```
+
+### Tag: package-2016-06
+
+These settings apply only when `--tag=package-2016-06` is specified on the command line.
+
+```yaml $(tag) == 'package-2016-06'
+input-file:
+ - Microsoft.Insights/stable/2016-06-01/metrics_API.json
+ - Microsoft.Insights/stable/2016-06-01/serviceDiagnosticsSettings_API.json
+```
### Tag: package-2021-02-preview-only
These settings apply only when `--tag=package-2021-02-preview-only` is specified on the command line.
From 60cade169105bbde1c667b71ea0d5c4ee33084d3 Mon Sep 17 00:00:00 2001
From: Todd King <58755170+ToddKingMSFT@users.noreply.github.com>
Date: Thu, 22 Apr 2021 11:51:45 -0700
Subject: [PATCH 03/23] Updates API version in new specs and examples
---
.../stable/2016-06-01/examples/GetMetric.json | 2 +-
.../stable/2016-06-01/examples/GetMetricFiltered.json | 2 +-
.../examples/createOrUpdateServiceDiagnosticSetting.json | 2 +-
.../stable/2016-06-01/examples/getServiceDiagnosticSetting.json | 2 +-
.../2016-06-01/examples/updateServiceDiagnosticSetting.json | 2 +-
.../Microsoft.Insights/stable/2016-06-01/metrics_API.json | 2 +-
.../stable/2016-06-01/serviceDiagnosticsSettings_API.json | 2 +-
7 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/examples/GetMetric.json b/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/examples/GetMetric.json
index fdc5de9cf6d7..87b80e0e08d3 100644
--- a/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/examples/GetMetric.json
+++ b/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/examples/GetMetric.json
@@ -1,7 +1,7 @@
{
"parameters": {
"resourceUri": "/subscriptions/df602c9c-7aa0-407d-a6fb-eb20c8bd1192/resourceGroups/andy0802australia/providers/Microsoft.Logic/workflows/andy0803australia",
- "api-version": "2016-09-01",
+ "api-version": "2016-06-01",
"subscriptionId": "df602c9c-7aa0-407d-a6fb-eb20c8bd1192"
},
"responses": {
diff --git a/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/examples/GetMetricFiltered.json b/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/examples/GetMetricFiltered.json
index df50abd401b4..6a3adc1bc641 100644
--- a/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/examples/GetMetricFiltered.json
+++ b/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/examples/GetMetricFiltered.json
@@ -2,7 +2,7 @@
"parameters": {
"$filter": "(name.value eq 'RunsStarted') and aggregationType eq 'Total' and startTime eq 2016-11-23 and endTime eq 2016-11-24 and timeGrain eq duration'PT1M'",
"resourceUri": "/subscriptions/df602c9c-7aa0-407d-a6fb-eb20c8bd1192/resourceGroups/andy0802australia/providers/Microsoft.Logic/workflows/andy0803australia",
- "api-version": "2016-09-01",
+ "api-version": "2016-06-01",
"subscriptionId": "df602c9c-7aa0-407d-a6fb-eb20c8bd1192"
},
"responses": {
diff --git a/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/examples/createOrUpdateServiceDiagnosticSetting.json b/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/examples/createOrUpdateServiceDiagnosticSetting.json
index b384e6adb9de..cfd05b64c8aa 100644
--- a/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/examples/createOrUpdateServiceDiagnosticSetting.json
+++ b/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/examples/createOrUpdateServiceDiagnosticSetting.json
@@ -1,7 +1,7 @@
{
"parameters": {
"resourceUri": "/subscriptions/1a66ce04-b633-4a0b-b2bc-a912ec8986a6/resourcegroups/viruela1/providers/microsoft.logic/workflows/viruela6",
- "api-version": "2016-09-01",
+ "api-version": "2016-06-01",
"parameters": {
"location": "",
"properties": {
diff --git a/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/examples/getServiceDiagnosticSetting.json b/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/examples/getServiceDiagnosticSetting.json
index a05370758b19..e94ef42adb94 100644
--- a/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/examples/getServiceDiagnosticSetting.json
+++ b/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/examples/getServiceDiagnosticSetting.json
@@ -1,7 +1,7 @@
{
"parameters": {
"resourceUri": "/subscriptions/1a66ce04-b633-4a0b-b2bc-a912ec8986a6/resourcegroups/viruela1/providers/microsoft.logic/workflows/viruela6",
- "api-version": "2016-09-01"
+ "api-version": "2016-06-01"
},
"responses": {
"200": {
diff --git a/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/examples/updateServiceDiagnosticSetting.json b/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/examples/updateServiceDiagnosticSetting.json
index 7d0bb0639f60..02b1587febcd 100644
--- a/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/examples/updateServiceDiagnosticSetting.json
+++ b/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/examples/updateServiceDiagnosticSetting.json
@@ -1,7 +1,7 @@
{
"parameters": {
"resourceUri": "/subscriptions/1a66ce04-b633-4a0b-b2bc-a912ec8986a6/resourcegroups/viruela1/providers/microsoft.logic/workflows/viruela6",
- "api-version": "2016-09-01",
+ "api-version": "2016-06-01",
"parameters": {
"tags": null,
"properties": {
diff --git a/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/metrics_API.json b/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/metrics_API.json
index ea2dcd0237b1..0d365892ffb1 100644
--- a/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/metrics_API.json
+++ b/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/metrics_API.json
@@ -2,7 +2,7 @@
"swagger": "2.0",
"info": {
"title": "MonitorClient",
- "version": "2016-09-01"
+ "version": "2016-06-01"
},
"host": "management.azure.com",
"schemes": [
diff --git a/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/serviceDiagnosticsSettings_API.json b/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/serviceDiagnosticsSettings_API.json
index 56eb7e69caa4..f2bb316d01bf 100644
--- a/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/serviceDiagnosticsSettings_API.json
+++ b/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/serviceDiagnosticsSettings_API.json
@@ -2,7 +2,7 @@
"swagger": "2.0",
"info": {
"title": "MonitorManagementClient",
- "version": "2016-09-01"
+ "version": "2016-06-01"
},
"host": "management.azure.com",
"schemes": [
From 192b9b56d654e8801c44171261f114d26d689ce7 Mon Sep 17 00:00:00 2001
From: Todd King <58755170+ToddKingMSFT@users.noreply.github.com>
Date: Thu, 22 Apr 2021 11:53:57 -0700
Subject: [PATCH 04/23] Delete serviceDiagnosticsSettings_API.json
---
.../serviceDiagnosticsSettings_API.json | 412 ------------------
1 file changed, 412 deletions(-)
delete mode 100644 specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/serviceDiagnosticsSettings_API.json
diff --git a/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/serviceDiagnosticsSettings_API.json b/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/serviceDiagnosticsSettings_API.json
deleted file mode 100644
index f2bb316d01bf..000000000000
--- a/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/serviceDiagnosticsSettings_API.json
+++ /dev/null
@@ -1,412 +0,0 @@
-{
- "swagger": "2.0",
- "info": {
- "title": "MonitorManagementClient",
- "version": "2016-06-01"
- },
- "host": "management.azure.com",
- "schemes": [
- "https"
- ],
- "consumes": [
- "application/json"
- ],
- "produces": [
- "application/json"
- ],
- "security": [
- {
- "azure_auth": [
- "user_impersonation"
- ]
- }
- ],
- "securityDefinitions": {
- "azure_auth": {
- "type": "oauth2",
- "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize",
- "flow": "implicit",
- "description": "Azure Active Directory OAuth2 Flow",
- "scopes": {
- "user_impersonation": "impersonate your user account"
- }
- }
- },
- "paths": {
- "/{resourceUri}/providers/microsoft.insights/diagnosticSettings/service": {
- "get": {
- "tags": [
- "ServiceDiagnosticSettings"
- ],
- "operationId": "ServiceDiagnosticSettings_Get",
- "description": "Gets the active diagnostic settings for the specified resource. **WARNING**: This method will be deprecated in future releases.",
- "parameters": [
- {
- "$ref": "#/parameters/ResourceUriParameter"
- },
- {
- "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter"
- }
- ],
- "responses": {
- "default": {
- "description": "Error response describing why the operation failed.",
- "schema": {
- "$ref": "#/definitions/ErrorResponse"
- }
- },
- "200": {
- "description": "Successful request to get more information about service diagnostic setting",
- "schema": {
- "$ref": "#/definitions/ServiceDiagnosticSettingsResource"
- },
- "examples": {
- "application/json": {
- "id": "/subscriptions/1a66ce04-b633-4a0b-b2bc-a912ec8986a6/resourcegroups/viruela1/providers/microsoft.logic/workflows/viruela6/diagnosticSettings/service",
- "type": "",
- "name": "service",
- "location": "",
- "tags": null,
- "properties": {
- "storageAccountId": "/subscriptions/df602c9c-7aa0-407d-a6fb-eb20c8bd1192/resourceGroups/apptest/providers/Microsoft.Storage/storageAccounts/appteststorage1",
- "serviceBusRuleId": "/subscriptions/b67f7fec-69fc-4974-9099-a26bd6ffeda3/resourceGroups/andy1101/providers/Microsoft.EventHub/namespaces/andy1101/authorizationrules/RootManageSharedAccessKey",
- "workspaceId": "",
- "metrics": [
- {
- "timeGrain": "PT1M",
- "enabled": true,
- "retentionPolicy": {
- "enabled": false,
- "days": 0
- }
- }
- ],
- "logs": [
- {
- "category": "WorkflowRuntime",
- "enabled": true,
- "retentionPolicy": {
- "enabled": false,
- "days": 0
- }
- }
- ]
- }
- }
- }
- }
- },
- "x-ms-examples": {
- "Get service diagnostic setting": {
- "$ref": "./examples/getServiceDiagnosticSetting.json"
- }
- }
- },
- "put": {
- "tags": [
- "ServiceDiagnosticSettings"
- ],
- "operationId": "ServiceDiagnosticSettings_CreateOrUpdate",
- "description": "Create or update new diagnostic settings for the specified resource. **WARNING**: This method will be deprecated in future releases.",
- "parameters": [
- {
- "$ref": "#/parameters/ResourceUriParameter"
- },
- {
- "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter"
- },
- {
- "name": "parameters",
- "in": "body",
- "required": true,
- "schema": {
- "$ref": "#/definitions/ServiceDiagnosticSettingsResource"
- },
- "description": "Parameters supplied to the operation."
- }
- ],
- "responses": {
- "200": {
- "description": "Successful request to create a service diagnostic setting",
- "schema": {
- "$ref": "#/definitions/ServiceDiagnosticSettingsResource"
- },
- "examples": {
- "application/json": {
- "id": "/subscriptions/1a66ce04-b633-4a0b-b2bc-a912ec8986a6/resourcegroups/viruela1/providers/microsoft.logic/workflows/viruela6/diagnosticSettings/service",
- "type": "",
- "name": "service",
- "location": "",
- "tags": null,
- "properties": {
- "storageAccountId": "/subscriptions/df602c9c-7aa0-407d-a6fb-eb20c8bd1192/resourceGroups/apptest/providers/Microsoft.Storage/storageAccounts/appteststorage1",
- "serviceBusRuleId": "/subscriptions/b67f7fec-69fc-4974-9099-a26bd6ffeda3/resourceGroups/andy1101/providers/Microsoft.EventHub/namespaces/andy1101/authorizationrules/RootManageSharedAccessKey",
- "workspaceId": "",
- "eventHubAuthorizationRuleId": "/subscriptions/1a66ce04-b633-4a0b-b2bc-a912ec8986a6/resourceGroups/montest/providers/microsoft.eventhub/namespaces/mynamespace/authorizationrules/myrule",
- "metrics": [
- {
- "timeGrain": "PT1M",
- "enabled": true,
- "retentionPolicy": {
- "enabled": false,
- "days": 0
- }
- }
- ],
- "logs": [
- {
- "category": "WorkflowRuntime",
- "enabled": true,
- "retentionPolicy": {
- "enabled": false,
- "days": 0
- }
- }
- ]
- }
- }
- }
- }
- },
- "x-ms-examples": {
- "Create or update a service diagnostic setting": {
- "$ref": "./examples/createOrUpdateServiceDiagnosticSetting.json"
- }
- }
- },
- "patch": {
- "description": "Updates an existing ServiceDiagnosticSettingsResource. To update other fields use the CreateOrUpdate method. **WARNING**: This method will be deprecated in future releases.",
- "operationId": "ServiceDiagnosticSettings_Update",
- "parameters": [
- {
- "$ref": "#/parameters/ResourceUriParameter"
- },
- {
- "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter"
- },
- {
- "name": "serviceDiagnosticSettingsResource",
- "in": "body",
- "required": true,
- "schema": {
- "$ref": "#/definitions/ServiceDiagnosticSettingsResourcePatch"
- },
- "description": "Parameters supplied to the operation."
- }
- ],
- "responses": {
- "default": {
- "description": "Error response describing why the operation failed.",
- "schema": {
- "$ref": "#/definitions/ErrorResponse"
- }
- },
- "200": {
- "description": "An existing service diagnostics setting resource was successfully updated.",
- "schema": {
- "$ref": "#/definitions/ServiceDiagnosticSettingsResource"
- }
- }
- },
- "x-ms-examples": {
- "Update a service diagnostic setting": {
- "$ref": "./examples/updateServiceDiagnosticSetting.json"
- }
- }
- }
- }
- },
- "definitions": {
- "Resource": {
- "properties": {
- "id": {
- "type": "string",
- "readOnly": true,
- "description": "Azure resource Id"
- },
- "name": {
- "type": "string",
- "readOnly": true,
- "description": "Azure resource name"
- },
- "type": {
- "type": "string",
- "readOnly": true,
- "description": "Azure resource type"
- },
- "location": {
- "type": "string",
- "description": "Resource location",
- "x-ms-mutability": [
- "create",
- "read"
- ]
- },
- "tags": {
- "additionalProperties": {
- "type": "string"
- },
- "description": "Resource tags"
- }
- },
- "required": [
- "location"
- ],
- "x-ms-azure-resource": true,
- "description": "An azure resource object"
- },
- "RetentionPolicy": {
- "properties": {
- "enabled": {
- "type": "boolean",
- "description": "a value indicating whether the retention policy is enabled."
- },
- "days": {
- "type": "integer",
- "format": "int32",
- "minimum": 0,
- "description": "the number of days for the retention in days. A value of 0 will retain the events indefinitely."
- }
- },
- "required": [
- "enabled",
- "days"
- ],
- "description": "Specifies the retention policy for the log."
- },
- "MetricSettings": {
- "properties": {
- "timeGrain": {
- "type": "string",
- "format": "duration",
- "description": "the timegrain of the metric in ISO8601 format."
- },
- "enabled": {
- "type": "boolean",
- "description": "a value indicating whether this timegrain is enabled."
- },
- "retentionPolicy": {
- "$ref": "#/definitions/RetentionPolicy",
- "description": "the retention policy for this timegrain."
- }
- },
- "required": [
- "enabled",
- "timeGrain"
- ],
- "description": "Part of MultiTenantDiagnosticSettings. Specifies the settings for a particular metric."
- },
- "LogSettings": {
- "properties": {
- "category": {
- "type": "string",
- "description": "Name of a Diagnostic Log category for a resource type this setting is applied to. To obtain the list of Diagnostic Log categories for a resource, first perform a GET diagnostic settings operation."
- },
- "enabled": {
- "type": "boolean",
- "description": "a value indicating whether this log is enabled."
- },
- "retentionPolicy": {
- "$ref": "#/definitions/RetentionPolicy",
- "description": "the retention policy for this log."
- }
- },
- "required": [
- "enabled"
- ],
- "description": "Part of MultiTenantDiagnosticSettings. Specifies the settings for a particular log."
- },
- "ServiceDiagnosticSettings": {
- "properties": {
- "storageAccountId": {
- "type": "string",
- "description": "The resource ID of the storage account to which you would like to send Diagnostic Logs."
- },
- "serviceBusRuleId": {
- "type": "string",
- "description": "The service bus rule ID of the service bus namespace in which you would like to have Event Hubs created for streaming Diagnostic Logs. The rule ID is of the format: '{service bus resource ID}/authorizationrules/{key name}'."
- },
- "eventHubAuthorizationRuleId": {
- "type": "string",
- "description": "The resource Id for the event hub namespace authorization rule."
- },
- "metrics": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/MetricSettings"
- },
- "description": "the list of metric settings."
- },
- "logs": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/LogSettings"
- },
- "description": "the list of logs settings."
- },
- "workspaceId": {
- "type": "string",
- "description": "The workspace ID (resource ID of a Log Analytics workspace) for a Log Analytics workspace to which you would like to send Diagnostic Logs. Example: /subscriptions/4b9e8510-67ab-4e9a-95a9-e2f1e570ea9c/resourceGroups/insights-integration/providers/Microsoft.OperationalInsights/workspaces/viruela2"
- }
- },
- "description": "The diagnostic settings for service."
- },
- "ServiceDiagnosticSettingsResource": {
- "type": "object",
- "allOf": [
- {
- "$ref": "#/definitions/Resource"
- }
- ],
- "properties": {
- "properties": {
- "x-ms-client-flatten": true,
- "$ref": "#/definitions/ServiceDiagnosticSettings",
- "description": "The service diagnostics settings of the resource."
- }
- },
- "description": "Description of a service diagnostic setting"
- },
- "ServiceDiagnosticSettingsResourcePatch": {
- "description": "Service diagnostic setting resource for patch operations",
- "properties": {
- "tags": {
- "additionalProperties": {
- "type": "string"
- },
- "description": "Resource tags"
- },
- "properties": {
- "x-ms-client-flatten": true,
- "$ref": "#/definitions/ServiceDiagnosticSettings",
- "description": "The service diagnostics settings for an update operation."
- }
- }
- },
- "ErrorResponse": {
- "description": "Describes the format of Error response.",
- "type": "object",
- "properties": {
- "code": {
- "description": "Error code",
- "type": "string"
- },
- "message": {
- "description": "Error message indicating why the operation failed.",
- "type": "string"
- }
- }
- }
- },
- "parameters": {
- "ResourceUriParameter": {
- "name": "resourceUri",
- "in": "path",
- "required": true,
- "type": "string",
- "description": "The identifier of the resource.",
- "x-ms-parameter-location": "method",
- "x-ms-skip-url-encoding": true
- }
- }
-}
From 0cd6b9875455cf791657bc5ae086931b0735c077 Mon Sep 17 00:00:00 2001
From: Todd King <58755170+ToddKingMSFT@users.noreply.github.com>
Date: Thu, 22 Apr 2021 11:54:12 -0700
Subject: [PATCH 05/23] Delete createOrUpdateServiceDiagnosticSetting.json
---
...reateOrUpdateServiceDiagnosticSetting.json | 73 -------------------
1 file changed, 73 deletions(-)
delete mode 100644 specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/examples/createOrUpdateServiceDiagnosticSetting.json
diff --git a/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/examples/createOrUpdateServiceDiagnosticSetting.json b/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/examples/createOrUpdateServiceDiagnosticSetting.json
deleted file mode 100644
index cfd05b64c8aa..000000000000
--- a/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/examples/createOrUpdateServiceDiagnosticSetting.json
+++ /dev/null
@@ -1,73 +0,0 @@
-{
- "parameters": {
- "resourceUri": "/subscriptions/1a66ce04-b633-4a0b-b2bc-a912ec8986a6/resourcegroups/viruela1/providers/microsoft.logic/workflows/viruela6",
- "api-version": "2016-06-01",
- "parameters": {
- "location": "",
- "properties": {
- "storageAccountId": "/subscriptions/df602c9c-7aa0-407d-a6fb-eb20c8bd1192/resourceGroups/apptest/providers/Microsoft.Storage/storageAccounts/appteststorage1",
- "serviceBusRuleId": "/subscriptions/b67f7fec-69fc-4974-9099-a26bd6ffeda3/resourceGroups/andy1101/providers/Microsoft.EventHub/namespaces/andy1101/authorizationrules/RootManageSharedAccessKey",
- "workspaceId": "",
- "eventHubAuthorizationRuleId": "/subscriptions/1a66ce04-b633-4a0b-b2bc-a912ec8986a6/resourceGroups/montest/providers/microsoft.eventhub/namespaces/mynamespace/eventhubs/myeventhub/authorizationrules/myrule",
- "metrics": [
- {
- "timeGrain": "PT1M",
- "enabled": true,
- "retentionPolicy": {
- "enabled": false,
- "days": 0
- }
- }
- ],
- "logs": [
- {
- "category": "WorkflowRuntime",
- "enabled": true,
- "retentionPolicy": {
- "enabled": false,
- "days": 0
- }
- }
- ]
- }
- }
- },
- "responses": {
- "200": {
- "headers": {},
- "body": {
- "id": "/subscriptions/1a66ce04-b633-4a0b-b2bc-a912ec8986a6/resourcegroups/viruela1/providers/microsoft.logic/workflows/viruela6/diagnosticSettings/service",
- "type": "",
- "name": "service",
- "location": "",
- "tags": null,
- "properties": {
- "storageAccountId": "/subscriptions/df602c9c-7aa0-407d-a6fb-eb20c8bd1192/resourceGroups/apptest/providers/Microsoft.Storage/storageAccounts/appteststorage1",
- "serviceBusRuleId": "/subscriptions/b67f7fec-69fc-4974-9099-a26bd6ffeda3/resourceGroups/andy1101/providers/Microsoft.EventHub/namespaces/andy1101/authorizationrules/RootManageSharedAccessKey",
- "workspaceId": "",
- "eventHubAuthorizationRuleId": "/subscriptions/1a66ce04-b633-4a0b-b2bc-a912ec8986a6/resourceGroups/montest/providers/microsoft.eventhub/namespaces/mynamespace/eventhubs/myeventhub/authorizationrules/myrule",
- "metrics": [
- {
- "timeGrain": "PT1M",
- "enabled": true,
- "retentionPolicy": {
- "enabled": false,
- "days": 0
- }
- }
- ],
- "logs": [
- {
- "category": "WorkflowRuntime",
- "enabled": true,
- "retentionPolicy": {
- "enabled": false,
- "days": 0
- }
- }
- ]
- }
- }
- }
- }
-}
From 7aed9d17c417c95ad3e2469fcf665cc429a912fa Mon Sep 17 00:00:00 2001
From: Todd King <58755170+ToddKingMSFT@users.noreply.github.com>
Date: Thu, 22 Apr 2021 11:54:18 -0700
Subject: [PATCH 06/23] Delete getServiceDiagnosticSetting.json
---
.../examples/getServiceDiagnosticSetting.json | 44 -------------------
1 file changed, 44 deletions(-)
delete mode 100644 specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/examples/getServiceDiagnosticSetting.json
diff --git a/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/examples/getServiceDiagnosticSetting.json b/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/examples/getServiceDiagnosticSetting.json
deleted file mode 100644
index e94ef42adb94..000000000000
--- a/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/examples/getServiceDiagnosticSetting.json
+++ /dev/null
@@ -1,44 +0,0 @@
-{
- "parameters": {
- "resourceUri": "/subscriptions/1a66ce04-b633-4a0b-b2bc-a912ec8986a6/resourcegroups/viruela1/providers/microsoft.logic/workflows/viruela6",
- "api-version": "2016-06-01"
- },
- "responses": {
- "200": {
- "headers": {},
- "body": {
- "id": "/subscriptions/1a66ce04-b633-4a0b-b2bc-a912ec8986a6/resourcegroups/viruela1/providers/microsoft.logic/workflows/viruela6/diagnosticSettings/service",
- "type": "",
- "name": "service",
- "location": "",
- "tags": null,
- "properties": {
- "storageAccountId": "/subscriptions/df602c9c-7aa0-407d-a6fb-eb20c8bd1192/resourceGroups/apptest/providers/Microsoft.Storage/storageAccounts/appteststorage1",
- "serviceBusRuleId": "/subscriptions/b67f7fec-69fc-4974-9099-a26bd6ffeda3/resourceGroups/andy1101/providers/Microsoft.EventHub/namespaces/andy1101/authorizationrules/RootManageSharedAccessKey",
- "workspaceId": "",
- "eventHubAuthorizationRuleId": "/subscriptions/1a66ce04-b633-4a0b-b2bc-a912ec8986a6/resourceGroups/montest/providers/microsoft.eventhub/namespaces/mynamespace/eventhubs/myeventhub/authorizationrules/myrule",
- "metrics": [
- {
- "timeGrain": "PT1M",
- "enabled": true,
- "retentionPolicy": {
- "enabled": false,
- "days": 0
- }
- }
- ],
- "logs": [
- {
- "category": "WorkflowRuntime",
- "enabled": true,
- "retentionPolicy": {
- "enabled": false,
- "days": 0
- }
- }
- ]
- }
- }
- }
- }
-}
From 02dba72cb9ce5028b70d2404b0c558b7aa3a3053 Mon Sep 17 00:00:00 2001
From: Todd King <58755170+ToddKingMSFT@users.noreply.github.com>
Date: Thu, 22 Apr 2021 11:54:24 -0700
Subject: [PATCH 07/23] Delete updateServiceDiagnosticSetting.json
---
.../updateServiceDiagnosticSetting.json | 73 -------------------
1 file changed, 73 deletions(-)
delete mode 100644 specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/examples/updateServiceDiagnosticSetting.json
diff --git a/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/examples/updateServiceDiagnosticSetting.json b/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/examples/updateServiceDiagnosticSetting.json
deleted file mode 100644
index 02b1587febcd..000000000000
--- a/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/examples/updateServiceDiagnosticSetting.json
+++ /dev/null
@@ -1,73 +0,0 @@
-{
- "parameters": {
- "resourceUri": "/subscriptions/1a66ce04-b633-4a0b-b2bc-a912ec8986a6/resourcegroups/viruela1/providers/microsoft.logic/workflows/viruela6",
- "api-version": "2016-06-01",
- "parameters": {
- "tags": null,
- "properties": {
- "storageAccountId": "/subscriptions/df602c9c-7aa0-407d-a6fb-eb20c8bd1192/resourceGroups/apptest/providers/Microsoft.Storage/storageAccounts/appteststorage1",
- "serviceBusRuleId": "/subscriptions/b67f7fec-69fc-4974-9099-a26bd6ffeda3/resourceGroups/andy1101/providers/Microsoft.EventHub/namespaces/andy1101/authorizationrules/RootManageSharedAccessKey",
- "workspaceId": "",
- "eventHubAuthorizationRuleId": "/subscriptions/1a66ce04-b633-4a0b-b2bc-a912ec8986a6/resourceGroups/montest/providers/microsoft.eventhub/namespaces/mynamespace/eventhubs/myeventhub/authorizationrules/myrule",
- "metrics": [
- {
- "timeGrain": "PT1M",
- "enabled": true,
- "retentionPolicy": {
- "enabled": false,
- "days": 3
- }
- }
- ],
- "logs": [
- {
- "category": "WorkflowRuntime",
- "enabled": true,
- "retentionPolicy": {
- "enabled": false,
- "days": 5
- }
- }
- ]
- }
- }
- },
- "responses": {
- "200": {
- "headers": {},
- "body": {
- "id": "/subscriptions/1a66ce04-b633-4a0b-b2bc-a912ec8986a6/resourcegroups/viruela1/providers/microsoft.logic/workflows/viruela6/diagnosticSettings/service",
- "type": "",
- "name": "service",
- "location": "",
- "tags": null,
- "properties": {
- "storageAccountId": "/subscriptions/df602c9c-7aa0-407d-a6fb-eb20c8bd1192/resourceGroups/apptest/providers/Microsoft.Storage/storageAccounts/appteststorage1",
- "serviceBusRuleId": "/subscriptions/b67f7fec-69fc-4974-9099-a26bd6ffeda3/resourceGroups/andy1101/providers/Microsoft.EventHub/namespaces/andy1101/authorizationrules/RootManageSharedAccessKey",
- "workspaceId": "",
- "eventHubAuthorizationRuleId": "/subscriptions/1a66ce04-b633-4a0b-b2bc-a912ec8986a6/resourceGroups/montest/providers/microsoft.eventhub/namespaces/mynamespace/eventhubs/myeventhub/authorizationrules/myrule",
- "metrics": [
- {
- "timeGrain": "PT1M",
- "enabled": true,
- "retentionPolicy": {
- "enabled": false,
- "days": 3
- }
- }
- ],
- "logs": [
- {
- "category": "WorkflowRuntime",
- "enabled": true,
- "retentionPolicy": {
- "enabled": false,
- "days": 5
- }
- }
- ]
- }
- }
- }
- }
-}
From 150964f52ead5ef2998af3865db9167b63c764cd Mon Sep 17 00:00:00 2001
From: Todd King <58755170+ToddKingMSFT@users.noreply.github.com>
Date: Thu, 22 Apr 2021 18:14:30 -0700
Subject: [PATCH 08/23] Delete GetMetricFiltered.json
---
.../examples/GetMetricFiltered.json | 63 -------------------
1 file changed, 63 deletions(-)
delete mode 100644 specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/examples/GetMetricFiltered.json
diff --git a/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/examples/GetMetricFiltered.json b/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/examples/GetMetricFiltered.json
deleted file mode 100644
index 6a3adc1bc641..000000000000
--- a/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/examples/GetMetricFiltered.json
+++ /dev/null
@@ -1,63 +0,0 @@
-{
- "parameters": {
- "$filter": "(name.value eq 'RunsStarted') and aggregationType eq 'Total' and startTime eq 2016-11-23 and endTime eq 2016-11-24 and timeGrain eq duration'PT1M'",
- "resourceUri": "/subscriptions/df602c9c-7aa0-407d-a6fb-eb20c8bd1192/resourceGroups/andy0802australia/providers/Microsoft.Logic/workflows/andy0803australia",
- "api-version": "2016-06-01",
- "subscriptionId": "df602c9c-7aa0-407d-a6fb-eb20c8bd1192"
- },
- "responses": {
- "200": {
- "body": {
- "value": [
- {
- "data": [
- {
- "timeStamp": "2016-11-23T19:14:00Z",
- "total": 1.0
- },
- {
- "timeStamp": "2016-11-23T19:15:00Z"
- },
- {
- "timeStamp": "2016-11-23T19:16:00Z"
- },
- {
- "timeStamp": "2016-11-23T19:17:00Z"
- },
- {
- "timeStamp": "2016-11-23T19:18:00Z"
- },
- {
- "timeStamp": "2016-11-23T19:19:00Z",
- "total": 1.0
- },
- {
- "timeStamp": "2016-11-23T19:20:00Z"
- },
- {
- "timeStamp": "2016-11-23T19:21:00Z"
- },
- {
- "timeStamp": "2016-11-23T19:22:00Z"
- },
- {
- "timeStamp": "2016-11-23T19:23:00Z"
- },
- {
- "timeStamp": "2016-11-23T19:24:00Z",
- "total": 1.0
- }
- ],
- "id": "/subscriptions/df602c9c-7aa0-407d-a6fb-eb20c8bd1192/resourceGroups/andy0802australia/providers/Microsoft.Logic/workflows/andy0803australia/providers/microsoft.insights/metrics/RunsStarted",
- "name": {
- "value": "RunsStarted",
- "localizedValue": "Runs Started"
- },
- "type": "Microsoft.Insights/metrics",
- "unit": "Count"
- }
- ]
- }
- }
- }
-}
From ef9ecae9a0cc10f0e67621a0873b79014b8b1f16 Mon Sep 17 00:00:00 2001
From: Todd King <58755170+ToddKingMSFT@users.noreply.github.com>
Date: Thu, 22 Apr 2021 18:14:57 -0700
Subject: [PATCH 09/23] Update GetMetric.json
---
.../stable/2016-06-01/examples/GetMetric.json | 117 ++++++++++++++----
1 file changed, 96 insertions(+), 21 deletions(-)
diff --git a/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/examples/GetMetric.json b/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/examples/GetMetric.json
index 87b80e0e08d3..d1eddb667043 100644
--- a/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/examples/GetMetric.json
+++ b/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/examples/GetMetric.json
@@ -1,8 +1,8 @@
{
"parameters": {
- "resourceUri": "/subscriptions/df602c9c-7aa0-407d-a6fb-eb20c8bd1192/resourceGroups/andy0802australia/providers/Microsoft.Logic/workflows/andy0803australia",
- "api-version": "2016-06-01",
- "subscriptionId": "df602c9c-7aa0-407d-a6fb-eb20c8bd1192"
+ "resourceUri": "subscriptions/1f3fa6d2-851c-4a91-9087-1a050f3a9c38/resourceGroups/todking/providers/Microsoft.Storage/storageAccounts/tkfileserv/blobServices/default",
+ "$filter": "(name.value eq 'BlobCapacity') and aggregationType eq 'Average' and timeGrain eq duration'PT30M' and startTime eq 2021-04-21T10:37:24.0000028Z and endTime eq 2021-04-22T01:26:59.0000795Z",
+ "api-version": "2016-06-01"
},
"responses": {
"200": {
@@ -11,52 +11,127 @@
{
"data": [
{
- "timeStamp": "2016-11-23T19:14:00Z",
- "total": 1.0
+ "timeStamp": "2021-04-21T10:37:00Z",
+ "average": 78278.125
},
{
- "timeStamp": "2016-11-23T19:15:00Z"
+ "timeStamp": "2021-04-21T11:07:00Z"
},
{
- "timeStamp": "2016-11-23T19:16:00Z"
+ "timeStamp": "2021-04-21T11:37:00Z",
+ "average": 78278.125
},
{
- "timeStamp": "2016-11-23T19:17:00Z"
+ "timeStamp": "2021-04-21T12:07:00Z"
},
{
- "timeStamp": "2016-11-23T19:18:00Z"
+ "timeStamp": "2021-04-21T12:37:00Z",
+ "average": 78278.125
},
{
- "timeStamp": "2016-11-23T19:19:00Z",
- "total": 1.0
+ "timeStamp": "2021-04-21T13:07:00Z"
},
{
- "timeStamp": "2016-11-23T19:20:00Z"
+ "timeStamp": "2021-04-21T13:37:00Z",
+ "average": 78278.125
},
{
- "timeStamp": "2016-11-23T19:21:00Z"
+ "timeStamp": "2021-04-21T14:07:00Z"
},
{
- "timeStamp": "2016-11-23T19:22:00Z"
+ "timeStamp": "2021-04-21T14:37:00Z",
+ "average": 78278.125
},
{
- "timeStamp": "2016-11-23T19:23:00Z"
+ "timeStamp": "2021-04-21T15:07:00Z"
},
{
- "timeStamp": "2016-11-23T19:24:00Z",
- "total": 1.0
+ "timeStamp": "2021-04-21T15:37:00Z",
+ "average": 78278.125
+ },
+ {
+ "timeStamp": "2021-04-21T16:07:00Z"
+ },
+ {
+ "timeStamp": "2021-04-21T16:37:00Z",
+ "average": 78278.125
+ },
+ {
+ "timeStamp": "2021-04-21T17:07:00Z"
+ },
+ {
+ "timeStamp": "2021-04-21T17:37:00Z",
+ "average": 78278.125
+ },
+ {
+ "timeStamp": "2021-04-21T18:07:00Z"
+ },
+ {
+ "timeStamp": "2021-04-21T18:37:00Z",
+ "average": 78278.125
+ },
+ {
+ "timeStamp": "2021-04-21T19:07:00Z"
+ },
+ {
+ "timeStamp": "2021-04-21T19:37:00Z",
+ "average": 78278.125
+ },
+ {
+ "timeStamp": "2021-04-21T20:07:00Z"
+ },
+ {
+ "timeStamp": "2021-04-21T20:37:00Z",
+ "average": 78278.125
+ },
+ {
+ "timeStamp": "2021-04-21T21:07:00Z"
+ },
+ {
+ "timeStamp": "2021-04-21T21:37:00Z",
+ "average": 78278.125
+ },
+ {
+ "timeStamp": "2021-04-21T22:07:00Z"
+ },
+ {
+ "timeStamp": "2021-04-21T22:37:00Z",
+ "average": 78278.125
+ },
+ {
+ "timeStamp": "2021-04-21T23:07:00Z"
+ },
+ {
+ "timeStamp": "2021-04-21T23:37:00Z",
+ "average": 78278.125
+ },
+ {
+ "timeStamp": "2021-04-22T00:07:00Z"
+ },
+ {
+ "timeStamp": "2021-04-22T00:37:00Z",
+ "average": 78278.125
+ },
+ {
+ "timeStamp": "2021-04-22T01:07:00Z"
}
],
- "id": "/subscriptions/df602c9c-7aa0-407d-a6fb-eb20c8bd1192/resourceGroups/andy0802australia/providers/Microsoft.Logic/workflows/andy0803australia/providers/microsoft.insights/metrics/RunsStarted",
+ "id": "/subscriptions/1f3fa6d2-851c-4a91-9087-1a050f3a9c38/resourceGroups/todking/providers/Microsoft.Storage/storageAccounts/tkfileserv/blobServices/default/providers/Microsoft.Insights/metrics/BlobCapacity",
"name": {
- "value": "RunsStarted",
- "localizedValue": "Runs Started"
+ "value": "BlobCapacity",
+ "localizedValue": "Blob Capacity"
},
"type": "Microsoft.Insights/metrics",
- "unit": "Count"
+ "unit": "1"
}
]
}
+ },
+ "default": {
+ "body": {
+ "code":"BadRequest",
+ "message":"only conditions of the form ' eq ' are allowed, where = 'timeGrain', 'startTime', 'endTime', 'name.value', 'aggregationType', 'debugRegion' : invalid filter"
+ }
}
}
}
From cadc8985ef6d279f1c1c521089964505fdbdd732 Mon Sep 17 00:00:00 2001
From: Todd King <58755170+ToddKingMSFT@users.noreply.github.com>
Date: Thu, 22 Apr 2021 18:15:34 -0700
Subject: [PATCH 10/23] Update metrics_API.json
---
.../stable/2016-06-01/metrics_API.json | 34 +++++++------------
1 file changed, 12 insertions(+), 22 deletions(-)
diff --git a/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/metrics_API.json b/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/metrics_API.json
index 0d365892ffb1..38015f39e802 100644
--- a/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/metrics_API.json
+++ b/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/metrics_API.json
@@ -42,14 +42,20 @@
"description": "Lists the metric values for a resource.",
"parameters": [
{
- "$ref": "./serviceDiagnosticsSettings_API.json#/parameters/ResourceUriParameter"
+ "name": "resourceUri",
+ "in": "path",
+ "required": true,
+ "type": "string",
+ "description": "The identifier of the resource.",
+ "x-ms-parameter-location": "method",
+ "x-ms-skip-url-encoding": true
},
{
"name": "$filter",
"in": "query",
"type": "string",
- "description": "Reduces the set of data collected.
The filter is optional. If present it must contain a list of metric names to retrieve of the form: *(name.value eq 'metricName' [or name.value eq 'metricName' or ...])*. Optionally, the filter can contain conditions for the following attributes *aggregationType*, *startTime*, *endTime*, and *timeGrain* of the form *attributeName operator value*. Where operator is one of *ne*, *eq*, *gt*, *lt*.
Several conditions can be combined with parentheses and logical operators, e.g: *and*, *or*.
Some example filter expressions are:
- $filter=(name.value eq 'RunsSucceeded') and aggregationType eq 'Total' and startTime eq 2016-02-20 and endTime eq 2016-02-21 and timeGrain eq duration'PT1M',
- $filter=(name.value eq 'RunsSucceeded') and (aggregationType eq 'Total' or aggregationType eq 'Average') and startTime eq 2016-02-20 and endTime eq 2016-02-21 and timeGrain eq duration'PT1H',
- $filter=(name.value eq 'ActionsCompleted' or name.value eq 'RunsSucceeded') and (aggregationType eq 'Total' or aggregationType eq 'Average') and startTime eq 2016-02-20 and endTime eq 2016-02-21 and timeGrain eq duration'PT1M'.
**NOTE**: When a metrics query comes in with multiple metrics, but with no aggregation types defined, the service will pick the Primary aggregation type of the first metrics to be used as the default aggregation type for all the metrics.",
- "required": false
+ "description": "Specifies the set of data returned.
The filter is optional. If present it must contain a list of metric names to retrieve of the form: *(name.value eq 'metricName' [or name.value eq 'metricName' or ...])*. Optionally, the filter can contain conditions for the following attributes *aggregationType*, *startTime*, *endTime*, and *timeGrain* of the form *attributeName operator value*. Where operator is one of *ne*, *eq*, *gt*, *lt*.
Several conditions can be combined with parentheses and logical operators, e.g: *and*, *or*.
Some example filter expressions are:
- $filter=(name.value eq 'RunsSucceeded') and aggregationType eq 'Total' and startTime eq 2016-02-20 and endTime eq 2016-02-21 and timeGrain eq duration'PT1M',
- $filter=(name.value eq 'RunsSucceeded') and (aggregationType eq 'Total' or aggregationType eq 'Average') and startTime eq 2016-02-20 and endTime eq 2016-02-21 and timeGrain eq duration'PT1H',
- $filter=(name.value eq 'ActionsCompleted' or name.value eq 'RunsSucceeded') and (aggregationType eq 'Total' or aggregationType eq 'Average') and startTime eq 2016-02-20 and endTime eq 2016-02-21 and timeGrain eq duration'PT1M'.
**NOTE**: When a metrics query comes in with multiple metrics, but with no aggregation types defined, the service will pick the Primary aggregation type of the first metrics to be used as the default aggregation type for all the metrics.",
+ "required": true
},
{
"$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter"
@@ -115,7 +121,7 @@
"localizedValue": "Runs Started"
},
"type": "Microsoft.Insights/metrics",
- "unit": "Count"
+ "unit": "2"
}
]
}
@@ -127,11 +133,8 @@
},
"x-ms-odata": "#/definitions/Metric",
"x-ms-examples": {
- "Get Metric without filter": {
- "$ref": "./examples/GetMetric.json"
- },
"Get Metric with filter": {
- "$ref": "./examples/GetMetricFiltered.json"
+ "$ref": "./examples/GetMetric.json"
}
}
}
@@ -156,20 +159,7 @@
},
"Unit": {
"type": "string",
- "description": "the unit of the metric.",
- "enum": [
- "Count",
- "Bytes",
- "Seconds",
- "CountPerSecond",
- "BytesPerSecond",
- "Percent",
- "MilliSeconds"
- ],
- "x-ms-enum": {
- "name": "Unit",
- "modelAsString": false
- }
+ "description": "Number representing the unit of the metric. 0=Count, 1=Bytes, 2=Seconds, 3=CountPerSecond, 4=BytesPerSecond, 5=Percent, 6=MilliSeconds, 7=ByteSeconds"
},
"MetricValue": {
"required": [
From a5f93505bf81230528144271813435caa3cf11c1 Mon Sep 17 00:00:00 2001
From: Todd King <58755170+ToddKingMSFT@users.noreply.github.com>
Date: Thu, 22 Apr 2021 21:52:34 -0700
Subject: [PATCH 11/23] Update readme.md
---
specification/monitor/resource-manager/readme.md | 1 -
1 file changed, 1 deletion(-)
diff --git a/specification/monitor/resource-manager/readme.md b/specification/monitor/resource-manager/readme.md
index 57274347652f..875a49cbbe28 100644
--- a/specification/monitor/resource-manager/readme.md
+++ b/specification/monitor/resource-manager/readme.md
@@ -46,7 +46,6 @@ These settings apply only when `--tag=package-2016-06` is specified on the comma
```yaml $(tag) == 'package-2016-06'
input-file:
- Microsoft.Insights/stable/2016-06-01/metrics_API.json
- - Microsoft.Insights/stable/2016-06-01/serviceDiagnosticsSettings_API.json
```
### Tag: package-2021-02-preview-only
From 12a843931a5e5cd465d1458256dbac559658d8a5 Mon Sep 17 00:00:00 2001
From: Todd King <58755170+ToddKingMSFT@users.noreply.github.com>
Date: Wed, 26 May 2021 10:49:57 -0700
Subject: [PATCH 12/23] Update metrics_API.json
Update casing of Microsoft.Insights
---
.../Microsoft.Insights/stable/2016-06-01/metrics_API.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/metrics_API.json b/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/metrics_API.json
index 38015f39e802..59770bd7d879 100644
--- a/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/metrics_API.json
+++ b/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/metrics_API.json
@@ -33,7 +33,7 @@
}
},
"paths": {
- "/{resourceUri}/providers/microsoft.insights/metrics": {
+ "/{resourceUri}/providers/Microsoft.Insights/metrics": {
"get": {
"tags": [
"Metrics"
From 4ab657b8053e65759c801b814991ff0c7aec4bc7 Mon Sep 17 00:00:00 2001
From: Todd King <58755170+ToddKingMSFT@users.noreply.github.com>
Date: Wed, 26 May 2021 18:25:46 -0700
Subject: [PATCH 13/23] Update metrics_API.json
Incorporate PR feedback to remove inline example and use common error response definition
---
.../stable/2016-06-01/metrics_API.json | 69 +------------------
1 file changed, 1 insertion(+), 68 deletions(-)
diff --git a/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/metrics_API.json b/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/metrics_API.json
index 59770bd7d879..ee112bdd4774 100644
--- a/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/metrics_API.json
+++ b/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/metrics_API.json
@@ -65,66 +65,13 @@
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
- "$ref": "#/definitions/ErrorResponse"
+ "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ErrorResponse"
}
},
"200": {
"description": "Successful request to get the list of metric values",
"schema": {
"$ref": "#/definitions/MetricCollection"
- },
- "examples": {
- "application/json": {
- "value": [
- {
- "data": [
- {
- "timeStamp": "2016-11-23T19:14:00Z",
- "total": 1.0
- },
- {
- "timeStamp": "2016-11-23T19:15:00Z"
- },
- {
- "timeStamp": "2016-11-23T19:16:00Z"
- },
- {
- "timeStamp": "2016-11-23T19:17:00Z"
- },
- {
- "timeStamp": "2016-11-23T19:18:00Z"
- },
- {
- "timeStamp": "2016-11-23T19:19:00Z",
- "total": 1.0
- },
- {
- "timeStamp": "2016-11-23T19:20:00Z"
- },
- {
- "timeStamp": "2016-11-23T19:21:00Z"
- },
- {
- "timeStamp": "2016-11-23T19:22:00Z"
- },
- {
- "timeStamp": "2016-11-23T19:23:00Z"
- },
- {
- "timeStamp": "2016-11-23T19:24:00Z",
- "total": 1.0
- }
- ],
- "id": "/subscriptions/df602c9c-7aa0-407d-a6fb-eb20c8bd1192/resourceGroups/andy0802australia/providers/Microsoft.Logic/workflows/andy0803australia/providers/microsoft.insights/metrics/RunsStarted",
- "name": {
- "value": "RunsStarted",
- "localizedValue": "Runs Started"
- },
- "type": "Microsoft.Insights/metrics",
- "unit": "2"
- }
- ]
- }
}
}
},
@@ -246,20 +193,6 @@
"value"
],
"description": "The collection of metric value sets."
- },
- "ErrorResponse": {
- "description": "Describes the format of Error response.",
- "type": "object",
- "properties": {
- "code": {
- "description": "Error code",
- "type": "string"
- },
- "message": {
- "description": "Error message indicating why the operation failed.",
- "type": "string"
- }
- }
}
}
}
From c70bee3408c122e7f108b21212a8d6b0e04fed1b Mon Sep 17 00:00:00 2001
From: Todd King <58755170+ToddKingMSFT@users.noreply.github.com>
Date: Wed, 26 May 2021 18:26:35 -0700
Subject: [PATCH 14/23] Update GetMetric.json
Fix formatting errors
---
.../stable/2016-06-01/examples/GetMetric.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/examples/GetMetric.json b/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/examples/GetMetric.json
index d1eddb667043..222046abfa22 100644
--- a/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/examples/GetMetric.json
+++ b/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/examples/GetMetric.json
@@ -129,8 +129,8 @@
},
"default": {
"body": {
- "code":"BadRequest",
- "message":"only conditions of the form ' eq ' are allowed, where = 'timeGrain', 'startTime', 'endTime', 'name.value', 'aggregationType', 'debugRegion' : invalid filter"
+ "code": "BadRequest",
+ "message": "only conditions of the form ' eq ' are allowed, where = 'timeGrain', 'startTime', 'endTime', 'name.value', 'aggregationType', 'debugRegion' : invalid filter"
}
}
}
From 9e040cb7d7525e19a1b372d6967969f474e3a84b Mon Sep 17 00:00:00 2001
From: Todd King <58755170+ToddKingMSFT@users.noreply.github.com>
Date: Wed, 26 May 2021 18:28:31 -0700
Subject: [PATCH 15/23] Update readme.md
Incorporate PR feedback
---
.../monitor/resource-manager/readme.md | 20 +++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/specification/monitor/resource-manager/readme.md b/specification/monitor/resource-manager/readme.md
index 875a49cbbe28..1b177d282f03 100644
--- a/specification/monitor/resource-manager/readme.md
+++ b/specification/monitor/resource-manager/readme.md
@@ -35,18 +35,9 @@ title: MonitorManagementClient
``` yaml
description: Monitor Management Client
openapi-type: arm
-tag: package-2016-06
+tag: package-2020-03
```
-
-### Tag: package-2016-06
-
-These settings apply only when `--tag=package-2016-06` is specified on the command line.
-
-```yaml $(tag) == 'package-2016-06'
-input-file:
- - Microsoft.Insights/stable/2016-06-01/metrics_API.json
-```
### Tag: package-2021-02-preview-only
These settings apply only when `--tag=package-2021-02-preview-only` is specified on the command line.
@@ -530,6 +521,15 @@ input-file:
- Microsoft.Insights/stable/2016-09-01/serviceDiagnosticsSettings_API.json
```
+### Tag: package-2016-06-only
+
+These settings apply only when `--tag=package-2016-06-only` is specified on the command line.
+
+```yaml $(tag) == 'package-2016-06-only'
+input-file:
+ - Microsoft.Insights/stable/2016-06-01/metrics_API.json
+```
+
### Tag: package-2016-03-01-only
These settings apply only when `--tag=package-2016-03-01-only` is specified on the command line.
From 877618bf74369115fc276d77cef592bef736c716 Mon Sep 17 00:00:00 2001
From: Todd King <58755170+ToddKingMSFT@users.noreply.github.com>
Date: Thu, 27 May 2021 11:54:10 -0700
Subject: [PATCH 16/23] Create operations_API.json
Add operations API
---
.../stable/2016-06-01/operations_API.json | 287 ++++++++++++++++++
1 file changed, 287 insertions(+)
create mode 100644 specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/operations_API.json
diff --git a/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/operations_API.json b/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/operations_API.json
new file mode 100644
index 000000000000..e3944ceabd9b
--- /dev/null
+++ b/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/operations_API.json
@@ -0,0 +1,287 @@
+{
+ "swagger": "2.0",
+ "info": {
+ "title": "MonitorManagementClient",
+ "version": "2016-06-01"
+ },
+ "host": "management.azure.com",
+ "schemes": [
+ "https"
+ ],
+ "consumes": [
+ "application/json"
+ ],
+ "produces": [
+ "application/json"
+ ],
+ "security": [
+ {
+ "azure_auth": [
+ "user_impersonation"
+ ]
+ }
+ ],
+ "securityDefinitions": {
+ "azure_auth": {
+ "type": "oauth2",
+ "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize",
+ "flow": "implicit",
+ "description": "Azure Active Directory OAuth2 Flow",
+ "scopes": {
+ "user_impersonation": "impersonate your user account"
+ }
+ }
+ },
+ "paths": {
+ "/providers/Microsoft.Insights/operations": {
+ "get": {
+ "tags": [
+ "Operations"
+ ],
+ "description": "Lists all of the available operations from Microsoft.Insights provider.",
+ "operationId": "Operations_List",
+ "x-ms-examples": {
+ "Get a list of operations for a resource provider": {
+ "$ref": "./examples/OperationList.json"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "OK. The request has succeeded.",
+ "schema": {
+ "$ref": "#/definitions/OperationListResult"
+ }
+ },
+ "default": {
+ "description": "BadRequest",
+ "schema": {
+ "$ref": "#/definitions/ErrorContract"
+ }
+ }
+ }
+ }
+ }
+ },
+ "definitions": {
+ "OperationListResult": {
+ "description": "Result of the request to list Microsoft.Insights operations. It contains a list of operations and a URL link to get the next set of results.",
+ "properties": {
+ "value": {
+ "type": "array",
+ "items": {
+ "$ref": "#/definitions/Operation"
+ },
+ "description": "List of operations supported by the Microsoft.Insights provider."
+ },
+ "nextLink": {
+ "type": "string",
+ "description": "URL to get the next set of operation list results if there are any."
+ }
+ }
+ },
+ "Operation": {
+ "description": "Microsoft Insights API operation definition.",
+ "type": "object",
+ "properties": {
+ "name": {
+ "description": "Operation name: {provider}/{resource}/{operation}",
+ "type": "string"
+ },
+ "isDataAction": {
+ "type": "boolean",
+ "description": "Property to specify whether the action is a data action."
+ },
+ "display": {
+ "description": "Display metadata associated with the operation.",
+ "properties": {
+ "publisher": {
+ "description": "The publisher of this operation.",
+ "type": "string"
+ },
+ "provider": {
+ "description": "Service provider: Microsoft.Insights",
+ "type": "string"
+ },
+ "resource": {
+ "description": "Resource on which the operation is performed: AlertRules, Autoscale, etc.",
+ "type": "string"
+ },
+ "operation": {
+ "description": "Operation type: Read, write, delete, etc.",
+ "type": "string"
+ },
+ "description": {
+ "description": "The description of the operation.",
+ "type": "string"
+ }
+ }
+ },
+ "properties": {
+ "description": "Properties of operation, include metric specifications.",
+ "x-ms-client-flatten": true,
+ "x-ms-client-name": "OperationProperties",
+ "$ref": "#/definitions/OperationProperties"
+ }
+ }
+ },
+ "OperationProperties": {
+ "description": "Properties of operation, include metric specifications.",
+ "properties": {
+ "serviceSpecification": {
+ "$ref": "#/definitions/ServiceSpecification",
+ "description": "One property of operation, include metric specifications."
+ }
+ }
+ },
+ "ServiceSpecification": {
+ "description": "One property of operation, include log specifications.",
+ "properties": {
+ "logSpecifications": {
+ "description": "Log specifications of operation.",
+ "type": "array",
+ "items": {
+ "$ref": "#/definitions/LogSpecification"
+ }
+ },
+ "metricSpecifications": {
+ "description": "Metric specifications of operation.",
+ "type": "array",
+ "items": {
+ "$ref": "#/definitions/MetricSpecification"
+ }
+ },
+ "legacyMetricSpecifications": {
+ "description": "Legacy Metric specifications for operation. Deprecated, do not use.",
+ "type": "object"
+ }
+ }
+ },
+ "LogSpecification": {
+ "description": "Log specification of operation.",
+ "properties": {
+ "name": {
+ "type": "string",
+ "description": "Name of log specification."
+ },
+ "displayName": {
+ "type": "string",
+ "description": "Display name of log specification."
+ },
+ "blobDuration": {
+ "type": "string",
+ "description": "Blob duration of specification."
+ }
+ }
+ },
+ "MetricSpecification": {
+ "description": "Metric specification of operation.",
+ "properties": {
+ "name": {
+ "type": "string",
+ "description": "The name of the metric."
+ },
+ "displayName": {
+ "type": "string",
+ "description": "Display name of the metric."
+ },
+ "displayDescription": {
+ "type": "string",
+ "description": "Display description of the metric."
+ },
+ "unit": {
+ "type": "string",
+ "description": "The metric unit. Possible values include: Count,Bytes,Seconds,Percent,CountPerSecond,BytesPerSecond,MilliSeconds,ByteSeconds,Unspecified,BitsPerSecond,Cores,MilliCores,NanoCores"
+ },
+ "aggregationType": {
+ "type": "string",
+ "description": "The default metric aggregation type. Possible values include: Total,Average,Maximum,Minimum,Count"
+ },
+ "supportedAggregationTypes": {
+ "type": "array",
+ "description": "The supported aggregation types for the metrics.",
+ "items": {
+ "type": "string"
+ }
+ },
+ "supportedTimeGrainTypes": {
+ "type": "array",
+ "description": "The supported time grain types for the metrics.",
+ "items": {
+ "type": "string"
+ }
+ },
+ "availabilities": {
+ "type": "array",
+ "description": "The supported time grain types for the metrics.",
+ "items": {
+ "type": "string"
+ }
+ },
+ "lockAggregationType": {
+ "type": "string",
+ "description": "The metric lock aggregation type."
+ },
+ "category": {
+ "type": "string",
+ "description": "Category or type of metric."
+ },
+ "dimensions": {
+ "type": "array",
+ "description": "The dimensions of metric.",
+ "items": {
+ "$ref": "#/definitions/DimensionProperties"
+ }
+ },
+ "fillGapWithZero": {
+ "type": "boolean",
+ "description": "Property to specify whether to fill empty gaps with zero."
+ },
+ "internalMetricName": {
+ "type": "string",
+ "description": "The internal metric name."
+ }
+ }
+ },
+ "DimensionProperties": {
+ "description": "Type of operation: get, read, delete, etc.",
+ "properties": {
+ "name": {
+ "type": "string",
+ "description": "Name of dimension."
+ },
+ "displayName": {
+ "type": "string",
+ "description": "Display name of dimension."
+ },
+ "toBeExportedForShoebox": {
+ "type": "boolean",
+ "description": "Legacy usage, should not set."
+ },
+ "isHidden": {
+ "type": "boolean",
+ "description": "When set, the dimension is hidden from the customer, used in conjuction with the defaultDimensionValues field below"
+ },
+ "defaultDimensionValues": {
+ "type": "object",
+ "description": "Default dimension value to be sent down for the hidden dimension during query"
+ }
+ }
+ },
+ "ErrorContract": {
+ "title": "Error Response",
+ "description": "Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.)",
+ "type": "object",
+ "properties": {
+ "error": {
+ "description": "The error object.",
+ "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ErrorResponse"
+ }
+ }
+ }
+ }
+}
From 0c8ba0932ff9ca1443100e7fca20a10bc5875caf Mon Sep 17 00:00:00 2001
From: Todd King <58755170+ToddKingMSFT@users.noreply.github.com>
Date: Thu, 27 May 2021 11:55:21 -0700
Subject: [PATCH 17/23] Create OperationList.json
---
.../2016-06-01/examples/OperationList.json | 6886 +++++++++++++++++
1 file changed, 6886 insertions(+)
create mode 100644 specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/examples/OperationList.json
diff --git a/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/examples/OperationList.json b/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/examples/OperationList.json
new file mode 100644
index 000000000000..cf002bc4da34
--- /dev/null
+++ b/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/examples/OperationList.json
@@ -0,0 +1,6886 @@
+{
+ "parameters": {
+ "api-version": "2016-06-01"
+ },
+ "responses": {
+ "200": {
+ "body": {
+ "value": [
+ {
+ "name": "Microsoft.Insights/Operations/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Operations",
+ "operation": "Read operations",
+ "description": "Read operations"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Metrics/Action",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Metric Action",
+ "operation": "Metric Action",
+ "description": "Metric Action"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/MetricDefinitions/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Metric Definitions",
+ "operation": "Read metric definitions",
+ "description": "Read metric definitions"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/MetricDefinitions/Microsoft.Insights/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Metric Definitions",
+ "operation": "Read metric definitions",
+ "description": "Read metric definitions"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/MetricDefinitions/providers/Microsoft.Insights/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Metric Definitions",
+ "operation": "Read metric definitions",
+ "description": "Read metric definitions"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Metrics/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Metrics",
+ "operation": "Read metrics",
+ "description": "Read metrics"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Metricnamespaces/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Metric namespaces",
+ "operation": "Metric namespaces read",
+ "description": "Read metric namespaces"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Metrics/Write",
+ "isDataAction": true,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Metrics",
+ "operation": "Write metrics",
+ "description": "Write metrics"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Metrics/providers/Metrics/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Metrics",
+ "operation": "Read metrics",
+ "description": "Read metrics"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Metrics/Microsoft.Insights/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Metrics",
+ "operation": "Read metrics",
+ "description": "Read metrics"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/AlertRules/Write",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Classic Metric Alerts",
+ "operation": "Create or update classic metric alert",
+ "description": "Create or update a classic metric alert"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/AlertRules/Delete",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Classic Metric Alerts",
+ "operation": "Delete classic metric alert",
+ "description": "Delete a classic metric alert"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/AlertRules/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Classic Metric Alerts",
+ "operation": "Read classic metric alert",
+ "description": "Read a classic metric alert"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/MetricAlerts/Write",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Metric Alerts",
+ "operation": "Create or update metric alert",
+ "description": "Create or update a metric alert"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/MetricAlerts/Delete",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Metric Alerts",
+ "operation": "Delete metric alert",
+ "description": "Delete a metric alert"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/MetricAlerts/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Metric Alerts",
+ "operation": "Read metric alert",
+ "description": "Read a metric alert"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/MetricAlerts/Status/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Metric Alerts",
+ "operation": "Read metric alert status",
+ "description": "Read metric alert status"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/AutoscaleSettings/Write",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Autoscale Setting",
+ "operation": "Create or update autoscale setting",
+ "description": "Create or update an autoscale setting"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/AutoscaleSettings/Delete",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Autoscale Setting",
+ "operation": "Delete autoscale setting",
+ "description": "Delete an autoscale setting"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/AutoscaleSettings/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Autoscale Setting",
+ "operation": "Read autoscale setting",
+ "description": "Read an autoscale setting"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/AlertRules/Incidents/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Alert Rule Incident resource",
+ "operation": "Read classic metric alert incidents",
+ "description": "Read a classic metric alert incident"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/AutoscaleSettings/providers/Microsoft.Insights/MetricDefinitions/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Metric Definitions",
+ "operation": "Read metric definitions",
+ "description": "Read metric definitions"
+ },
+ "properties": {
+ "serviceSpecification": {
+ "metricSpecifications": [
+ {
+ "name": "ObservedMetricValue",
+ "displayName": "Observed Metric Value",
+ "internalMetricName": null,
+ "displayDescription": "The value computed by autoscale when executed",
+ "unit": "Count",
+ "aggregationType": "Average",
+ "availabilities": null,
+ "fillGapWithZero": false,
+ "category": null,
+ "dimensions": [
+ {
+ "name": "MetricTriggerSource",
+ "displayName": "Metric Trigger Source",
+ "toBeExportedForShoebox": true,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ }
+ ],
+ "supportedAggregationTypes": null,
+ "lockAggregationType": null
+ },
+ {
+ "name": "MetricThreshold",
+ "displayName": "Metric Threshold",
+ "internalMetricName": null,
+ "displayDescription": "The configured autoscale threshold when autoscale ran.",
+ "unit": "Count",
+ "aggregationType": "Average",
+ "availabilities": null,
+ "fillGapWithZero": false,
+ "category": null,
+ "dimensions": [
+ {
+ "name": "MetricTriggerRule",
+ "displayName": "Metric Trigger Rule",
+ "toBeExportedForShoebox": true,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ }
+ ],
+ "supportedAggregationTypes": null,
+ "lockAggregationType": null
+ },
+ {
+ "name": "ObservedCapacity",
+ "displayName": "Observed Capacity",
+ "internalMetricName": null,
+ "displayDescription": "The capacity reported to autoscale when it executed.",
+ "unit": "Count",
+ "aggregationType": "Average",
+ "availabilities": null,
+ "fillGapWithZero": false,
+ "category": null,
+ "dimensions": null,
+ "supportedAggregationTypes": null,
+ "lockAggregationType": null
+ },
+ {
+ "name": "ScaleActionsInitiated",
+ "displayName": "Scale Actions Initiated",
+ "internalMetricName": null,
+ "displayDescription": "The direction of the scale operation.",
+ "unit": "Count",
+ "aggregationType": "Total",
+ "availabilities": null,
+ "fillGapWithZero": true,
+ "category": null,
+ "dimensions": [
+ {
+ "name": "ScaleDirection",
+ "displayName": "Scale Direction",
+ "toBeExportedForShoebox": true,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ }
+ ],
+ "supportedAggregationTypes": null,
+ "lockAggregationType": null
+ }
+ ],
+ "logSpecifications": null,
+ "legacyMetricSpecifications": null
+ }
+ }
+ },
+ {
+ "name": "Microsoft.Insights/AutoscaleSettings/providers/Microsoft.Insights/logDefinitions/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Log Definitions",
+ "operation": "Log Definitions read",
+ "description": "Read log definitions"
+ },
+ "properties": {
+ "serviceSpecification": {
+ "metricSpecifications": null,
+ "logSpecifications": [
+ {
+ "name": "AutoscaleEvaluations",
+ "displayName": "Autoscale Evaluations",
+ "blobDuration": "PT1H"
+ },
+ {
+ "name": "AutoscaleScaleActions",
+ "displayName": "Autoscale Scale Actions",
+ "blobDuration": "PT1H"
+ }
+ ],
+ "legacyMetricSpecifications": null
+ }
+ }
+ },
+ {
+ "name": "Microsoft.Insights/AutoscaleSettings/providers/Microsoft.Insights/diagnosticSettings/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Resource diagnostic settings",
+ "operation": "Read resource diagnostic setting",
+ "description": "Read a resource diagnostic setting"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/AutoscaleSettings/providers/Microsoft.Insights/diagnosticSettings/Write",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Resource diagnostic settings",
+ "operation": "Create or update resource diagnostic setting",
+ "description": "Create or update a resource diagnostic setting"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/ActionGroups/Write",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Action Groups",
+ "operation": "Create or update action group",
+ "description": "Create or update an action group"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/ActionGroups/Delete",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Action Groups",
+ "operation": "Delete action group",
+ "description": "Delete an action group"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/ActionGroups/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Action Groups",
+ "operation": "Read action group",
+ "description": "Read an action group"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/ActivityLogAlerts/Write",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Activity Log Alert",
+ "operation": "Create or update activity log alert",
+ "description": "Create or update an activity log alert"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/ActivityLogAlerts/Delete",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Activity Log Alert",
+ "operation": "Delete activity log alert",
+ "description": "Delete an activity log alert"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/ActivityLogAlerts/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Activity Log Alert",
+ "operation": "Read activity log alert",
+ "description": "Read an activity log alert"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/ActivityLogAlerts/Activated/Action",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Activity Log Alert",
+ "operation": "Activity Log Alert activated",
+ "description": "Activity Log Alert activated"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/EventCategories/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Activity Log event category",
+ "operation": "Read Activity Log event categories",
+ "description": "Read available Activity Log event categories"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/eventtypes/values/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Activity Log Events",
+ "operation": "Read Activity Log",
+ "description": "Read Activity Log events"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/eventtypes/digestevents/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Digest events",
+ "operation": "Event types management digest read",
+ "description": "Read management event type digest"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/DiagnosticSettings/Write",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Resource diagnostic settings",
+ "operation": "Create or update resource diagnostic setting",
+ "description": "Create or update a resource diagnostic setting"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/DiagnosticSettingsCategories/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Diagnostic settings categories resource",
+ "operation": "Read diagnostic settings categories",
+ "description": "Read diagnostic settings categories"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/DiagnosticSettings/Delete",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Resource diagnostic settings",
+ "operation": "Delete resource diagnostic setting",
+ "description": "Delete a resource diagnostic setting"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/DiagnosticSettings/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Resource diagnostic settings",
+ "operation": "Read resource diagnostic setting",
+ "description": "Read a resource diagnostic setting"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/ExtendedDiagnosticSettings/Write",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Network flow log diagnostic setting",
+ "operation": "Create or update network flow log diagnostic setting",
+ "description": "Create or update a network flow log diagnostic setting"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/ExtendedDiagnosticSettings/Delete",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Network flow log diagnostic setting",
+ "operation": "Delete network flow log diagnostic setting",
+ "description": "Delete a network flow log diagnostic setting"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/ExtendedDiagnosticSettings/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Network flow log diagnostic setting",
+ "operation": "Read network flow log diagnostic setting",
+ "description": "Read a network flow log diagnostic setting"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/LogProfiles/Write",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Log Profiles",
+ "operation": "Create or update Activity Log log profile",
+ "description": "Create or update an Activity Log log profile"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/LogProfiles/Delete",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Log Profiles",
+ "operation": "Delete Activity Log log profile",
+ "description": "Delete an Activity Log log profile"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/LogProfiles/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Log Profiles",
+ "operation": "Read Activity Log log profile",
+ "description": "Read an Activity Log log profile"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/LogDefinitions/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Log Definitions",
+ "operation": "Log Definitions read",
+ "description": "Read log definitions"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/AutoscaleSettings/Scaleup/Action",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Autoscale Setting",
+ "operation": "Autoscale scale up initiated",
+ "description": "Autoscale scale up initiated"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/AutoscaleSettings/Scaledown/Action",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Autoscale Setting",
+ "operation": "Autoscale scale down initiated",
+ "description": "Autoscale scale down initiated"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/AutoscaleSettings/ScaleupResult/Action",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Autoscale Setting",
+ "operation": "Autoscale scale up completed",
+ "description": "Autoscale scale up completed"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/AutoscaleSettings/ScaledownResult/Action",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Autoscale Setting",
+ "operation": "Autoscale scale down completed",
+ "description": "Autoscale scale down completed"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/AlertRules/Activated/Action",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Classic Metric Alerts",
+ "operation": "Classic metric alert activated",
+ "description": "Classic metric alert activated"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/AlertRules/Resolved/Action",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Classic Metric Alerts",
+ "operation": "Classic metric alert resolved",
+ "description": "Classic metric alert resolved"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/AlertRules/Throttled/Action",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Classic Metric Alerts",
+ "operation": "Classic metric alert rule throttled",
+ "description": "Classic metric alert rule throttled"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Register/Action",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Microsoft.Insights",
+ "operation": "Register Microsoft.Insights",
+ "description": "Register the Microsoft Insights provider"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Unregister/Action",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Microsoft.Insights",
+ "operation": "Register Microsoft.Insights",
+ "description": "Register the Microsoft Insights provider"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Tenants/Register/Action",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Microsoft.Insights",
+ "operation": "Initialize Microsoft.Insights",
+ "description": "Initializes the Microsoft Insights provider"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Components/AnalyticsItems/Delete",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Application Insights analytics item",
+ "operation": "Application Insights analytics item delete",
+ "description": "Deleting an Application Insights analytics item"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Components/AnalyticsItems/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Application Insights analytics item",
+ "operation": "Application Insights analytics item read",
+ "description": "Reading an Application Insights analytics item"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Components/AnalyticsItems/Write",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Application Insights analytics item",
+ "operation": "Application Insights analytics item write",
+ "description": "Writing an Application Insights analytics item"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Components/MyAnalyticsItems/Delete",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Application Insights analytics item",
+ "operation": "Application Insights personal analytics item delete",
+ "description": "Deleting an Application Insights personal analytics item"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Components/MyAnalyticsItems/Write",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Application Insights analytics item",
+ "operation": "Application Insights personal analytics item write",
+ "description": "Writing an Application Insights personal analytics item"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Components/MyAnalyticsItems/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Application Insights analytics item",
+ "operation": "Application Insights personal analytics item read",
+ "description": "Reading an Application Insights personal analytics item"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Components/AnalyticsTables/Action",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Application Insights analytics table",
+ "operation": "Application Insights analytics table action",
+ "description": "Application Insights analytics table action"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Components/AnalyticsTables/Delete",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Application Insights analytics table",
+ "operation": "Application Insights analytics table delete",
+ "description": "Deleting an Application Insights analytics table schema"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Components/AnalyticsTables/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Application Insights analytics table",
+ "operation": "Application Insights analytics table read",
+ "description": "Reading an Application Insights analytics table schema"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Components/AnalyticsTables/Write",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Application Insights analytics table",
+ "operation": "Application Insights analytics table write",
+ "description": "Writing an Application Insights analytics table schema"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Components/Annotations/Delete",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Application Insights annotations",
+ "operation": "Application Insights annotations delete",
+ "description": "Deleting an Application Insights annotation"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Components/Annotations/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Application Insights annotations",
+ "operation": "Application Insights annotations read",
+ "description": "Reading an Application Insights annotation"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Components/Annotations/Write",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Application Insights annotations",
+ "operation": "Application Insights annotation write",
+ "description": "Writing an Application Insights annotation"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Components/ApiKeys/Delete",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Application Insights API key",
+ "operation": "Application Insights API key delete",
+ "description": "Deleting an Application Insights API key"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Components/ApiKeys/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Application Insights API key",
+ "operation": "Application Insights API key read",
+ "description": "Reading an Application Insights API key"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Components/ApiKeys/Action",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Application Insights API key",
+ "operation": "Application Insights API key generate",
+ "description": "Generating an Application Insights API key"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Components/Purge/Action",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Application Insights Purge",
+ "operation": "Application Insights Purge Data action",
+ "description": "Purging data from Application Insights"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Components/Operations/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Application Insights Operations",
+ "operation": "Application Insights Operations read",
+ "description": "Get status of long-running operations in Application Insights"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Components/Events/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Application Insights Events",
+ "operation": "Application Insights Events read",
+ "description": "Get logs from Application Insights using OData query format"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Components/Query/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Application Insights Query",
+ "operation": "Application Insights Query read",
+ "description": "Run queries against Application Insights logs"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Components/BillingPlanForComponent/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Billing plan for Application Insights component",
+ "operation": "Billing plan for Application Insights component read",
+ "description": "Reading a billing plan for Application Insights component"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Components/CurrentBillingFeatures/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Current billing features for Application Insights component",
+ "operation": "Current billing features for Application Insights component read",
+ "description": "Reading current billing features for Application Insights component"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Components/CurrentBillingFeatures/Write",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Current billing features for Application Insights component",
+ "operation": "Current billing features for Application Insights component write",
+ "description": "Writing current billing features for Application Insights component"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Components/FeatureCapabilities/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Application Insights component feature capabilities",
+ "operation": "Application Insights component feature capabilities read",
+ "description": "Reading Application Insights component feature capabilities"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Components/GetAvailableBillingFeatures/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Application Insights component available billing features",
+ "operation": "Application Insights component available billing features read",
+ "description": "Reading Application Insights component available billing features"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Components/PricingPlans/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Application Insights component pricing plan",
+ "operation": "Application Insights component pricing plan read",
+ "description": "Reading an Application Insights component pricing plan"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Components/PricingPlans/Write",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Application Insights component pricing plan",
+ "operation": "Application Insights component pricing plan write",
+ "description": "Writing an Application Insights component pricing plan"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Components/QuotaStatus/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Application Insights component quota status",
+ "operation": "Application Insights component quota status read",
+ "description": "Reading Application Insights component quota status"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Components/DailyCapReached/Action",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Application Insights component daily cap reached",
+ "operation": "Application Insights component daily cap reached",
+ "description": "Reached the daily cap for Application Insights component"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Components/DailyCapWarningThresholdReached/Action",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Application Insights component daily cap warning threshold reached",
+ "operation": "Application Insights component daily cap warning threshold reached",
+ "description": "Reached the daily cap warning threshold for Application Insights component"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Components/Write",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Application insights components",
+ "operation": "Application insights component write",
+ "description": "Writing to an application insights component configuration"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Components/Delete",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Application insights components",
+ "operation": "Application insights component delete",
+ "description": "Deleting an application insights component configuration"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Components/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Application insights components",
+ "operation": "Application insights component read",
+ "description": "Reading an application insights component configuration"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Components/Api/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Application Insights component data API",
+ "operation": "Application Insights component data API read",
+ "description": "Reading Application Insights component data API"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Components/ExtendQueries/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Application Insights component extended query results",
+ "operation": "Application Insights component extended query results read",
+ "description": "Reading Application Insights component extended query results"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Components/GetToken/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Application Insights component token",
+ "operation": "Application Insights component token read",
+ "description": "Reading an Application Insights component token"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Components/MetricDefinitions/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Application Insights component metric definitions",
+ "operation": "Application Insights component metric definitions read",
+ "description": "Reading Application Insights component metric definitions"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Components/Metrics/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Application Insights component metrics",
+ "operation": "Application Insights component metrics read",
+ "description": "Reading Application Insights component metrics"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Components/providers/Microsoft.Insights/logDefinitions/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Log Definitions",
+ "operation": "Log Definitions read",
+ "description": "Read log definitions"
+ },
+ "properties": {
+ "serviceSpecification": {
+ "metricSpecifications": null,
+ "logSpecifications": [
+ {
+ "name": "AppAvailabilityResults",
+ "displayName": "Availability results",
+ "blobDuration": "PT1H"
+ },
+ {
+ "name": "AppBrowserTimings",
+ "displayName": "Browser timings",
+ "blobDuration": "PT1H"
+ },
+ {
+ "name": "AppEvents",
+ "displayName": "Events",
+ "blobDuration": "PT1H"
+ },
+ {
+ "name": "AppMetrics",
+ "displayName": "Metrics",
+ "blobDuration": "PT1H"
+ },
+ {
+ "name": "AppDependencies",
+ "displayName": "Dependencies",
+ "blobDuration": "PT1H"
+ },
+ {
+ "name": "AppExceptions",
+ "displayName": "Exceptions",
+ "blobDuration": "PT1H"
+ },
+ {
+ "name": "AppPageViews",
+ "displayName": "Page views",
+ "blobDuration": "PT1H"
+ },
+ {
+ "name": "AppPerformanceCounters",
+ "displayName": "Performance counters",
+ "blobDuration": "PT1H"
+ },
+ {
+ "name": "AppRequests",
+ "displayName": "Requests",
+ "blobDuration": "PT1H"
+ },
+ {
+ "name": "AppSystemEvents",
+ "displayName": "System events",
+ "blobDuration": "PT1H"
+ },
+ {
+ "name": "AppTraces",
+ "displayName": "Traces",
+ "blobDuration": "PT1H"
+ }
+ ],
+ "legacyMetricSpecifications": null
+ }
+ }
+ },
+ {
+ "name": "Microsoft.Insights/Components/providers/Microsoft.Insights/diagnosticSettings/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Resource diagnostic settings",
+ "operation": "Read resource diagnostic setting",
+ "description": "Read a resource diagnostic setting"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Components/providers/Microsoft.Insights/diagnosticSettings/Write",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Resource diagnostic settings",
+ "operation": "Create or update resource diagnostic setting",
+ "description": "Create or update a resource diagnostic setting"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Components/ExportConfiguration/Action",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Application Insights export settings",
+ "operation": "Application Insights export settings action",
+ "description": "Application Insights export settings action"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Components/ExportConfiguration/Delete",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Application Insights export settings",
+ "operation": "Application Insights export settings delete",
+ "description": "Deleting Application Insights export settings"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Components/ExportConfiguration/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Application Insights export settings",
+ "operation": "Application Insights export settings read",
+ "description": "Reading Application Insights export settings"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Components/ExportConfiguration/Write",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Application Insights export settings",
+ "operation": "Application Insights export settings write",
+ "description": "Writing Application Insights export settings"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Components/Favorites/Delete",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Application Insights favorites",
+ "operation": "Application Insights favorites delete",
+ "description": "Deleting an Application Insights favorite"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Components/Favorites/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Application Insights favorites",
+ "operation": "Application Insights favorites read",
+ "description": "Reading an Application Insights favorite"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Components/Favorites/Write",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Application Insights favorites",
+ "operation": "Application Insights favorite write",
+ "description": "Writing an Application Insights favorite"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Components/MyFavorites/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Application Insights favorites",
+ "operation": "Application Insights personal favorites read",
+ "description": "Reading an Application Insights personal favorite"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/generateLiveToken/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Application Insights Live Metrics token",
+ "operation": "Get Live Metrics token",
+ "description": "Live Metrics get token"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Components/providers/Microsoft.Insights/MetricDefinitions/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Metric Definitions",
+ "operation": "Read metric definitions",
+ "description": "Read metric definitions"
+ },
+ "properties": {
+ "serviceSpecification": {
+ "metricSpecifications": [
+ {
+ "name": "availabilityResults/availabilityPercentage",
+ "displayName": "Availability",
+ "internalMetricName": null,
+ "displayDescription": "Percentage of successfully completed availability tests",
+ "unit": "Percent",
+ "aggregationType": "Average",
+ "availabilities": null,
+ "fillGapWithZero": false,
+ "category": "Availability",
+ "dimensions": [
+ {
+ "name": "availabilityResult/name",
+ "displayName": "Test name",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ },
+ {
+ "name": "availabilityResult/location",
+ "displayName": "Run location",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ }
+ ],
+ "supportedAggregationTypes": [
+ "Average"
+ ],
+ "lockAggregationType": null
+ },
+ {
+ "name": "availabilityResults/count",
+ "displayName": "Availability tests",
+ "internalMetricName": "availabilityResults/duration",
+ "displayDescription": "Count of availability tests",
+ "unit": "Count",
+ "aggregationType": "Count",
+ "availabilities": null,
+ "fillGapWithZero": true,
+ "category": "Availability",
+ "dimensions": [
+ {
+ "name": "availabilityResult/name",
+ "displayName": "Test name",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ },
+ {
+ "name": "availabilityResult/location",
+ "displayName": "Run location",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ },
+ {
+ "name": "availabilityResult/success",
+ "displayName": "Test result",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ }
+ ],
+ "supportedAggregationTypes": [
+ "Count"
+ ],
+ "lockAggregationType": null
+ },
+ {
+ "name": "availabilityResults/duration",
+ "displayName": "Availability test duration",
+ "internalMetricName": null,
+ "displayDescription": "Availability test duration",
+ "unit": "MilliSeconds",
+ "aggregationType": "Average",
+ "availabilities": null,
+ "fillGapWithZero": false,
+ "category": "Availability",
+ "dimensions": [
+ {
+ "name": "availabilityResult/name",
+ "displayName": "Test name",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ },
+ {
+ "name": "availabilityResult/location",
+ "displayName": "Run location",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ },
+ {
+ "name": "availabilityResult/success",
+ "displayName": "Test result",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ }
+ ],
+ "supportedAggregationTypes": [
+ "Average",
+ "Maximum",
+ "Minimum"
+ ],
+ "lockAggregationType": null
+ },
+ {
+ "name": "browserTimings/networkDuration",
+ "displayName": "Page load network connect time",
+ "internalMetricName": null,
+ "displayDescription": "Time between user request and network connection. Includes DNS lookup and transport connection.",
+ "unit": "MilliSeconds",
+ "aggregationType": "Average",
+ "availabilities": null,
+ "fillGapWithZero": false,
+ "category": "Browser",
+ "dimensions": null,
+ "supportedAggregationTypes": [
+ "Average",
+ "Maximum",
+ "Minimum"
+ ],
+ "lockAggregationType": null
+ },
+ {
+ "name": "browserTimings/processingDuration",
+ "displayName": "Client processing time",
+ "internalMetricName": null,
+ "displayDescription": "Time between receiving the last byte of a document until the DOM is loaded. Async requests may still be processing.",
+ "unit": "MilliSeconds",
+ "aggregationType": "Average",
+ "availabilities": null,
+ "fillGapWithZero": false,
+ "category": "Browser",
+ "dimensions": null,
+ "supportedAggregationTypes": [
+ "Average",
+ "Maximum",
+ "Minimum"
+ ],
+ "lockAggregationType": null
+ },
+ {
+ "name": "browserTimings/receiveDuration",
+ "displayName": "Receiving response time",
+ "internalMetricName": null,
+ "displayDescription": "Time between the first and last bytes, or until disconnection.",
+ "unit": "MilliSeconds",
+ "aggregationType": "Average",
+ "availabilities": null,
+ "fillGapWithZero": false,
+ "category": "Browser",
+ "dimensions": null,
+ "supportedAggregationTypes": [
+ "Average",
+ "Maximum",
+ "Minimum"
+ ],
+ "lockAggregationType": null
+ },
+ {
+ "name": "browserTimings/sendDuration",
+ "displayName": "Send request time",
+ "internalMetricName": null,
+ "displayDescription": "Time between network connection and receiving the first byte.",
+ "unit": "MilliSeconds",
+ "aggregationType": "Average",
+ "availabilities": null,
+ "fillGapWithZero": false,
+ "category": "Browser",
+ "dimensions": null,
+ "supportedAggregationTypes": [
+ "Average",
+ "Maximum",
+ "Minimum"
+ ],
+ "lockAggregationType": null
+ },
+ {
+ "name": "browserTimings/totalDuration",
+ "displayName": "Browser page load time",
+ "internalMetricName": null,
+ "displayDescription": "Time from user request until DOM, stylesheets, scripts and images are loaded.",
+ "unit": "MilliSeconds",
+ "aggregationType": "Average",
+ "availabilities": null,
+ "fillGapWithZero": false,
+ "category": "Browser",
+ "dimensions": null,
+ "supportedAggregationTypes": [
+ "Average",
+ "Maximum",
+ "Minimum"
+ ],
+ "lockAggregationType": null
+ },
+ {
+ "name": "dependencies/count",
+ "displayName": "Dependency calls",
+ "internalMetricName": "dependencies/duration",
+ "displayDescription": "Count of calls made by the application to external resources.",
+ "unit": "Count",
+ "aggregationType": "Count",
+ "availabilities": null,
+ "fillGapWithZero": true,
+ "category": "Server",
+ "dimensions": [
+ {
+ "name": "dependency/type",
+ "displayName": "Dependency type",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ },
+ {
+ "name": "dependency/performanceBucket",
+ "displayName": "Dependency performance",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ },
+ {
+ "name": "dependency/success",
+ "displayName": "Successful call",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ },
+ {
+ "name": "dependency/target",
+ "displayName": "Target of a dependency call",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ },
+ {
+ "name": "dependency/resultCode",
+ "displayName": "Result code",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ },
+ {
+ "name": "operation/synthetic",
+ "displayName": "Is traffic synthetic",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ },
+ {
+ "name": "cloud/roleInstance",
+ "displayName": "Cloud role instance",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ },
+ {
+ "name": "cloud/roleName",
+ "displayName": "Cloud role name",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ }
+ ],
+ "supportedAggregationTypes": [
+ "Count"
+ ],
+ "lockAggregationType": null
+ },
+ {
+ "name": "dependencies/duration",
+ "displayName": "Dependency duration",
+ "internalMetricName": null,
+ "displayDescription": "Duration of calls made by the application to external resources.",
+ "unit": "MilliSeconds",
+ "aggregationType": "Average",
+ "availabilities": null,
+ "fillGapWithZero": false,
+ "category": "Server",
+ "dimensions": [
+ {
+ "name": "dependency/type",
+ "displayName": "Dependency type",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ },
+ {
+ "name": "dependency/performanceBucket",
+ "displayName": "Dependency performance",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ },
+ {
+ "name": "dependency/success",
+ "displayName": "Successful call",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ },
+ {
+ "name": "dependency/target",
+ "displayName": "Target of a dependency call",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ },
+ {
+ "name": "dependency/resultCode",
+ "displayName": "Result code",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ },
+ {
+ "name": "operation/synthetic",
+ "displayName": "Is traffic synthetic",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ },
+ {
+ "name": "cloud/roleInstance",
+ "displayName": "Cloud role instance",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ },
+ {
+ "name": "cloud/roleName",
+ "displayName": "Cloud role name",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ }
+ ],
+ "supportedAggregationTypes": [
+ "Average",
+ "Maximum",
+ "Minimum"
+ ],
+ "lockAggregationType": null
+ },
+ {
+ "name": "dependencies/failed",
+ "displayName": "Dependency call failures",
+ "internalMetricName": "dependencies/duration",
+ "displayDescription": "Count of failed dependency calls made by the application to external resources.",
+ "unit": "Count",
+ "aggregationType": "Count",
+ "availabilities": null,
+ "fillGapWithZero": true,
+ "category": "Failures",
+ "dimensions": [
+ {
+ "name": "dependency/type",
+ "displayName": "Dependency type",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ },
+ {
+ "name": "dependency/performanceBucket",
+ "displayName": "Dependency performance",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ },
+ {
+ "name": "dependency/success",
+ "displayName": "Successful call",
+ "toBeExportedForShoebox": false,
+ "isHidden": true,
+ "defaultDimensionValues": [
+ {
+ "value": "False"
+ }
+ ]
+ },
+ {
+ "name": "dependency/target",
+ "displayName": "Target of a dependency call",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ },
+ {
+ "name": "dependency/resultCode",
+ "displayName": "Result code",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ },
+ {
+ "name": "operation/synthetic",
+ "displayName": "Is traffic synthetic",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ },
+ {
+ "name": "cloud/roleInstance",
+ "displayName": "Cloud role instance",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ },
+ {
+ "name": "cloud/roleName",
+ "displayName": "Cloud role name",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ }
+ ],
+ "supportedAggregationTypes": [
+ "Count"
+ ],
+ "lockAggregationType": null
+ },
+ {
+ "name": "pageViews/count",
+ "displayName": "Page views",
+ "internalMetricName": null,
+ "displayDescription": "Count of page views.",
+ "unit": "Count",
+ "aggregationType": "Count",
+ "availabilities": null,
+ "fillGapWithZero": true,
+ "category": "Usage",
+ "dimensions": [
+ {
+ "name": "operation/synthetic",
+ "displayName": "Is traffic synthetic",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ },
+ {
+ "name": "cloud/roleName",
+ "displayName": "Cloud role name",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ }
+ ],
+ "supportedAggregationTypes": [
+ "Count"
+ ],
+ "lockAggregationType": null
+ },
+ {
+ "name": "pageViews/duration",
+ "displayName": "Page view load time",
+ "internalMetricName": null,
+ "displayDescription": "Page view load time",
+ "unit": "MilliSeconds",
+ "aggregationType": "Average",
+ "availabilities": null,
+ "fillGapWithZero": false,
+ "category": "Usage",
+ "dimensions": [
+ {
+ "name": "operation/synthetic",
+ "displayName": "Is traffic synthetic",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ },
+ {
+ "name": "cloud/roleName",
+ "displayName": "Cloud role name",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ }
+ ],
+ "supportedAggregationTypes": [
+ "Average",
+ "Maximum",
+ "Minimum"
+ ],
+ "lockAggregationType": null
+ },
+ {
+ "name": "performanceCounters/requestExecutionTime",
+ "displayName": "HTTP request execution time",
+ "internalMetricName": null,
+ "displayDescription": "Execution time of the most recent request.",
+ "unit": "MilliSeconds",
+ "aggregationType": "Average",
+ "availabilities": null,
+ "fillGapWithZero": false,
+ "category": "Performance counters",
+ "dimensions": [
+ {
+ "name": "cloud/roleInstance",
+ "displayName": "Cloud role instance",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ }
+ ],
+ "supportedAggregationTypes": [
+ "Average",
+ "Maximum",
+ "Minimum"
+ ],
+ "lockAggregationType": null
+ },
+ {
+ "name": "performanceCounters/requestsInQueue",
+ "displayName": "HTTP requests in application queue",
+ "internalMetricName": null,
+ "displayDescription": "Length of the application request queue.",
+ "unit": "Count",
+ "aggregationType": "Average",
+ "availabilities": null,
+ "fillGapWithZero": true,
+ "category": "Performance counters",
+ "dimensions": [
+ {
+ "name": "cloud/roleInstance",
+ "displayName": "Cloud role instance",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ }
+ ],
+ "supportedAggregationTypes": [
+ "Average",
+ "Maximum",
+ "Minimum"
+ ],
+ "lockAggregationType": null
+ },
+ {
+ "name": "performanceCounters/requestsPerSecond",
+ "displayName": "HTTP request rate",
+ "internalMetricName": null,
+ "displayDescription": "Rate of all requests to the application per second from ASP.NET.",
+ "unit": "CountPerSecond",
+ "aggregationType": "Average",
+ "availabilities": null,
+ "fillGapWithZero": true,
+ "category": "Performance counters",
+ "dimensions": [
+ {
+ "name": "cloud/roleInstance",
+ "displayName": "Cloud role instance",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ }
+ ],
+ "supportedAggregationTypes": [
+ "Average",
+ "Maximum",
+ "Minimum"
+ ],
+ "lockAggregationType": null
+ },
+ {
+ "name": "performanceCounters/exceptionsPerSecond",
+ "displayName": "Exception rate",
+ "internalMetricName": null,
+ "displayDescription": "Count of handled and unhandled exceptions reported to windows, including .NET exceptions and unmanaged exceptions that are converted into .NET exceptions.",
+ "unit": "CountPerSecond",
+ "aggregationType": "Average",
+ "availabilities": null,
+ "fillGapWithZero": true,
+ "category": "Performance counters",
+ "dimensions": [
+ {
+ "name": "cloud/roleInstance",
+ "displayName": "Cloud role instance",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ }
+ ],
+ "supportedAggregationTypes": [
+ "Average",
+ "Maximum",
+ "Minimum"
+ ],
+ "lockAggregationType": null
+ },
+ {
+ "name": "performanceCounters/processIOBytesPerSecond",
+ "displayName": "Process IO rate",
+ "internalMetricName": null,
+ "displayDescription": "Total bytes per second read and written to files, network and devices.",
+ "unit": "BytesPerSecond",
+ "aggregationType": "Average",
+ "availabilities": null,
+ "fillGapWithZero": false,
+ "category": "Performance counters",
+ "dimensions": [
+ {
+ "name": "cloud/roleInstance",
+ "displayName": "Cloud role instance",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ }
+ ],
+ "supportedAggregationTypes": [
+ "Average",
+ "Maximum",
+ "Minimum"
+ ],
+ "lockAggregationType": null
+ },
+ {
+ "name": "performanceCounters/processCpuPercentage",
+ "displayName": "Process CPU",
+ "internalMetricName": null,
+ "displayDescription": "The percentage of elapsed time that all process threads used the processor to execute instructions. This can vary between 0 to 100. This metric indicates the performance of w3wp process alone.",
+ "unit": "Percent",
+ "aggregationType": "Average",
+ "availabilities": null,
+ "fillGapWithZero": false,
+ "category": "Performance counters",
+ "dimensions": [
+ {
+ "name": "cloud/roleInstance",
+ "displayName": "Cloud role instance",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ }
+ ],
+ "supportedAggregationTypes": [
+ "Average",
+ "Maximum",
+ "Minimum"
+ ],
+ "lockAggregationType": null
+ },
+ {
+ "name": "performanceCounters/processorCpuPercentage",
+ "displayName": "Processor time",
+ "internalMetricName": null,
+ "displayDescription": "The percentage of time that the processor spends in non-idle threads.",
+ "unit": "Percent",
+ "aggregationType": "Average",
+ "availabilities": null,
+ "fillGapWithZero": false,
+ "category": "Performance counters",
+ "dimensions": [
+ {
+ "name": "cloud/roleInstance",
+ "displayName": "Cloud role instance",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ }
+ ],
+ "supportedAggregationTypes": [
+ "Average",
+ "Maximum",
+ "Minimum"
+ ],
+ "lockAggregationType": null
+ },
+ {
+ "name": "performanceCounters/memoryAvailableBytes",
+ "displayName": "Available memory",
+ "internalMetricName": null,
+ "displayDescription": "Physical memory immediately available for allocation to a process or for system use.",
+ "unit": "Bytes",
+ "aggregationType": "Average",
+ "availabilities": null,
+ "fillGapWithZero": false,
+ "category": "Performance counters",
+ "dimensions": [
+ {
+ "name": "cloud/roleInstance",
+ "displayName": "Cloud role instance",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ }
+ ],
+ "supportedAggregationTypes": [
+ "Average",
+ "Maximum",
+ "Minimum"
+ ],
+ "lockAggregationType": null
+ },
+ {
+ "name": "performanceCounters/processPrivateBytes",
+ "displayName": "Process private bytes",
+ "internalMetricName": null,
+ "displayDescription": "Memory exclusively assigned to the monitored application's processes.",
+ "unit": "Bytes",
+ "aggregationType": "Average",
+ "availabilities": null,
+ "fillGapWithZero": false,
+ "category": "Performance counters",
+ "dimensions": [
+ {
+ "name": "cloud/roleInstance",
+ "displayName": "Cloud role instance",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ }
+ ],
+ "supportedAggregationTypes": [
+ "Average",
+ "Maximum",
+ "Minimum"
+ ],
+ "lockAggregationType": null
+ },
+ {
+ "name": "requests/duration",
+ "displayName": "Server response time",
+ "internalMetricName": null,
+ "displayDescription": "Time between receiving an HTTP request and finishing sending the response.",
+ "unit": "MilliSeconds",
+ "aggregationType": "Average",
+ "availabilities": null,
+ "fillGapWithZero": false,
+ "category": "Server",
+ "dimensions": [
+ {
+ "name": "request/performanceBucket",
+ "displayName": "Request performance",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ },
+ {
+ "name": "request/resultCode",
+ "displayName": "Result code",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ },
+ {
+ "name": "operation/synthetic",
+ "displayName": "Is traffic synthetic",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ },
+ {
+ "name": "cloud/roleInstance",
+ "displayName": "Cloud role instance",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ },
+ {
+ "name": "request/success",
+ "displayName": "Successful request",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ },
+ {
+ "name": "cloud/roleName",
+ "displayName": "Cloud role name",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ }
+ ],
+ "supportedAggregationTypes": [
+ "Average",
+ "Maximum",
+ "Minimum"
+ ],
+ "lockAggregationType": null
+ },
+ {
+ "name": "requests/count",
+ "displayName": "Server requests",
+ "internalMetricName": "requests/duration",
+ "displayDescription": "Count of HTTP requests completed.",
+ "unit": "Count",
+ "aggregationType": "Count",
+ "availabilities": null,
+ "fillGapWithZero": true,
+ "category": "Server",
+ "dimensions": [
+ {
+ "name": "request/performanceBucket",
+ "displayName": "Request performance",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ },
+ {
+ "name": "request/resultCode",
+ "displayName": "Result code",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ },
+ {
+ "name": "operation/synthetic",
+ "displayName": "Is traffic synthetic",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ },
+ {
+ "name": "cloud/roleInstance",
+ "displayName": "Cloud role instance",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ },
+ {
+ "name": "request/success",
+ "displayName": "Successful request",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ },
+ {
+ "name": "cloud/roleName",
+ "displayName": "Cloud role name",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ }
+ ],
+ "supportedAggregationTypes": [
+ "Count"
+ ],
+ "lockAggregationType": null
+ },
+ {
+ "name": "requests/failed",
+ "displayName": "Failed requests",
+ "internalMetricName": "requests/duration",
+ "displayDescription": "Count of HTTP requests marked as failed. In most cases these are requests with a response code >= 400 and not equal to 401.",
+ "unit": "Count",
+ "aggregationType": "Count",
+ "availabilities": null,
+ "fillGapWithZero": true,
+ "category": "Failures",
+ "dimensions": [
+ {
+ "name": "request/performanceBucket",
+ "displayName": "Request performance",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ },
+ {
+ "name": "request/resultCode",
+ "displayName": "Result code",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ },
+ {
+ "name": "request/success",
+ "displayName": "Successful request",
+ "toBeExportedForShoebox": false,
+ "isHidden": true,
+ "defaultDimensionValues": [
+ {
+ "value": "False"
+ }
+ ]
+ },
+ {
+ "name": "operation/synthetic",
+ "displayName": "Is traffic synthetic",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ },
+ {
+ "name": "cloud/roleInstance",
+ "displayName": "Cloud role instance",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ },
+ {
+ "name": "cloud/roleName",
+ "displayName": "Cloud role name",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ }
+ ],
+ "supportedAggregationTypes": [
+ "Count"
+ ],
+ "lockAggregationType": null
+ },
+ {
+ "name": "requests/rate",
+ "displayName": "Server request rate",
+ "internalMetricName": null,
+ "displayDescription": "Rate of server requests per second",
+ "unit": "CountPerSecond",
+ "aggregationType": "Average",
+ "availabilities": null,
+ "fillGapWithZero": true,
+ "category": "Server",
+ "dimensions": [
+ {
+ "name": "request/performanceBucket",
+ "displayName": "Request performance",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ },
+ {
+ "name": "request/resultCode",
+ "displayName": "Result code",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ },
+ {
+ "name": "operation/synthetic",
+ "displayName": "Is traffic synthetic",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ },
+ {
+ "name": "cloud/roleInstance",
+ "displayName": "Cloud role instance",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ },
+ {
+ "name": "request/success",
+ "displayName": "Successful request",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ },
+ {
+ "name": "cloud/roleName",
+ "displayName": "Cloud role name",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ }
+ ],
+ "supportedAggregationTypes": [
+ "Average"
+ ],
+ "lockAggregationType": "Average"
+ },
+ {
+ "name": "exceptions/count",
+ "displayName": "Exceptions",
+ "internalMetricName": null,
+ "displayDescription": "Combined count of all uncaught exceptions.",
+ "unit": "Count",
+ "aggregationType": "Count",
+ "availabilities": null,
+ "fillGapWithZero": true,
+ "category": "Failures",
+ "dimensions": [
+ {
+ "name": "cloud/roleName",
+ "displayName": "Cloud role name",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ },
+ {
+ "name": "cloud/roleInstance",
+ "displayName": "Cloud role instance",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ },
+ {
+ "name": "client/type",
+ "displayName": "Device type",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ }
+ ],
+ "supportedAggregationTypes": [
+ "Count"
+ ],
+ "lockAggregationType": null
+ },
+ {
+ "name": "exceptions/browser",
+ "displayName": "Browser exceptions",
+ "internalMetricName": "exceptions/count",
+ "displayDescription": "Count of uncaught exceptions thrown in the browser.",
+ "unit": "Count",
+ "aggregationType": "Count",
+ "availabilities": null,
+ "fillGapWithZero": true,
+ "category": "Failures",
+ "dimensions": [
+ {
+ "name": "client/isServer",
+ "displayName": null,
+ "toBeExportedForShoebox": false,
+ "isHidden": true,
+ "defaultDimensionValues": [
+ {
+ "value": "False"
+ }
+ ]
+ },
+ {
+ "name": "cloud/roleName",
+ "displayName": "Cloud role name",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ }
+ ],
+ "supportedAggregationTypes": [
+ "Count"
+ ],
+ "lockAggregationType": null
+ },
+ {
+ "name": "exceptions/server",
+ "displayName": "Server exceptions",
+ "internalMetricName": "exceptions/count",
+ "displayDescription": "Count of uncaught exceptions thrown in the server application.",
+ "unit": "Count",
+ "aggregationType": "Count",
+ "availabilities": null,
+ "fillGapWithZero": true,
+ "category": "Failures",
+ "dimensions": [
+ {
+ "name": "client/isServer",
+ "displayName": null,
+ "toBeExportedForShoebox": false,
+ "isHidden": true,
+ "defaultDimensionValues": [
+ {
+ "value": "True"
+ }
+ ]
+ },
+ {
+ "name": "cloud/roleName",
+ "displayName": "Cloud role name",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ },
+ {
+ "name": "cloud/roleInstance",
+ "displayName": "Cloud role instance",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ }
+ ],
+ "supportedAggregationTypes": [
+ "Count"
+ ],
+ "lockAggregationType": null
+ },
+ {
+ "name": "traces/count",
+ "displayName": "Traces",
+ "internalMetricName": null,
+ "displayDescription": "Trace document count",
+ "unit": "Count",
+ "aggregationType": "Count",
+ "availabilities": null,
+ "fillGapWithZero": true,
+ "category": "Usage",
+ "dimensions": [
+ {
+ "name": "trace/severityLevel",
+ "displayName": "Severity level",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ },
+ {
+ "name": "operation/synthetic",
+ "displayName": "Is traffic synthetic",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ },
+ {
+ "name": "cloud/roleName",
+ "displayName": "Cloud role name",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ },
+ {
+ "name": "cloud/roleInstance",
+ "displayName": "Cloud role instance",
+ "toBeExportedForShoebox": false,
+ "isHidden": false,
+ "defaultDimensionValues": null
+ }
+ ],
+ "supportedAggregationTypes": [
+ "Count"
+ ],
+ "lockAggregationType": null
+ }
+ ],
+ "logSpecifications": null,
+ "legacyMetricSpecifications": null
+ }
+ }
+ },
+ {
+ "name": "Microsoft.Insights/Components/ProactiveDetectionConfigs/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Application Insights proactive detection configuration",
+ "operation": "Application Insights proactive detection configuration read",
+ "description": "Reading Application Insights proactive detection configuration"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Components/ProactiveDetectionConfigs/Write",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Application Insights proactive detection configuration",
+ "operation": "Application Insights proactive detection configuration read",
+ "description": "Writing Application Insights proactive detection configuration"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Components/SyntheticMonitorLocations/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Application Insights webtest location",
+ "operation": "Application Insights webtest locations read",
+ "description": "Reading Application Insights webtest locations"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Components/Webtests/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Web tests",
+ "operation": "Webtest read",
+ "description": "Reading a webtest configuration"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Webtests/Write",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Web tests",
+ "operation": "Webtest write",
+ "description": "Writing to a webtest configuration"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Webtests/Delete",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Web tests",
+ "operation": "Webtest delete",
+ "description": "Deleting a webtest configuration"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Webtests/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Web tests",
+ "operation": "Webtest read",
+ "description": "Reading a webtest configuration"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Webtests/GetToken/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Webtest token",
+ "operation": "Webtest token read",
+ "description": "Reading a webtest token"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Webtests/MetricDefinitions/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Webtest metric definitions",
+ "operation": "Webtest metric definitions read",
+ "description": "Reading a webtest metric definitions"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Webtests/Metrics/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Webtest metrics",
+ "operation": "Webtest metrics read",
+ "description": "Reading a webtest metrics"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Components/WorkItemConfigs/Delete",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Application Insights ALM integration configuration",
+ "operation": "Application Insights ALM integration configuration delete",
+ "description": "Deleting an Application Insights ALM integration configuration"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Components/WorkItemConfigs/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Application Insights ALM integration configuration",
+ "operation": "Application Insights ALM integration configuration read",
+ "description": "Reading an Application Insights ALM integration configuration"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Components/WorkItemConfigs/Write",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Application Insights ALM integration configuration",
+ "operation": "Application Insights ALM integration configuration write",
+ "description": "Writing an Application Insights ALM integration configuration"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Components/DefaultWorkItemConfig/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Application Insights ALM integration configuration",
+ "operation": "Application Insights default ALM integration configuration read",
+ "description": "Reading an Application Insights default ALM integration configuration"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Components/Move/Action",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Application insights components",
+ "operation": "Application Insights Component Move",
+ "description": "Move an Application Insights Component to another resource group or subscription"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/ListMigrationDate/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "List Migration Date",
+ "operation": "Subscription migration date read",
+ "description": "Get back subscription migration date"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/ListMigrationDate/Action",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "List Migration Date",
+ "operation": "Subscription migration date read",
+ "description": "Get back Subscription migration date"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/MigrateToNewpricingModel/Action",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Migrate to new pricing model",
+ "operation": "Migrate subscription to new pricing model action",
+ "description": "Migrate subscription to new pricing model"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/RollbackToLegacyPricingModel/Action",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Rollback legacy pricing model",
+ "operation": "Rollback subscription to legacy pricing model action",
+ "description": "Rollback subscription to legacy pricing model"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/topology/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Application Insights Topology",
+ "operation": "Read Topology",
+ "description": "Read Topology"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/transactions/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Application Insights Transactions",
+ "operation": "Read Transactions",
+ "description": "Read Transactions"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/ScheduledQueryRules/Write",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Scheduled query rule",
+ "operation": "Scheduled query rule write",
+ "description": "Writing a scheduled query rule"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/ScheduledQueryRules/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Scheduled query rule",
+ "operation": "Scheduled query rule read",
+ "description": "Reading a scheduled query rule"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/ScheduledQueryRules/Delete",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Scheduled query rule",
+ "operation": "Scheduled query rule delete",
+ "description": "Deleting a scheduled query rule"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Logs",
+ "operation": "Read Logs",
+ "description": "Reading data from all your logs"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/AADDomainServicesAccountLogon/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "AADDomainServicesAccountLogon",
+ "operation": "Read AADDomainServicesAccountLogon data",
+ "description": "Read data from the AADDomainServicesAccountLogon table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/AADDomainServicesAccountManagement/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "AADDomainServicesAccountManagement",
+ "operation": "Read AADDomainServicesAccountManagement data",
+ "description": "Read data from the AADDomainServicesAccountManagement table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/AADDomainServicesDirectoryServiceAccess/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "AADDomainServicesDirectoryServiceAccess",
+ "operation": "Read AADDomainServicesDirectoryServiceAccess data",
+ "description": "Read data from the AADDomainServicesDirectoryServiceAccess table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/AADDomainServicesLogonLogoff/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "AADDomainServicesLogonLogoff",
+ "operation": "Read AADDomainServicesLogonLogoff data",
+ "description": "Read data from the AADDomainServicesLogonLogoff table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/AADDomainServicesPolicyChange/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "AADDomainServicesPolicyChange",
+ "operation": "Read AADDomainServicesPolicyChange data",
+ "description": "Read data from the AADDomainServicesPolicyChange table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/AADDomainServicesPrivilegeUse/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "AADDomainServicesPrivilegeUse",
+ "operation": "Read AADDomainServicesPrivilegeUse data",
+ "description": "Read data from the AADDomainServicesPrivilegeUse table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/AADDomainServicesSystemSecurity/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "AADDomainServicesSystemSecurity",
+ "operation": "Read AADDomainServicesSystemSecurity data",
+ "description": "Read data from the AADDomainServicesSystemSecurity table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/AADManagedIdentitySignInLogs/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "AADManagedIdentitySignInLogs",
+ "operation": "Read AADManagedIdentitySignInLogs data",
+ "description": "Read data from the AADManagedIdentitySignInLogs table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/AADNonInteractiveUserSignInLogs/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "AADNonInteractiveUserSignInLogs",
+ "operation": "Read AADNonInteractiveUserSignInLogs data",
+ "description": "Read data from the AADNonInteractiveUserSignInLogs table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/AADServicePrincipalSignInLogs/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "AADServicePrincipalSignInLogs",
+ "operation": "Read AADServicePrincipalSignInLogs data",
+ "description": "Read data from the AADServicePrincipalSignInLogs table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/ADAssessmentRecommendation/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "ADAssessmentRecommendation",
+ "operation": "Read ADAssessmentRecommendation data",
+ "description": "Read data from the ADAssessmentRecommendation table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/AddonAzureBackupAlerts/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "AddonAzureBackupAlerts",
+ "operation": "Read AddonAzureBackupAlerts data",
+ "description": "Read data from the AddonAzureBackupAlerts table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/AddonAzureBackupJobs/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "AddonAzureBackupJobs",
+ "operation": "Read AddonAzureBackupJobs data",
+ "description": "Read data from the AddonAzureBackupJobs table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/AddonAzureBackupPolicy/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "AddonAzureBackupPolicy",
+ "operation": "Read AddonAzureBackupPolicy data",
+ "description": "Read data from the AddonAzureBackupPolicy table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/AddonAzureBackupProtectedInstance/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "AddonAzureBackupProtectedInstance",
+ "operation": "Read AddonAzureBackupProtectedInstance data",
+ "description": "Read data from the AddonAzureBackupProtectedInstance table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/AddonAzureBackupStorage/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "AddonAzureBackupStorage",
+ "operation": "Read AddonAzureBackupStorage data",
+ "description": "Read data from the AddonAzureBackupStorage table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/ADFActivityRun/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "ADFActivityRun",
+ "operation": "Read ADFActivityRun data",
+ "description": "Read data from the ADFActivityRun table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/ADFPipelineRun/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "ADFPipelineRun",
+ "operation": "Read ADFPipelineRun data",
+ "description": "Read data from the ADFPipelineRun table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/ADFSSISIntegrationRuntimeLogs/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "ADFSSISIntegrationRuntimeLogs",
+ "operation": "Read ADFSSISIntegrationRuntimeLogs data",
+ "description": "Read data from the ADFSSISIntegrationRuntimeLogs table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/ADFSSISPackageEventMessageContext/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "ADFSSISPackageEventMessageContext",
+ "operation": "Read ADFSSISPackageEventMessageContext data",
+ "description": "Read data from the ADFSSISPackageEventMessageContext table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/ADFSSISPackageEventMessages/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "ADFSSISPackageEventMessages",
+ "operation": "Read ADFSSISPackageEventMessages data",
+ "description": "Read data from the ADFSSISPackageEventMessages table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/ADFSSISPackageExecutableStatistics/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "ADFSSISPackageExecutableStatistics",
+ "operation": "Read ADFSSISPackageExecutableStatistics data",
+ "description": "Read data from the ADFSSISPackageExecutableStatistics table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/ADFSSISPackageExecutionComponentPhases/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "ADFSSISPackageExecutionComponentPhases",
+ "operation": "Read ADFSSISPackageExecutionComponentPhases data",
+ "description": "Read data from the ADFSSISPackageExecutionComponentPhases table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/ADFSSISPackageExecutionDataStatistics/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "ADFSSISPackageExecutionDataStatistics",
+ "operation": "Read ADFSSISPackageExecutionDataStatistics data",
+ "description": "Read data from the ADFSSISPackageExecutionDataStatistics table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/ADFTriggerRun/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "ADFTriggerRun",
+ "operation": "Read ADFTriggerRun data",
+ "description": "Read data from the ADFTriggerRun table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/ADReplicationResult/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "ADReplicationResult",
+ "operation": "Read ADReplicationResult data",
+ "description": "Read data from the ADReplicationResult table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/ADSecurityAssessmentRecommendation/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "ADSecurityAssessmentRecommendation",
+ "operation": "Read ADSecurityAssessmentRecommendation data",
+ "description": "Read data from the ADSecurityAssessmentRecommendation table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/ADTDigitalTwinsOperation/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "ADTDigitalTwinsOperation",
+ "operation": "Read ADTDigitalTwinsOperation data",
+ "description": "Read data from the ADTDigitalTwinsOperation table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/ADTEventRoutesOperation/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "ADTEventRoutesOperation",
+ "operation": "Read ADTEventRoutesOperation data",
+ "description": "Read data from the ADTEventRoutesOperation table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/ADTModelsOperation/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "ADTModelsOperation",
+ "operation": "Read ADTModelsOperation data",
+ "description": "Read data from the ADTModelsOperation table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/ADTQueryOperation/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "ADTQueryOperation",
+ "operation": "Read ADTQueryOperation data",
+ "description": "Read data from the ADTQueryOperation table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/AegDeliveryFailureLogs/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "AegDeliveryFailureLogs",
+ "operation": "Read AegDeliveryFailureLogs data",
+ "description": "Read data from the AegDeliveryFailureLogs table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/AegPublishFailureLogs/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "AegPublishFailureLogs",
+ "operation": "Read AegPublishFailureLogs data",
+ "description": "Read data from the AegPublishFailureLogs table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/Alert/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Alert",
+ "operation": "Read Alert data",
+ "description": "Read data from the Alert table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/AlertHistory/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "AlertHistory",
+ "operation": "Read AlertHistory data",
+ "description": "Read data from the AlertHistory table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/AmlComputeClusterEvent/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "AmlComputeClusterEvent",
+ "operation": "Read AmlComputeClusterEvent data",
+ "description": "Read data from the AmlComputeClusterEvent table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/AmlComputeClusterNodeEvent/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "AmlComputeClusterNodeEvent",
+ "operation": "Read AmlComputeClusterNodeEvent data",
+ "description": "Read data from the AmlComputeClusterNodeEvent table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/AmlComputeCpuGpuUtilization/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "AmlComputeCpuGpuUtilization",
+ "operation": "Read AmlComputeCpuGpuUtilization data",
+ "description": "Read data from the AmlComputeCpuGpuUtilization table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/AmlComputeJobEvent/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "AmlComputeJobEvent",
+ "operation": "Read AmlComputeJobEvent data",
+ "description": "Read data from the AmlComputeJobEvent table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/AmlRunStatusChangedEvent/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "AmlRunStatusChangedEvent",
+ "operation": "Read AmlRunStatusChangedEvent data",
+ "description": "Read data from the AmlRunStatusChangedEvent table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/ApiManagementGatewayLogs/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "ApiManagementGatewayLogs",
+ "operation": "Read ApiManagementGatewayLogs data",
+ "description": "Read data from the ApiManagementGatewayLogs table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/AppAvailabilityResults/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "AppAvailabilityResults",
+ "operation": "Read AppAvailabilityResults data",
+ "description": "Read data from the AppAvailabilityResults table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/AppBrowserTimings/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "AppBrowserTimings",
+ "operation": "Read AppBrowserTimings data",
+ "description": "Read data from the AppBrowserTimings table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/AppCenterError/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "AppCenterError",
+ "operation": "Read AppCenterError data",
+ "description": "Read data from the AppCenterError table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/AppDependencies/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "AppDependencies",
+ "operation": "Read AppDependencies data",
+ "description": "Read data from the AppDependencies table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/AppEvents/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "AppEvents",
+ "operation": "Read AppEvents data",
+ "description": "Read data from the AppEvents table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/AppExceptions/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "AppExceptions",
+ "operation": "Read AppExceptions data",
+ "description": "Read data from the AppExceptions table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/ApplicationInsights/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "ApplicationInsights",
+ "operation": "Read ApplicationInsights data",
+ "description": "Read data from the ApplicationInsights table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/AppMetrics/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "AppMetrics",
+ "operation": "Read AppMetrics data",
+ "description": "Read data from the AppMetrics table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/AppPageViews/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "AppPageViews",
+ "operation": "Read AppPageViews data",
+ "description": "Read data from the AppPageViews table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/AppPerformanceCounters/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "AppPerformanceCounters",
+ "operation": "Read AppPerformanceCounters data",
+ "description": "Read data from the AppPerformanceCounters table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/AppPlatformLogsforSpring/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "AppPlatformLogsforSpring",
+ "operation": "Read AppPlatformLogsforSpring data",
+ "description": "Read data from the AppPlatformLogsforSpring table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/AppPlatformSystemLogs/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "AppPlatformSystemLogs",
+ "operation": "Read AppPlatformSystemLogs data",
+ "description": "Read data from the AppPlatformSystemLogs table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/AppRequests/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "AppRequests",
+ "operation": "Read AppRequests data",
+ "description": "Read data from the AppRequests table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/AppServiceAntivirusScanLogs/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "AppServiceAntivirusScanLogs",
+ "operation": "Read AppServiceAntivirusScanLogs data",
+ "description": "Read data from the AppServiceAntivirusScanLogs table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/AppServiceAppLogs/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "AppServiceAppLogs",
+ "operation": "Read AppServiceAppLogs data",
+ "description": "Read data from the AppServiceAppLogs table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/AppServiceAuditLogs/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "AppServiceAuditLogs",
+ "operation": "Read AppServiceAuditLogs data",
+ "description": "Read data from the AppServiceAuditLogs table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/AppServiceConsoleLogs/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "AppServiceConsoleLogs",
+ "operation": "Read AppServiceConsoleLogs data",
+ "description": "Read data from the AppServiceConsoleLogs table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/AppServiceEnvironmentPlatformLogs/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "AppServiceEnvironmentPlatformLogs",
+ "operation": "Read AppServiceEnvironmentPlatformLogs data",
+ "description": "Read data from the AppServiceEnvironmentPlatformLogs table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/AppServiceFileAuditLogs/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "AppServiceFileAuditLogs",
+ "operation": "Read AppServiceFileAuditLogs data",
+ "description": "Read data from the AppServiceFileAuditLogs table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/AppServiceHTTPLogs/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "AppServiceHTTPLogs",
+ "operation": "Read AppServiceHTTPLogs data",
+ "description": "Read data from the AppServiceHTTPLogs table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/AppServicePlatformLogs/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "AppServicePlatformLogs",
+ "operation": "Read AppServicePlatformLogs data",
+ "description": "Read data from the AppServicePlatformLogs table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/AppSystemEvents/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "AppSystemEvents",
+ "operation": "Read AppSystemEvents data",
+ "description": "Read data from the AppSystemEvents table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/AppTraces/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "AppTraces",
+ "operation": "Read AppTraces data",
+ "description": "Read data from the AppTraces table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/AuditLogs/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "AuditLogs",
+ "operation": "Read AuditLogs data",
+ "description": "Read data from the AuditLogs table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/AutoscaleEvaluationsLog/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "AutoscaleEvaluationsLog",
+ "operation": "Read AutoscaleEvaluationsLog data",
+ "description": "Read data from the AutoscaleEvaluationsLog table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/AutoscaleScaleActionsLog/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "AutoscaleScaleActionsLog",
+ "operation": "Read AutoscaleScaleActionsLog data",
+ "description": "Read data from the AutoscaleScaleActionsLog table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/AWSCloudTrail/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "AWSCloudTrail",
+ "operation": "Read AWSCloudTrail data",
+ "description": "Read data from the AWSCloudTrail table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/AzureActivity/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "AzureActivity",
+ "operation": "Read AzureActivity data",
+ "description": "Read data from the AzureActivity table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/AzureAssessmentRecommendation/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "AzureAssessmentRecommendation",
+ "operation": "Read AzureAssessmentRecommendation data",
+ "description": "Read data from the AzureAssessmentRecommendation table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/AzureDevOpsAuditing/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "AzureDevOpsAuditing",
+ "operation": "Read AzureDevOpsAuditing data",
+ "description": "Read data from the AzureDevOpsAuditing table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/AzureDiagnostics/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "AzureDiagnostics",
+ "operation": "Read AzureDiagnostics data",
+ "description": "Read data from the AzureDiagnostics table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/AzureMetrics/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "AzureMetrics",
+ "operation": "Read AzureMetrics data",
+ "description": "Read data from the AzureMetrics table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/BaiClusterEvent/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "BaiClusterEvent",
+ "operation": "Read BaiClusterEvent data",
+ "description": "Read data from the BaiClusterEvent table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/BaiClusterNodeEvent/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "BaiClusterNodeEvent",
+ "operation": "Read BaiClusterNodeEvent data",
+ "description": "Read data from the BaiClusterNodeEvent table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/BaiJobEvent/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "BaiJobEvent",
+ "operation": "Read BaiJobEvent data",
+ "description": "Read data from the BaiJobEvent table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/BehaviorAnalytics/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "BehaviorAnalytics",
+ "operation": "Read BehaviorAnalytics data",
+ "description": "Read data from the BehaviorAnalytics table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/BlockchainApplicationLog/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "BlockchainApplicationLog",
+ "operation": "Read BlockchainApplicationLog data",
+ "description": "Read data from the BlockchainApplicationLog table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/BlockchainProxyLog/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "BlockchainProxyLog",
+ "operation": "Read BlockchainProxyLog data",
+ "description": "Read data from the BlockchainProxyLog table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/BoundPort/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "BoundPort",
+ "operation": "Read BoundPort data",
+ "description": "Read data from the BoundPort table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/CommonSecurityLog/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "CommonSecurityLog",
+ "operation": "Read CommonSecurityLog data",
+ "description": "Read data from the CommonSecurityLog table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/ComputerGroup/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "ComputerGroup",
+ "operation": "Read ComputerGroup data",
+ "description": "Read data from the ComputerGroup table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/ConfigurationChange/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "ConfigurationChange",
+ "operation": "Read ConfigurationChange data",
+ "description": "Read data from the ConfigurationChange table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/ConfigurationData/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "ConfigurationData",
+ "operation": "Read ConfigurationData data",
+ "description": "Read data from the ConfigurationData table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/ContainerImageInventory/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "ContainerImageInventory",
+ "operation": "Read ContainerImageInventory data",
+ "description": "Read data from the ContainerImageInventory table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/ContainerInventory/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "ContainerInventory",
+ "operation": "Read ContainerInventory data",
+ "description": "Read data from the ContainerInventory table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/ContainerLog/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "ContainerLog",
+ "operation": "Read ContainerLog data",
+ "description": "Read data from the ContainerLog table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/ContainerNodeInventory/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "ContainerNodeInventory",
+ "operation": "Read ContainerNodeInventory data",
+ "description": "Read data from the ContainerNodeInventory table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/ContainerRegistryLoginEvents/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "ContainerRegistryLoginEvents",
+ "operation": "Read ContainerRegistryLoginEvents data",
+ "description": "Read data from the ContainerRegistryLoginEvents table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/ContainerRegistryRepositoryEvents/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "ContainerRegistryRepositoryEvents",
+ "operation": "Read ContainerRegistryRepositoryEvents data",
+ "description": "Read data from the ContainerRegistryRepositoryEvents table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/ContainerServiceLog/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "ContainerServiceLog",
+ "operation": "Read ContainerServiceLog data",
+ "description": "Read data from the ContainerServiceLog table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/Tables.Custom/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "CustomLogs",
+ "operation": "Read Custom Logs",
+ "description": "Reading data from any custom log"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/CoreAzureBackup/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "CoreAzureBackup",
+ "operation": "Read CoreAzureBackup data",
+ "description": "Read data from the CoreAzureBackup table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/DatabricksAccounts/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "DatabricksAccounts",
+ "operation": "Read DatabricksAccounts data",
+ "description": "Read data from the DatabricksAccounts table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/DatabricksClusters/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "DatabricksClusters",
+ "operation": "Read DatabricksClusters data",
+ "description": "Read data from the DatabricksClusters table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/DatabricksDBFS/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "DatabricksDBFS",
+ "operation": "Read DatabricksDBFS data",
+ "description": "Read data from the DatabricksDBFS table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/DatabricksInstancePools/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "DatabricksInstancePools",
+ "operation": "Read DatabricksInstancePools data",
+ "description": "Read data from the DatabricksInstancePools table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/DatabricksJobs/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "DatabricksJobs",
+ "operation": "Read DatabricksJobs data",
+ "description": "Read data from the DatabricksJobs table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/DatabricksNotebook/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "DatabricksNotebook",
+ "operation": "Read DatabricksNotebook data",
+ "description": "Read data from the DatabricksNotebook table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/DatabricksSecrets/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "DatabricksSecrets",
+ "operation": "Read DatabricksSecrets data",
+ "description": "Read data from the DatabricksSecrets table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/DatabricksSQLPermissions/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "DatabricksSQLPermissions",
+ "operation": "Read DatabricksSQLPermissions data",
+ "description": "Read data from the DatabricksSQLPermissions table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/DatabricksSSH/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "DatabricksSSH",
+ "operation": "Read DatabricksSSH data",
+ "description": "Read data from the DatabricksSSH table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/DatabricksTables/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "DatabricksTables",
+ "operation": "Read DatabricksTables data",
+ "description": "Read data from the DatabricksTables table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/DatabricksWorkspace/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "DatabricksWorkspace",
+ "operation": "Read DatabricksWorkspace data",
+ "description": "Read data from the DatabricksWorkspace table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/DeviceAppCrash/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "DeviceAppCrash",
+ "operation": "Read DeviceAppCrash data",
+ "description": "Read data from the DeviceAppCrash table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/DeviceAppLaunch/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "DeviceAppLaunch",
+ "operation": "Read DeviceAppLaunch data",
+ "description": "Read data from the DeviceAppLaunch table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/DeviceCalendar/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "DeviceCalendar",
+ "operation": "Read DeviceCalendar data",
+ "description": "Read data from the DeviceCalendar table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/DeviceCleanup/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "DeviceCleanup",
+ "operation": "Read DeviceCleanup data",
+ "description": "Read data from the DeviceCleanup table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/DeviceConnectSession/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "DeviceConnectSession",
+ "operation": "Read DeviceConnectSession data",
+ "description": "Read data from the DeviceConnectSession table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/DeviceEtw/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "DeviceEtw",
+ "operation": "Read DeviceEtw data",
+ "description": "Read data from the DeviceEtw table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/DeviceHardwareHealth/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "DeviceHardwareHealth",
+ "operation": "Read DeviceHardwareHealth data",
+ "description": "Read data from the DeviceHardwareHealth table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/DeviceHealth/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "DeviceHealth",
+ "operation": "Read DeviceHealth data",
+ "description": "Read data from the DeviceHealth table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/DeviceHeartbeat/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "DeviceHeartbeat",
+ "operation": "Read DeviceHeartbeat data",
+ "description": "Read data from the DeviceHeartbeat table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/DeviceSkypeHeartbeat/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "DeviceSkypeHeartbeat",
+ "operation": "Read DeviceSkypeHeartbeat data",
+ "description": "Read data from the DeviceSkypeHeartbeat table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/DeviceSkypeSignIn/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "DeviceSkypeSignIn",
+ "operation": "Read DeviceSkypeSignIn data",
+ "description": "Read data from the DeviceSkypeSignIn table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/DeviceSleepState/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "DeviceSleepState",
+ "operation": "Read DeviceSleepState data",
+ "description": "Read data from the DeviceSleepState table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/DHAppFailure/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "DHAppFailure",
+ "operation": "Read DHAppFailure data",
+ "description": "Read data from the DHAppFailure table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/DHAppReliability/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "DHAppReliability",
+ "operation": "Read DHAppReliability data",
+ "description": "Read data from the DHAppReliability table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/DHCPActivity/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "DHCPActivity",
+ "operation": "Read DHCPActivity data",
+ "description": "Read data from the DHCPActivity table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/DHDriverReliability/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "DHDriverReliability",
+ "operation": "Read DHDriverReliability data",
+ "description": "Read data from the DHDriverReliability table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/DHLogonFailures/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "DHLogonFailures",
+ "operation": "Read DHLogonFailures data",
+ "description": "Read data from the DHLogonFailures table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/DHLogonMetrics/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "DHLogonMetrics",
+ "operation": "Read DHLogonMetrics data",
+ "description": "Read data from the DHLogonMetrics table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/DHOSCrashData/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "DHOSCrashData",
+ "operation": "Read DHOSCrashData data",
+ "description": "Read data from the DHOSCrashData table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/DHOSReliability/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "DHOSReliability",
+ "operation": "Read DHOSReliability data",
+ "description": "Read data from the DHOSReliability table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/DHWipAppLearning/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "DHWipAppLearning",
+ "operation": "Read DHWipAppLearning data",
+ "description": "Read data from the DHWipAppLearning table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/DnsEvents/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "DnsEvents",
+ "operation": "Read DnsEvents data",
+ "description": "Read data from the DnsEvents table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/DnsInventory/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "DnsInventory",
+ "operation": "Read DnsInventory data",
+ "description": "Read data from the DnsInventory table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/Dynamics365Activity/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Dynamics365Activity",
+ "operation": "Read Dynamics365Activity data",
+ "description": "Read data from the Dynamics365Activity table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/ETWEvent/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "ETWEvent",
+ "operation": "Read ETWEvent data",
+ "description": "Read data from the ETWEvent table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/Event/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Event",
+ "operation": "Read Event data",
+ "description": "Read data from the Event table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/ExchangeAssessmentRecommendation/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "ExchangeAssessmentRecommendation",
+ "operation": "Read ExchangeAssessmentRecommendation data",
+ "description": "Read data from the ExchangeAssessmentRecommendation table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/ExchangeOnlineAssessmentRecommendation/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "ExchangeOnlineAssessmentRecommendation",
+ "operation": "Read ExchangeOnlineAssessmentRecommendation data",
+ "description": "Read data from the ExchangeOnlineAssessmentRecommendation table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/FailedIngestion/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "FailedIngestion",
+ "operation": "Read FailedIngestion data",
+ "description": "Read data from the FailedIngestion table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/FunctionAppLogs/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "FunctionAppLogs",
+ "operation": "Read FunctionAppLogs data",
+ "description": "Read data from the FunctionAppLogs table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/Heartbeat/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Heartbeat",
+ "operation": "Read Heartbeat data",
+ "description": "Read data from the Heartbeat table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/HuntingBookmark/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "HuntingBookmark",
+ "operation": "Read HuntingBookmark data",
+ "description": "Read data from the HuntingBookmark table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/IISAssessmentRecommendation/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "IISAssessmentRecommendation",
+ "operation": "Read IISAssessmentRecommendation data",
+ "description": "Read data from the IISAssessmentRecommendation table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/InboundConnection/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "InboundConnection",
+ "operation": "Read InboundConnection data",
+ "description": "Read data from the InboundConnection table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/InsightsMetrics/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "InsightsMetrics",
+ "operation": "Read InsightsMetrics data",
+ "description": "Read data from the InsightsMetrics table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/IntuneAuditLogs/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "IntuneAuditLogs",
+ "operation": "Read IntuneAuditLogs data",
+ "description": "Read data from the IntuneAuditLogs table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/IntuneDeviceComplianceOrg/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "IntuneDeviceComplianceOrg",
+ "operation": "Read IntuneDeviceComplianceOrg data",
+ "description": "Read data from the IntuneDeviceComplianceOrg table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/IntuneOperationalLogs/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "IntuneOperationalLogs",
+ "operation": "Read IntuneOperationalLogs data",
+ "description": "Read data from the IntuneOperationalLogs table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/IoTHubDistributedTracing/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "IoTHubDistributedTracing",
+ "operation": "Read IoTHubDistributedTracing data",
+ "description": "Read data from the IoTHubDistributedTracing table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/KubeEvents/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "KubeEvents",
+ "operation": "Read KubeEvents data",
+ "description": "Read data from the KubeEvents table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/KubeHealth/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "KubeHealth",
+ "operation": "Read KubeHealth data",
+ "description": "Read data from the KubeHealth table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/KubeMonAgentEvents/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "KubeMonAgentEvents",
+ "operation": "Read KubeMonAgentEvents data",
+ "description": "Read data from the KubeMonAgentEvents table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/KubeNodeInventory/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "KubeNodeInventory",
+ "operation": "Read KubeNodeInventory data",
+ "description": "Read data from the KubeNodeInventory table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/KubePodInventory/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "KubePodInventory",
+ "operation": "Read KubePodInventory data",
+ "description": "Read data from the KubePodInventory table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/KubeServices/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "KubeServices",
+ "operation": "Read KubeServices data",
+ "description": "Read data from the KubeServices table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/LinuxAuditLog/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "LinuxAuditLog",
+ "operation": "Read LinuxAuditLog data",
+ "description": "Read data from the LinuxAuditLog table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/MAApplication/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "MAApplication",
+ "operation": "Read MAApplication data",
+ "description": "Read data from the MAApplication table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/MAApplicationHealth/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "MAApplicationHealth",
+ "operation": "Read MAApplicationHealth data",
+ "description": "Read data from the MAApplicationHealth table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/MAApplicationHealthAlternativeVersions/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "MAApplicationHealthAlternativeVersions",
+ "operation": "Read MAApplicationHealthAlternativeVersions data",
+ "description": "Read data from the MAApplicationHealthAlternativeVersions table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/MAApplicationHealthIssues/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "MAApplicationHealthIssues",
+ "operation": "Read MAApplicationHealthIssues data",
+ "description": "Read data from the MAApplicationHealthIssues table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/MAApplicationInstance/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "MAApplicationInstance",
+ "operation": "Read MAApplicationInstance data",
+ "description": "Read data from the MAApplicationInstance table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/MAApplicationInstanceReadiness/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "MAApplicationInstanceReadiness",
+ "operation": "Read MAApplicationInstanceReadiness data",
+ "description": "Read data from the MAApplicationInstanceReadiness table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/MAApplicationReadiness/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "MAApplicationReadiness",
+ "operation": "Read MAApplicationReadiness data",
+ "description": "Read data from the MAApplicationReadiness table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/MADeploymentPlan/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "MADeploymentPlan",
+ "operation": "Read MADeploymentPlan data",
+ "description": "Read data from the MADeploymentPlan table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/MADevice/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "MADevice",
+ "operation": "Read MADevice data",
+ "description": "Read data from the MADevice table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/MADeviceNotEnrolled/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "MADeviceNotEnrolled",
+ "operation": "Read MADeviceNotEnrolled data",
+ "description": "Read data from the MADeviceNotEnrolled table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/MADeviceNRT/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "MADeviceNRT",
+ "operation": "Read MADeviceNRT data",
+ "description": "Read data from the MADeviceNRT table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/MADevicePnPHealth/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "MADevicePnPHealth",
+ "operation": "Read MADevicePnPHealth data",
+ "description": "Read data from the MADevicePnPHealth table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/MADevicePnPHealthAlternativeVersions/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "MADevicePnPHealthAlternativeVersions",
+ "operation": "Read MADevicePnPHealthAlternativeVersions data",
+ "description": "Read data from the MADevicePnPHealthAlternativeVersions table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/MADevicePnPHealthIssues/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "MADevicePnPHealthIssues",
+ "operation": "Read MADevicePnPHealthIssues data",
+ "description": "Read data from the MADevicePnPHealthIssues table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/MADeviceReadiness/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "MADeviceReadiness",
+ "operation": "Read MADeviceReadiness data",
+ "description": "Read data from the MADeviceReadiness table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/MADriverInstanceReadiness/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "MADriverInstanceReadiness",
+ "operation": "Read MADriverInstanceReadiness data",
+ "description": "Read data from the MADriverInstanceReadiness table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/MADriverReadiness/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "MADriverReadiness",
+ "operation": "Read MADriverReadiness data",
+ "description": "Read data from the MADriverReadiness table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/MAOfficeAddin/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "MAOfficeAddin",
+ "operation": "Read MAOfficeAddin data",
+ "description": "Read data from the MAOfficeAddin table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/MAOfficeAddinEntityHealth/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "MAOfficeAddinEntityHealth",
+ "operation": "Read MAOfficeAddinEntityHealth data",
+ "description": "Read data from the MAOfficeAddinEntityHealth table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/MAOfficeAddinHealth/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "MAOfficeAddinHealth",
+ "operation": "Read MAOfficeAddinHealth data",
+ "description": "Read data from the MAOfficeAddinHealth table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/MAOfficeAddinHealthEventNRT/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "MAOfficeAddinHealthEventNRT",
+ "operation": "Read MAOfficeAddinHealthEventNRT data",
+ "description": "Read data from the MAOfficeAddinHealthEventNRT table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/MAOfficeAddinHealthIssues/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "MAOfficeAddinHealthIssues",
+ "operation": "Read MAOfficeAddinHealthIssues data",
+ "description": "Read data from the MAOfficeAddinHealthIssues table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/MAOfficeAddinInstance/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "MAOfficeAddinInstance",
+ "operation": "Read MAOfficeAddinInstance data",
+ "description": "Read data from the MAOfficeAddinInstance table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/MAOfficeAddinInstanceReadiness/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "MAOfficeAddinInstanceReadiness",
+ "operation": "Read MAOfficeAddinInstanceReadiness data",
+ "description": "Read data from the MAOfficeAddinInstanceReadiness table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/MAOfficeAddinReadiness/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "MAOfficeAddinReadiness",
+ "operation": "Read MAOfficeAddinReadiness data",
+ "description": "Read data from the MAOfficeAddinReadiness table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/MAOfficeApp/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "MAOfficeApp",
+ "operation": "Read MAOfficeApp data",
+ "description": "Read data from the MAOfficeApp table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/MAOfficeAppCrashesNRT/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "MAOfficeAppCrashesNRT",
+ "operation": "Read MAOfficeAppCrashesNRT data",
+ "description": "Read data from the MAOfficeAppCrashesNRT table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/MAOfficeAppHealth/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "MAOfficeAppHealth",
+ "operation": "Read MAOfficeAppHealth data",
+ "description": "Read data from the MAOfficeAppHealth table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/MAOfficeAppInstance/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "MAOfficeAppInstance",
+ "operation": "Read MAOfficeAppInstance data",
+ "description": "Read data from the MAOfficeAppInstance table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/MAOfficeAppInstanceHealth/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "MAOfficeAppInstanceHealth",
+ "operation": "Read MAOfficeAppInstanceHealth data",
+ "description": "Read data from the MAOfficeAppInstanceHealth table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/MAOfficeAppReadiness/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "MAOfficeAppReadiness",
+ "operation": "Read MAOfficeAppReadiness data",
+ "description": "Read data from the MAOfficeAppReadiness table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/MAOfficeAppSessionsNRT/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "MAOfficeAppSessionsNRT",
+ "operation": "Read MAOfficeAppSessionsNRT data",
+ "description": "Read data from the MAOfficeAppSessionsNRT table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/MAOfficeBuildInfo/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "MAOfficeBuildInfo",
+ "operation": "Read MAOfficeBuildInfo data",
+ "description": "Read data from the MAOfficeBuildInfo table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/MAOfficeCurrencyAssessment/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "MAOfficeCurrencyAssessment",
+ "operation": "Read MAOfficeCurrencyAssessment data",
+ "description": "Read data from the MAOfficeCurrencyAssessment table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/MAOfficeCurrencyAssessmentDailyCounts/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "MAOfficeCurrencyAssessmentDailyCounts",
+ "operation": "Read MAOfficeCurrencyAssessmentDailyCounts data",
+ "description": "Read data from the MAOfficeCurrencyAssessmentDailyCounts table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/MAOfficeDeploymentStatus/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "MAOfficeDeploymentStatus",
+ "operation": "Read MAOfficeDeploymentStatus data",
+ "description": "Read data from the MAOfficeDeploymentStatus table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/MAOfficeDeploymentStatusNRT/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "MAOfficeDeploymentStatusNRT",
+ "operation": "Read MAOfficeDeploymentStatusNRT data",
+ "description": "Read data from the MAOfficeDeploymentStatusNRT table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/MAOfficeMacroErrorNRT/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "MAOfficeMacroErrorNRT",
+ "operation": "Read MAOfficeMacroErrorNRT data",
+ "description": "Read data from the MAOfficeMacroErrorNRT table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/MAOfficeMacroGlobalHealth/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "MAOfficeMacroGlobalHealth",
+ "operation": "Read MAOfficeMacroGlobalHealth data",
+ "description": "Read data from the MAOfficeMacroGlobalHealth table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/MAOfficeMacroHealth/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "MAOfficeMacroHealth",
+ "operation": "Read MAOfficeMacroHealth data",
+ "description": "Read data from the MAOfficeMacroHealth table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/MAOfficeMacroHealthIssues/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "MAOfficeMacroHealthIssues",
+ "operation": "Read MAOfficeMacroHealthIssues data",
+ "description": "Read data from the MAOfficeMacroHealthIssues table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/MAOfficeMacroIssueInstanceReadiness/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "MAOfficeMacroIssueInstanceReadiness",
+ "operation": "Read MAOfficeMacroIssueInstanceReadiness data",
+ "description": "Read data from the MAOfficeMacroIssueInstanceReadiness table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/MAOfficeMacroIssueReadiness/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "MAOfficeMacroIssueReadiness",
+ "operation": "Read MAOfficeMacroIssueReadiness data",
+ "description": "Read data from the MAOfficeMacroIssueReadiness table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/MAOfficeMacroSummary/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "MAOfficeMacroSummary",
+ "operation": "Read MAOfficeMacroSummary data",
+ "description": "Read data from the MAOfficeMacroSummary table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/MAOfficeSuite/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "MAOfficeSuite",
+ "operation": "Read MAOfficeSuite data",
+ "description": "Read data from the MAOfficeSuite table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/MAOfficeSuiteInstance/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "MAOfficeSuiteInstance",
+ "operation": "Read MAOfficeSuiteInstance data",
+ "description": "Read data from the MAOfficeSuiteInstance table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/MAProposedPilotDevices/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "MAProposedPilotDevices",
+ "operation": "Read MAProposedPilotDevices data",
+ "description": "Read data from the MAProposedPilotDevices table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/MAWindowsBuildInfo/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "MAWindowsBuildInfo",
+ "operation": "Read MAWindowsBuildInfo data",
+ "description": "Read data from the MAWindowsBuildInfo table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/MAWindowsCurrencyAssessment/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "MAWindowsCurrencyAssessment",
+ "operation": "Read MAWindowsCurrencyAssessment data",
+ "description": "Read data from the MAWindowsCurrencyAssessment table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/MAWindowsCurrencyAssessmentDailyCounts/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "MAWindowsCurrencyAssessmentDailyCounts",
+ "operation": "Read MAWindowsCurrencyAssessmentDailyCounts data",
+ "description": "Read data from the MAWindowsCurrencyAssessmentDailyCounts table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/MAWindowsDeploymentStatus/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "MAWindowsDeploymentStatus",
+ "operation": "Read MAWindowsDeploymentStatus data",
+ "description": "Read data from the MAWindowsDeploymentStatus table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/MAWindowsDeploymentStatusNRT/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "MAWindowsDeploymentStatusNRT",
+ "operation": "Read MAWindowsDeploymentStatusNRT data",
+ "description": "Read data from the MAWindowsDeploymentStatusNRT table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/MAWindowsSysReqInstanceReadiness/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "MAWindowsSysReqInstanceReadiness",
+ "operation": "Read MAWindowsSysReqInstanceReadiness data",
+ "description": "Read data from the MAWindowsSysReqInstanceReadiness table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/McasShadowItReporting/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "McasShadowItReporting",
+ "operation": "Read McasShadowItReporting data",
+ "description": "Read data from the McasShadowItReporting table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/MicrosoftAzureBastionAuditLogs/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "MicrosoftAzureBastionAuditLogs",
+ "operation": "Read MicrosoftAzureBastionAuditLogs data",
+ "description": "Read data from the MicrosoftAzureBastionAuditLogs table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/MicrosoftDataShareReceivedSnapshotLog/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "MicrosoftDataShareReceivedSnapshotLog",
+ "operation": "Read MicrosoftDataShareReceivedSnapshotLog data",
+ "description": "Read data from the MicrosoftDataShareReceivedSnapshotLog table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/MicrosoftDataShareSentSnapshotLog/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "MicrosoftDataShareSentSnapshotLog",
+ "operation": "Read MicrosoftDataShareSentSnapshotLog data",
+ "description": "Read data from the MicrosoftDataShareSentSnapshotLog table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/MicrosoftDataShareShareLog/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "MicrosoftDataShareShareLog",
+ "operation": "Read MicrosoftDataShareShareLog data",
+ "description": "Read data from the MicrosoftDataShareShareLog table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/MicrosoftDynamicsTelemetryPerformanceLogs/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "MicrosoftDynamicsTelemetryPerformanceLogs",
+ "operation": "Read MicrosoftDynamicsTelemetryPerformanceLogs data",
+ "description": "Read data from the MicrosoftDynamicsTelemetryPerformanceLogs table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/MicrosoftDynamicsTelemetrySystemMetricsLogs/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "MicrosoftDynamicsTelemetrySystemMetricsLogs",
+ "operation": "Read MicrosoftDynamicsTelemetrySystemMetricsLogs data",
+ "description": "Read data from the MicrosoftDynamicsTelemetrySystemMetricsLogs table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/MicrosoftHealthcareApisAuditLogs/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "MicrosoftHealthcareApisAuditLogs",
+ "operation": "Read MicrosoftHealthcareApisAuditLogs data",
+ "description": "Read data from the MicrosoftHealthcareApisAuditLogs table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/NetworkMonitoring/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "NetworkMonitoring",
+ "operation": "Read NetworkMonitoring data",
+ "description": "Read data from the NetworkMonitoring table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/OfficeActivity/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "OfficeActivity",
+ "operation": "Read OfficeActivity data",
+ "description": "Read data from the OfficeActivity table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/Operation/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Operation",
+ "operation": "Read Operation data",
+ "description": "Read data from the Operation table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/OutboundConnection/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "OutboundConnection",
+ "operation": "Read OutboundConnection data",
+ "description": "Read data from the OutboundConnection table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/Perf/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Perf",
+ "operation": "Read Perf data",
+ "description": "Read data from the Perf table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/ProtectionStatus/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "ProtectionStatus",
+ "operation": "Read ProtectionStatus data",
+ "description": "Read data from the ProtectionStatus table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/ReservedAzureCommonFields/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "ReservedAzureCommonFields",
+ "operation": "Read ReservedAzureCommonFields data",
+ "description": "Read data from the ReservedAzureCommonFields table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/ReservedCommonFields/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "ReservedCommonFields",
+ "operation": "Read ReservedCommonFields data",
+ "description": "Read data from the ReservedCommonFields table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/SCCMAssessmentRecommendation/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "SCCMAssessmentRecommendation",
+ "operation": "Read SCCMAssessmentRecommendation data",
+ "description": "Read data from the SCCMAssessmentRecommendation table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/SCOMAssessmentRecommendation/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "SCOMAssessmentRecommendation",
+ "operation": "Read SCOMAssessmentRecommendation data",
+ "description": "Read data from the SCOMAssessmentRecommendation table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/SecurityAlert/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "SecurityAlert",
+ "operation": "Read SecurityAlert data",
+ "description": "Read data from the SecurityAlert table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/SecurityBaseline/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "SecurityBaseline",
+ "operation": "Read SecurityBaseline data",
+ "description": "Read data from the SecurityBaseline table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/SecurityBaselineSummary/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "SecurityBaselineSummary",
+ "operation": "Read SecurityBaselineSummary data",
+ "description": "Read data from the SecurityBaselineSummary table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/SecurityDetection/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "SecurityDetection",
+ "operation": "Read SecurityDetection data",
+ "description": "Read data from the SecurityDetection table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/SecurityEvent/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "SecurityEvent",
+ "operation": "Read SecurityEvent data",
+ "description": "Read data from the SecurityEvent table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/SecurityIncident/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "SecurityIncident",
+ "operation": "Read SecurityIncident data",
+ "description": "Read data from the SecurityIncident table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/SecurityIoTRawEvent/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "SecurityIoTRawEvent",
+ "operation": "Read SecurityIoTRawEvent data",
+ "description": "Read data from the SecurityIoTRawEvent table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/SecurityNestedRecommendation/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "SecurityNestedRecommendation",
+ "operation": "Read SecurityNestedRecommendation data",
+ "description": "Read data from the SecurityNestedRecommendation table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/SecurityRecommendation/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "SecurityRecommendation",
+ "operation": "Read SecurityRecommendation data",
+ "description": "Read data from the SecurityRecommendation table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/ServiceFabricOperationalEvent/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "ServiceFabricOperationalEvent",
+ "operation": "Read ServiceFabricOperationalEvent data",
+ "description": "Read data from the ServiceFabricOperationalEvent table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/ServiceFabricReliableActorEvent/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "ServiceFabricReliableActorEvent",
+ "operation": "Read ServiceFabricReliableActorEvent data",
+ "description": "Read data from the ServiceFabricReliableActorEvent table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/ServiceFabricReliableServiceEvent/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "ServiceFabricReliableServiceEvent",
+ "operation": "Read ServiceFabricReliableServiceEvent data",
+ "description": "Read data from the ServiceFabricReliableServiceEvent table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/SfBAssessmentRecommendation/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "SfBAssessmentRecommendation",
+ "operation": "Read SfBAssessmentRecommendation data",
+ "description": "Read data from the SfBAssessmentRecommendation table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/SfBOnlineAssessmentRecommendation/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "SfBOnlineAssessmentRecommendation",
+ "operation": "Read SfBOnlineAssessmentRecommendation data",
+ "description": "Read data from the SfBOnlineAssessmentRecommendation table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/SharePointOnlineAssessmentRecommendation/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "SharePointOnlineAssessmentRecommendation",
+ "operation": "Read SharePointOnlineAssessmentRecommendation data",
+ "description": "Read data from the SharePointOnlineAssessmentRecommendation table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/SignalRServiceDiagnosticLogs/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "SignalRServiceDiagnosticLogs",
+ "operation": "Read SignalRServiceDiagnosticLogs data",
+ "description": "Read data from the SignalRServiceDiagnosticLogs table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/SigninLogs/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "SigninLogs",
+ "operation": "Read SigninLogs data",
+ "description": "Read data from the SigninLogs table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/SPAssessmentRecommendation/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "SPAssessmentRecommendation",
+ "operation": "Read SPAssessmentRecommendation data",
+ "description": "Read data from the SPAssessmentRecommendation table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/SQLAssessmentRecommendation/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "SQLAssessmentRecommendation",
+ "operation": "Read SQLAssessmentRecommendation data",
+ "description": "Read data from the SQLAssessmentRecommendation table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/SqlDataClassification/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "SqlDataClassification",
+ "operation": "Read SqlDataClassification data",
+ "description": "Read data from the SqlDataClassification table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/SQLQueryPerformance/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "SQLQueryPerformance",
+ "operation": "Read SQLQueryPerformance data",
+ "description": "Read data from the SQLQueryPerformance table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/SqlVulnerabilityAssessmentResult/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "SqlVulnerabilityAssessmentResult",
+ "operation": "Read SqlVulnerabilityAssessmentResult data",
+ "description": "Read data from the SqlVulnerabilityAssessmentResult table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/StorageBlobLogs/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "StorageBlobLogs",
+ "operation": "Read StorageBlobLogs data",
+ "description": "Read data from the StorageBlobLogs table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/StorageFileLogs/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "StorageFileLogs",
+ "operation": "Read StorageFileLogs data",
+ "description": "Read data from the StorageFileLogs table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/StorageQueueLogs/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "StorageQueueLogs",
+ "operation": "Read StorageQueueLogs data",
+ "description": "Read data from the StorageQueueLogs table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/StorageTableLogs/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "StorageTableLogs",
+ "operation": "Read StorageTableLogs data",
+ "description": "Read data from the StorageTableLogs table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/SucceededIngestion/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "SucceededIngestion",
+ "operation": "Read SucceededIngestion data",
+ "description": "Read data from the SucceededIngestion table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/Syslog/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Syslog",
+ "operation": "Read Syslog data",
+ "description": "Read data from the Syslog table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/SysmonEvent/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "SysmonEvent",
+ "operation": "Read SysmonEvent data",
+ "description": "Read data from the SysmonEvent table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/ThreatIntelligenceIndicator/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "ThreatIntelligenceIndicator",
+ "operation": "Read ThreatIntelligenceIndicator data",
+ "description": "Read data from the ThreatIntelligenceIndicator table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/TSIIngress/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "TSIIngress",
+ "operation": "Read TSIIngress data",
+ "description": "Read data from the TSIIngress table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/UAApp/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "UAApp",
+ "operation": "Read UAApp data",
+ "description": "Read data from the UAApp table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/UAComputer/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "UAComputer",
+ "operation": "Read UAComputer data",
+ "description": "Read data from the UAComputer table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/UAComputerRank/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "UAComputerRank",
+ "operation": "Read UAComputerRank data",
+ "description": "Read data from the UAComputerRank table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/UADriver/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "UADriver",
+ "operation": "Read UADriver data",
+ "description": "Read data from the UADriver table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/UADriverProblemCodes/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "UADriverProblemCodes",
+ "operation": "Read UADriverProblemCodes data",
+ "description": "Read data from the UADriverProblemCodes table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/UAFeedback/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "UAFeedback",
+ "operation": "Read UAFeedback data",
+ "description": "Read data from the UAFeedback table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/UAHardwareSecurity/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "UAHardwareSecurity",
+ "operation": "Read UAHardwareSecurity data",
+ "description": "Read data from the UAHardwareSecurity table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/UAIESiteDiscovery/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "UAIESiteDiscovery",
+ "operation": "Read UAIESiteDiscovery data",
+ "description": "Read data from the UAIESiteDiscovery table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/UAOfficeAddIn/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "UAOfficeAddIn",
+ "operation": "Read UAOfficeAddIn data",
+ "description": "Read data from the UAOfficeAddIn table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/UAProposedActionPlan/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "UAProposedActionPlan",
+ "operation": "Read UAProposedActionPlan data",
+ "description": "Read data from the UAProposedActionPlan table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/UASysReqIssue/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "UASysReqIssue",
+ "operation": "Read UASysReqIssue data",
+ "description": "Read data from the UASysReqIssue table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/UAUpgradedComputer/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "UAUpgradedComputer",
+ "operation": "Read UAUpgradedComputer data",
+ "description": "Read data from the UAUpgradedComputer table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/Update/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Update",
+ "operation": "Read Update data",
+ "description": "Read data from the Update table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/UpdateRunProgress/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "UpdateRunProgress",
+ "operation": "Read UpdateRunProgress data",
+ "description": "Read data from the UpdateRunProgress table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/UpdateSummary/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "UpdateSummary",
+ "operation": "Read UpdateSummary data",
+ "description": "Read data from the UpdateSummary table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/Usage/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Usage",
+ "operation": "Read Usage data",
+ "description": "Read data from the Usage table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/UserAccessAnalytics/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "UserAccessAnalytics",
+ "operation": "Read UserAccessAnalytics data",
+ "description": "Read data from the UserAccessAnalytics table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/UserPeerAnalytics/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "UserPeerAnalytics",
+ "operation": "Read UserPeerAnalytics data",
+ "description": "Read data from the UserPeerAnalytics table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/VMBoundPort/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "VMBoundPort",
+ "operation": "Read VMBoundPort data",
+ "description": "Read data from the VMBoundPort table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/VMComputer/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "VMComputer",
+ "operation": "Read VMComputer data",
+ "description": "Read data from the VMComputer table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/VMConnection/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "VMConnection",
+ "operation": "Read VMConnection data",
+ "description": "Read data from the VMConnection table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/VMProcess/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "VMProcess",
+ "operation": "Read VMProcess data",
+ "description": "Read data from the VMProcess table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/W3CIISLog/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "W3CIISLog",
+ "operation": "Read W3CIISLog data",
+ "description": "Read data from the W3CIISLog table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/WaaSDeploymentStatus/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "WaaSDeploymentStatus",
+ "operation": "Read WaaSDeploymentStatus data",
+ "description": "Read data from the WaaSDeploymentStatus table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/WaaSInsiderStatus/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "WaaSInsiderStatus",
+ "operation": "Read WaaSInsiderStatus data",
+ "description": "Read data from the WaaSInsiderStatus table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/WaaSUpdateStatus/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "WaaSUpdateStatus",
+ "operation": "Read WaaSUpdateStatus data",
+ "description": "Read data from the WaaSUpdateStatus table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/WDAVStatus/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "WDAVStatus",
+ "operation": "Read WDAVStatus data",
+ "description": "Read data from the WDAVStatus table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/WDAVThreat/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "WDAVThreat",
+ "operation": "Read WDAVThreat data",
+ "description": "Read data from the WDAVThreat table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/WindowsClientAssessmentRecommendation/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "WindowsClientAssessmentRecommendation",
+ "operation": "Read WindowsClientAssessmentRecommendation data",
+ "description": "Read data from the WindowsClientAssessmentRecommendation table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/WindowsEvent/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "WindowsEvent",
+ "operation": "Read WindowsEvent data",
+ "description": "Read data from the WindowsEvent table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/WindowsFirewall/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "WindowsFirewall",
+ "operation": "Read WindowsFirewall data",
+ "description": "Read data from the WindowsFirewall table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/WindowsServerAssessmentRecommendation/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "WindowsServerAssessmentRecommendation",
+ "operation": "Read WindowsServerAssessmentRecommendation data",
+ "description": "Read data from the WindowsServerAssessmentRecommendation table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/WireData/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "WireData",
+ "operation": "Read WireData data",
+ "description": "Read data from the WireData table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/WorkloadMonitoringPerf/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "WorkloadMonitoringPerf",
+ "operation": "Read WorkloadMonitoringPerf data",
+ "description": "Read data from the WorkloadMonitoringPerf table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/WUDOAggregatedStatus/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "WUDOAggregatedStatus",
+ "operation": "Read WUDOAggregatedStatus data",
+ "description": "Read data from the WUDOAggregatedStatus table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/WUDOStatus/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "WUDOStatus",
+ "operation": "Read WUDOStatus data",
+ "description": "Read data from the WUDOStatus table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/WVDCheckpoints/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "WVDCheckpoints",
+ "operation": "Read WVDCheckpoints data",
+ "description": "Read data from the WVDCheckpoints table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/WVDConnections/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "WVDConnections",
+ "operation": "Read WVDConnections data",
+ "description": "Read data from the WVDConnections table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/WVDErrors/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "WVDErrors",
+ "operation": "Read WVDErrors data",
+ "description": "Read data from the WVDErrors table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/WVDFeeds/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "WVDFeeds",
+ "operation": "Read WVDFeeds data",
+ "description": "Read data from the WVDFeeds table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/WVDHostRegistrations/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "WVDHostRegistrations",
+ "operation": "Read WVDHostRegistrations data",
+ "description": "Read data from the WVDHostRegistrations table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Logs/WVDManagement/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "WVDManagement",
+ "operation": "Read WVDManagement data",
+ "description": "Read data from the WVDManagement table"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Baseline/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Metric Baseline",
+ "operation": "Read metric baseline",
+ "description": "Read a metric baseline (preview)"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/CalculateBaseline/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Metric Baseline",
+ "operation": "Calculate baseline",
+ "description": "Calculate baseline for metric values (preview)"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/MetricBaselines/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Metric Baseline",
+ "operation": "Read metric baselines",
+ "description": "Read metric baselines"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/DataCollectionRules/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Data collection rule",
+ "operation": "Read data collection rule",
+ "description": "Read a data collection rule"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/DataCollectionRules/Write",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Data collection rule",
+ "operation": "Create or update data collection rule",
+ "description": "Create or update a data collection rule"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/DataCollectionRules/Delete",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Data collection rule",
+ "operation": "Delete data collection rule",
+ "description": "Delete a data collection rule"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/DataCollectionRules/Data/Write",
+ "isDataAction": true,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Data collection rule",
+ "operation": "Send data to data collection rule",
+ "description": "Send data to a data collection rule"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/DataCollectionRuleAssociations/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Data collection rule association",
+ "operation": "Read data collection rule association",
+ "description": "Read a resource's association with a data collection rule"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/DataCollectionRuleAssociations/Write",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Data collection rule association",
+ "operation": "Create or update data collection rule association",
+ "description": "Create or update a resource's association with a data collection rule"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/DataCollectionRuleAssociations/Delete",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Data collection rule association",
+ "operation": "Delete data collection rule association",
+ "description": "Delete a resource's association with a data collection rule"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/DataCollectionEndpoints/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Data collection endpoint",
+ "operation": "Read data collection endpoint",
+ "description": "Read a data collection endpoint"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/DataCollectionEndpoints/Write",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Data collection endpoint",
+ "operation": "Create or update data collection endpoint",
+ "description": "Create or update a data collection endpoint"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/DataCollectionEndpoints/Delete",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Data collection endpoint",
+ "operation": "Delete data collection endpoint",
+ "description": "Delete a data collection endpoint"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/DataCollectionEndpoints/ScopedPrivateLinkProxies/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Data collection endpoint scoped private link proxy",
+ "operation": "Read data collection endpoint private link proxy",
+ "description": "Read a data collection endpoint private link proxy"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/DataCollectionEndpoints/ScopedPrivateLinkProxies/Write",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Data collection endpoint scoped private link proxy",
+ "operation": "Create or update data collection endpoint private link proxy",
+ "description": "Create or update a data collection endpoint private link proxy"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/DataCollectionEndpoints/ScopedPrivateLinkProxies/Delete",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Data collection endpoint scoped private link proxy",
+ "operation": "Delete data collection endpoint private link proxy",
+ "description": "Delete a data collection endpoint private link proxy"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/PrivateLinkScopes/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Private Link Scope",
+ "operation": "Read a private link scope",
+ "description": "Read a private link scope"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/PrivateLinkScopes/Write",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Private Link Scope",
+ "operation": "Create or update a private link scope",
+ "description": "Create or update a private link scope"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/PrivateLinkScopes/Delete",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Private Link Scope",
+ "operation": "Delete a private link scope",
+ "description": "Delete a private link scope"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/PrivateLinkScopeOperationStatuses/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Private Link Scope operation status",
+ "operation": "Read a private link scoped operation status",
+ "description": "Read a private link scoped operation status"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/PrivateLinkScopes/ScopedResources/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Private Link Scoped Resource",
+ "operation": "Read a private link scoped resource",
+ "description": "Read a private link scoped resource"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/PrivateLinkScopes/ScopedResources/Write",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Private Link Scoped Resource",
+ "operation": "Create or update a private link scoped resource",
+ "description": "Create or update a private link scoped resource"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/PrivateLinkScopes/ScopedResources/Delete",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Private Link Scoped Resource",
+ "operation": "Delete a private link scoped resource",
+ "description": "Delete a private link scoped resource"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/PrivateLinkScopes/PrivateLinkResources/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Private Link Resource",
+ "operation": "Read a private link resource",
+ "description": "Read a private link resource"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/PrivateLinkScopes/PrivateEndpointConnections/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Private endpoint connection",
+ "operation": "Read a private endpoint connection",
+ "description": "Read a private endpoint connection"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/PrivateLinkScopes/PrivateEndpointConnections/Write",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Private endpoint connection",
+ "operation": "Create or update a private endpoint connection",
+ "description": "Create or update a private endpoint connection"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/PrivateLinkScopes/PrivateEndpointConnections/Delete",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Private endpoint connection",
+ "operation": "Delete a private endpoint connection",
+ "description": "Delete a private endpoint connection"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/PrivateLinkScopes/PrivateEndpointConnectionProxies/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Private endpoint connection proxy",
+ "operation": "Read a private endpoint connection proxy",
+ "description": "Read a private endpoint connection proxy"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/PrivateLinkScopes/PrivateEndpointConnectionProxies/Write",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Private endpoint connection proxy",
+ "operation": "Create or update a private endpoint connection proxy",
+ "description": "Create or update a private endpoint connection proxy"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/PrivateLinkScopes/PrivateEndpointConnectionProxies/Delete",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Private endpoint connection proxy",
+ "operation": "Delete a private endpoint connection proxy",
+ "description": "Delete a private endpoint connection proxy"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/PrivateLinkScopes/PrivateEndpointConnectionProxies/Validate/Action",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Private endpoint connection proxy",
+ "operation": "Validate a private endpoint connection proxy",
+ "description": "Validate a private endpoint connection proxy"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/MyWorkbooks/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "MyWorkbooks",
+ "operation": "Read private workbook",
+ "description": "Read a private Workbook"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/MyWorkbooks/Write",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "MyWorkbooks",
+ "operation": "Create or update private workbook",
+ "description": "Create or update a private workbook"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/MyWorkbooks/Delete",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "MyWorkbooks",
+ "operation": "Delete private workbook",
+ "description": "Delete a private workbook"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Workbooks/Write",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Workbooks",
+ "operation": "Create or update workbook",
+ "description": "Create or update a workbook"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Workbooks/Delete",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Workbooks",
+ "operation": "Delete workbook",
+ "description": "Delete a workbook"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Workbooks/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Workbooks",
+ "operation": "Read workbook",
+ "description": "Read a workbook"
+ },
+ "properties": {}
+ },
+ {
+ "name": "Microsoft.Insights/Workbooks/Revisions/Read",
+ "isDataAction": false,
+ "display": {
+ "publisher": "Microsoft",
+ "provider": "Microsoft Azure Monitor",
+ "resource": "Workbooks",
+ "operation": "Workbook revisions",
+ "description": "Get the workbook revisions"
+ },
+ "properties": {}
+ }
+ ]
+ }
+ },
+ "default": {
+ "body": {
+ "error": {
+ "code": "InvalidResourceType",
+ "message": "The resource type 'operations' could not be found in the namespace 'microsoft.insights' for api version '2014-05-01'. The supported api-versions are '2014-04-01,2014-06-01,2015-04-01'."
+ }
+ }
+ }
+ }
+}
From 8e261703472402b5096d8e8f8053f092a7194ec0 Mon Sep 17 00:00:00 2001
From: Todd King <58755170+ToddKingMSFT@users.noreply.github.com>
Date: Thu, 27 May 2021 11:56:26 -0700
Subject: [PATCH 18/23] Update readme.md
Add operations API
---
specification/monitor/resource-manager/readme.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/specification/monitor/resource-manager/readme.md b/specification/monitor/resource-manager/readme.md
index 1b177d282f03..d5fabe3841cd 100644
--- a/specification/monitor/resource-manager/readme.md
+++ b/specification/monitor/resource-manager/readme.md
@@ -528,6 +528,7 @@ These settings apply only when `--tag=package-2016-06-only` is specified on the
```yaml $(tag) == 'package-2016-06-only'
input-file:
- Microsoft.Insights/stable/2016-06-01/metrics_API.json
+ - Microsoft.Insights/stable/2016-06-01/operations_API.json
```
### Tag: package-2016-03-01-only
From d07e6f68181fcc4dadb93179cffcd62b8bb27110 Mon Sep 17 00:00:00 2001
From: Todd King <58755170+ToddKingMSFT@users.noreply.github.com>
Date: Thu, 27 May 2021 16:32:20 -0700
Subject: [PATCH 19/23] Update readme.md
Add suppressions for error response format due to it being a breaking change.
---
specification/monitor/resource-manager/readme.md | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/specification/monitor/resource-manager/readme.md b/specification/monitor/resource-manager/readme.md
index d5fabe3841cd..b594514c553f 100644
--- a/specification/monitor/resource-manager/readme.md
+++ b/specification/monitor/resource-manager/readme.md
@@ -645,6 +645,12 @@ directive:
- suppress: DefaultErrorResponseSchema
from: activityLogAlerts_API.json
reason: 'Updating the error response to the new format would be a breaking change.'
+ - suppress: DefaultErrorResponseSchema
+ from: metrics_API.json
+ reason: 'Updating the error response to the new format would be a breaking change.'
+ - suppress: DefaultErrorResponseSchema
+ from: metricDefinitions_API.json
+ reason: 'Updating the error response to the new format would be a breaking change.'
```
### Tag: profile-hybrid-2019-03-01
From 2b4955d7e78d06ba1eb79a8be6ffc8812b1b4e70 Mon Sep 17 00:00:00 2001
From: Todd King <58755170+ToddKingMSFT@users.noreply.github.com>
Date: Thu, 27 May 2021 16:33:09 -0700
Subject: [PATCH 20/23] Update operations_API.json
Fix spelling mistake
---
.../Microsoft.Insights/stable/2016-06-01/operations_API.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/operations_API.json b/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/operations_API.json
index e3944ceabd9b..62a843028718 100644
--- a/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/operations_API.json
+++ b/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/operations_API.json
@@ -264,7 +264,7 @@
},
"isHidden": {
"type": "boolean",
- "description": "When set, the dimension is hidden from the customer, used in conjuction with the defaultDimensionValues field below"
+ "description": "When set, the dimension is hidden from the customer, used in conjunction with the defaultDimensionValues field below"
},
"defaultDimensionValues": {
"type": "object",
From a8551a00107f42917f728c3afd83124629ac892a Mon Sep 17 00:00:00 2001
From: Todd King <58755170+ToddKingMSFT@users.noreply.github.com>
Date: Thu, 10 Jun 2021 13:15:22 -0700
Subject: [PATCH 21/23] Update metrics_API.json
Go back to common ErrorResponse format for Azure Monitor
---
.../stable/2016-06-01/metrics_API.json | 16 +++++++++++++++-
1 file changed, 15 insertions(+), 1 deletion(-)
diff --git a/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/metrics_API.json b/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/metrics_API.json
index ee112bdd4774..4dc0a74facec 100644
--- a/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/metrics_API.json
+++ b/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/metrics_API.json
@@ -65,7 +65,7 @@
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
- "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ErrorResponse"
+ "$ref": "#/definitions/ErrorResponse"
}
},
"200": {
@@ -193,6 +193,20 @@
"value"
],
"description": "The collection of metric value sets."
+ },
+ "ErrorResponse": {
+ "description": "Describes the format of Error response.",
+ "type": "object",
+ "properties": {
+ "code": {
+ "description": "Error code",
+ "type": "string"
+ },
+ "message": {
+ "description": "Error message indicating why the operation failed.",
+ "type": "string"
+ }
+ }
}
}
}
From 7aa095d0eab8e7922f4bdf3edde52d708a3b814e Mon Sep 17 00:00:00 2001
From: Todd King <58755170+ToddKingMSFT@users.noreply.github.com>
Date: Thu, 10 Jun 2021 13:50:00 -0700
Subject: [PATCH 22/23] Update metrics_API.json
Address new lint errors
---
.../Microsoft.Insights/stable/2016-06-01/metrics_API.json | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/metrics_API.json b/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/metrics_API.json
index 4dc0a74facec..ba323d9261ba 100644
--- a/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/metrics_API.json
+++ b/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/metrics_API.json
@@ -89,6 +89,7 @@
},
"definitions": {
"LocalizableString": {
+ "type": "object",
"required": [
"value"
],
@@ -109,6 +110,7 @@
"description": "Number representing the unit of the metric. 0=Count, 1=Bytes, 2=Seconds, 3=CountPerSecond, 4=BytesPerSecond, 5=Percent, 6=MilliSeconds, 7=ByteSeconds"
},
"MetricValue": {
+ "type": "object",
"required": [
"timeStamp"
],
@@ -147,6 +149,7 @@
"description": "Represents a metric value."
},
"Metric": {
+ "type": "object",
"required": [
"name",
"unit",
@@ -180,6 +183,7 @@
"description": "A set of metric values in a time range."
},
"MetricCollection": {
+ "type": "object",
"properties": {
"value": {
"type": "array",
From 7a3476208284f6130814d4e04520d03d9994574d Mon Sep 17 00:00:00 2001
From: Todd King <58755170+ToddKingMSFT@users.noreply.github.com>
Date: Thu, 10 Jun 2021 13:50:31 -0700
Subject: [PATCH 23/23] Update operations_API.json
Fix new lint errors
---
.../stable/2016-06-01/operations_API.json | 23 ++++++++++++++++++-
1 file changed, 22 insertions(+), 1 deletion(-)
diff --git a/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/operations_API.json b/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/operations_API.json
index 62a843028718..912d1aea3fef 100644
--- a/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/operations_API.json
+++ b/specification/monitor/resource-manager/Microsoft.Insights/stable/2016-06-01/operations_API.json
@@ -69,6 +69,7 @@
},
"definitions": {
"OperationListResult": {
+ "type": "object",
"description": "Result of the request to list Microsoft.Insights operations. It contains a list of operations and a URL link to get the next set of results.",
"properties": {
"value": {
@@ -98,6 +99,7 @@
},
"display": {
"description": "Display metadata associated with the operation.",
+ "type": "object",
"properties": {
"publisher": {
"description": "The publisher of this operation.",
@@ -131,6 +133,7 @@
},
"OperationProperties": {
"description": "Properties of operation, include metric specifications.",
+ "type": "object",
"properties": {
"serviceSpecification": {
"$ref": "#/definitions/ServiceSpecification",
@@ -140,6 +143,7 @@
},
"ServiceSpecification": {
"description": "One property of operation, include log specifications.",
+ "type": "object",
"properties": {
"logSpecifications": {
"description": "Log specifications of operation.",
@@ -163,6 +167,7 @@
},
"LogSpecification": {
"description": "Log specification of operation.",
+ "type": "object",
"properties": {
"name": {
"type": "string",
@@ -180,6 +185,7 @@
},
"MetricSpecification": {
"description": "Metric specification of operation.",
+ "type": "object",
"properties": {
"name": {
"type": "string",
@@ -249,6 +255,7 @@
},
"DimensionProperties": {
"description": "Type of operation: get, read, delete, etc.",
+ "type": "object",
"properties": {
"name": {
"type": "string",
@@ -279,7 +286,21 @@
"properties": {
"error": {
"description": "The error object.",
- "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ErrorResponse"
+ "$ref": "#/definitions/ErrorResponse"
+ }
+ }
+ },
+ "ErrorResponse": {
+ "description": "Describes the format of Error response.",
+ "type": "object",
+ "properties": {
+ "code": {
+ "description": "Error code",
+ "type": "string"
+ },
+ "message": {
+ "description": "Error message indicating why the operation failed.",
+ "type": "string"
}
}
}