diff --git a/specification/applicationinsights/data-plane/Microsoft.Insights/preview/2018-04-20/examples/metric-post.json b/specification/applicationinsights/data-plane/Microsoft.Insights/preview/2018-04-20/examples/metric-post.json deleted file mode 100644 index 8f9a9c6bcaae..000000000000 --- a/specification/applicationinsights/data-plane/Microsoft.Insights/preview/2018-04-20/examples/metric-post.json +++ /dev/null @@ -1,102 +0,0 @@ -{ - "title": "Post Metric", - "description": "Posts data for a metric.", - "parameters": { - "subscriptionId": "c512b59c-4005-40e2-b13d-ac29cfb46af4", - "resourceGroupName": "test-rg", - "applicationName": "azure-insights", - "apiVersion": "2018-04-20", - "body": [ - { - "id": "failed", - "parameters": { - "metricId": "requests/failed", - "timespan": "P2D", - "interval": "P1D" - } - }, - { - "id": "count", - "parameters": { - "metricId": "requests/count", - "timespan": "P2D", - "interval": "P1D" - } - } - ] - }, - "responses": { - "200": { - "body": [ - { - "id": "failed", - "status": 200, - "body": { - "value": { - "start": "2018-01-22T19:59:12.488Z", - "end": "2018-01-24T19:59:12.488Z", - "interval": "P1D", - "segments": [ - { - "start": "2018-01-22T19:59:12.488Z", - "end": "2018-01-23T00:00:00.000Z", - "requests/failed": { - "sum": 277 - } - }, - { - "start": "2018-01-23T00:00:00.000Z", - "end": "2018-01-24T00:00:00.000Z", - "requests/failed": { - "sum": 1599 - } - }, - { - "start": "2018-01-24T00:00:00.000Z", - "end": "2018-01-24T19:59:12.488Z", - "requests/failed": { - "sum": 1392 - } - } - ] - } - } - }, - { - "id": "count", - "status": 200, - "body": { - "value": { - "start": "2018-01-22T19:59:12.488Z", - "end": "2018-01-24T19:59:12.488Z", - "interval": "P1D", - "segments": [ - { - "start": "2018-01-22T19:59:12.488Z", - "end": "2018-01-23T00:00:00.000Z", - "requests/count": { - "sum": 1225 - } - }, - { - "start": "2018-01-23T00:00:00.000Z", - "end": "2018-01-24T00:00:00.000Z", - "requests/count": { - "sum": 7382 - } - }, - { - "start": "2018-01-24T00:00:00.000Z", - "end": "2018-01-24T19:59:12.488Z", - "requests/count": { - "sum": 6674 - } - } - ] - } - } - } - ] - } - } -} \ No newline at end of file diff --git a/specification/applicationinsights/data-plane/Microsoft.Insights/preview/v1/examples/metric-get-custom.json b/specification/applicationinsights/data-plane/Microsoft.Insights/preview/v1/examples/metric-get-custom.json deleted file mode 100644 index ce53a6175202..000000000000 --- a/specification/applicationinsights/data-plane/Microsoft.Insights/preview/v1/examples/metric-get-custom.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "title": "Get Request Count", - "description": "Gets request count metric", - "parameters": { - "appId": "DEMO_APP", - "metricId": "sizeInMB" - }, - "responses": { - "200": { - "body": { - "value": { - "start": "2016-01-01T02:00:00.000Z", - "end": "2016-01-03T02:00:00.000Z", - "customEvents/custom/sizeInMB": { - "avg": 384.2 - } - } - } - } - } -} \ No newline at end of file diff --git a/specification/applicationinsights/data-plane/Microsoft.Insights/preview/v1/examples/query-schema.json b/specification/applicationinsights/data-plane/Microsoft.Insights/preview/v1/examples/query-schema.json deleted file mode 100644 index 505248f596ee..000000000000 --- a/specification/applicationinsights/data-plane/Microsoft.Insights/preview/v1/examples/query-schema.json +++ /dev/null @@ -1,1937 +0,0 @@ -{ - "title": "Get Query", - "description": "A simple query that returns query results.", - "parameters": { - "appId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345" - }, - "responses": { - "200": { - "headers": { - "x-ms-request-id": "58a37988-2c05-427a-891f-5e0e1266fcc5", - "x-ms-correlation-request-id": "58a37988-2c05-427a-891f-5e0e1266fcc5" - }, - "body": { - "tables": [ - { - "name": "Table_0", - "columns": [ - { - "name": "TableName", - "type": "String" - }, - { - "name": "ColumnName", - "type": "String" - }, - { - "name": "ColumnType", - "type": "String" - } - ], - "rows": [ - [ - "traces", - "timestamp", - "System.DateTime" - ], - [ - "traces", - "message", - "System.String" - ], - [ - "traces", - "severityLevel", - "System.Int32" - ], - [ - "traces", - "customDimensions", - "System.Object" - ], - [ - "traces", - "customMeasurements", - "System.Object" - ], - [ - "traces", - "operation_Name", - "System.String" - ], - [ - "traces", - "operation_Id", - "System.String" - ], - [ - "traces", - "operation_ParentId", - "System.String" - ], - [ - "traces", - "operation_SyntheticSource", - "System.String" - ], - [ - "traces", - "session_Id", - "System.String" - ], - [ - "traces", - "user_Id", - "System.String" - ], - [ - "traces", - "user_AuthenticatedId", - "System.String" - ], - [ - "traces", - "user_AccountId", - "System.String" - ], - [ - "traces", - "application_Version", - "System.String" - ], - [ - "traces", - "client_Type", - "System.String" - ], - [ - "traces", - "client_Model", - "System.String" - ], - [ - "traces", - "client_OS", - "System.String" - ], - [ - "traces", - "client_IP", - "System.String" - ], - [ - "traces", - "client_City", - "System.String" - ], - [ - "traces", - "client_StateOrProvince", - "System.String" - ], - [ - "traces", - "client_CountryOrRegion", - "System.String" - ], - [ - "traces", - "client_Browser", - "System.String" - ], - [ - "traces", - "cloud_RoleName", - "System.String" - ], - [ - "traces", - "cloud_RoleInstance", - "System.String" - ], - [ - "traces", - "appId", - "System.String" - ], - [ - "traces", - "appName", - "System.String" - ], - [ - "traces", - "iKey", - "System.String" - ], - [ - "traces", - "sdkVersion", - "System.String" - ], - [ - "traces", - "itemId", - "System.String" - ], - [ - "traces", - "itemType", - "System.String" - ], - [ - "traces", - "itemCount", - "System.Int32" - ], - [ - "customEvents", - "timestamp", - "System.DateTime" - ], - [ - "customEvents", - "name", - "System.String" - ], - [ - "customEvents", - "customDimensions", - "System.Object" - ], - [ - "customEvents", - "customMeasurements", - "System.Object" - ], - [ - "customEvents", - "operation_Name", - "System.String" - ], - [ - "customEvents", - "operation_Id", - "System.String" - ], - [ - "customEvents", - "operation_ParentId", - "System.String" - ], - [ - "customEvents", - "operation_SyntheticSource", - "System.String" - ], - [ - "customEvents", - "session_Id", - "System.String" - ], - [ - "customEvents", - "user_Id", - "System.String" - ], - [ - "customEvents", - "user_AuthenticatedId", - "System.String" - ], - [ - "customEvents", - "user_AccountId", - "System.String" - ], - [ - "customEvents", - "application_Version", - "System.String" - ], - [ - "customEvents", - "client_Type", - "System.String" - ], - [ - "customEvents", - "client_Model", - "System.String" - ], - [ - "customEvents", - "client_OS", - "System.String" - ], - [ - "customEvents", - "client_IP", - "System.String" - ], - [ - "customEvents", - "client_City", - "System.String" - ], - [ - "customEvents", - "client_StateOrProvince", - "System.String" - ], - [ - "customEvents", - "client_CountryOrRegion", - "System.String" - ], - [ - "customEvents", - "client_Browser", - "System.String" - ], - [ - "customEvents", - "cloud_RoleName", - "System.String" - ], - [ - "customEvents", - "cloud_RoleInstance", - "System.String" - ], - [ - "customEvents", - "appId", - "System.String" - ], - [ - "customEvents", - "appName", - "System.String" - ], - [ - "customEvents", - "iKey", - "System.String" - ], - [ - "customEvents", - "sdkVersion", - "System.String" - ], - [ - "customEvents", - "itemId", - "System.String" - ], - [ - "customEvents", - "itemType", - "System.String" - ], - [ - "customEvents", - "itemCount", - "System.Int32" - ], - [ - "pageViews", - "timestamp", - "System.DateTime" - ], - [ - "pageViews", - "name", - "System.String" - ], - [ - "pageViews", - "url", - "System.String" - ], - [ - "pageViews", - "duration", - "System.Double" - ], - [ - "pageViews", - "performanceBucket", - "System.String" - ], - [ - "pageViews", - "customDimensions", - "System.Object" - ], - [ - "pageViews", - "customMeasurements", - "System.Object" - ], - [ - "pageViews", - "operation_Name", - "System.String" - ], - [ - "pageViews", - "operation_Id", - "System.String" - ], - [ - "pageViews", - "operation_ParentId", - "System.String" - ], - [ - "pageViews", - "operation_SyntheticSource", - "System.String" - ], - [ - "pageViews", - "session_Id", - "System.String" - ], - [ - "pageViews", - "user_Id", - "System.String" - ], - [ - "pageViews", - "user_AuthenticatedId", - "System.String" - ], - [ - "pageViews", - "user_AccountId", - "System.String" - ], - [ - "pageViews", - "application_Version", - "System.String" - ], - [ - "pageViews", - "client_Type", - "System.String" - ], - [ - "pageViews", - "client_Model", - "System.String" - ], - [ - "pageViews", - "client_OS", - "System.String" - ], - [ - "pageViews", - "client_IP", - "System.String" - ], - [ - "pageViews", - "client_City", - "System.String" - ], - [ - "pageViews", - "client_StateOrProvince", - "System.String" - ], - [ - "pageViews", - "client_CountryOrRegion", - "System.String" - ], - [ - "pageViews", - "client_Browser", - "System.String" - ], - [ - "pageViews", - "cloud_RoleName", - "System.String" - ], - [ - "pageViews", - "cloud_RoleInstance", - "System.String" - ], - [ - "pageViews", - "appId", - "System.String" - ], - [ - "pageViews", - "appName", - "System.String" - ], - [ - "pageViews", - "iKey", - "System.String" - ], - [ - "pageViews", - "sdkVersion", - "System.String" - ], - [ - "pageViews", - "itemId", - "System.String" - ], - [ - "pageViews", - "itemType", - "System.String" - ], - [ - "pageViews", - "itemCount", - "System.Int32" - ], - [ - "requests", - "timestamp", - "System.DateTime" - ], - [ - "requests", - "id", - "System.String" - ], - [ - "requests", - "source", - "System.String" - ], - [ - "requests", - "name", - "System.String" - ], - [ - "requests", - "url", - "System.String" - ], - [ - "requests", - "success", - "System.String" - ], - [ - "requests", - "resultCode", - "System.String" - ], - [ - "requests", - "duration", - "System.Double" - ], - [ - "requests", - "performanceBucket", - "System.String" - ], - [ - "requests", - "customDimensions", - "System.Object" - ], - [ - "requests", - "customMeasurements", - "System.Object" - ], - [ - "requests", - "operation_Name", - "System.String" - ], - [ - "requests", - "operation_Id", - "System.String" - ], - [ - "requests", - "operation_ParentId", - "System.String" - ], - [ - "requests", - "operation_SyntheticSource", - "System.String" - ], - [ - "requests", - "session_Id", - "System.String" - ], - [ - "requests", - "user_Id", - "System.String" - ], - [ - "requests", - "user_AuthenticatedId", - "System.String" - ], - [ - "requests", - "user_AccountId", - "System.String" - ], - [ - "requests", - "application_Version", - "System.String" - ], - [ - "requests", - "client_Type", - "System.String" - ], - [ - "requests", - "client_Model", - "System.String" - ], - [ - "requests", - "client_OS", - "System.String" - ], - [ - "requests", - "client_IP", - "System.String" - ], - [ - "requests", - "client_City", - "System.String" - ], - [ - "requests", - "client_StateOrProvince", - "System.String" - ], - [ - "requests", - "client_CountryOrRegion", - "System.String" - ], - [ - "requests", - "client_Browser", - "System.String" - ], - [ - "requests", - "cloud_RoleName", - "System.String" - ], - [ - "requests", - "cloud_RoleInstance", - "System.String" - ], - [ - "requests", - "appId", - "System.String" - ], - [ - "requests", - "appName", - "System.String" - ], - [ - "requests", - "iKey", - "System.String" - ], - [ - "requests", - "sdkVersion", - "System.String" - ], - [ - "requests", - "itemId", - "System.String" - ], - [ - "requests", - "itemType", - "System.String" - ], - [ - "requests", - "itemCount", - "System.Int32" - ], - [ - "dependencies", - "timestamp", - "System.DateTime" - ], - [ - "dependencies", - "id", - "System.String" - ], - [ - "dependencies", - "target", - "System.String" - ], - [ - "dependencies", - "type", - "System.String" - ], - [ - "dependencies", - "name", - "System.String" - ], - [ - "dependencies", - "data", - "System.String" - ], - [ - "dependencies", - "success", - "System.String" - ], - [ - "dependencies", - "resultCode", - "System.String" - ], - [ - "dependencies", - "duration", - "System.Double" - ], - [ - "dependencies", - "performanceBucket", - "System.String" - ], - [ - "dependencies", - "customDimensions", - "System.Object" - ], - [ - "dependencies", - "customMeasurements", - "System.Object" - ], - [ - "dependencies", - "operation_Name", - "System.String" - ], - [ - "dependencies", - "operation_Id", - "System.String" - ], - [ - "dependencies", - "operation_ParentId", - "System.String" - ], - [ - "dependencies", - "operation_SyntheticSource", - "System.String" - ], - [ - "dependencies", - "session_Id", - "System.String" - ], - [ - "dependencies", - "user_Id", - "System.String" - ], - [ - "dependencies", - "user_AuthenticatedId", - "System.String" - ], - [ - "dependencies", - "user_AccountId", - "System.String" - ], - [ - "dependencies", - "application_Version", - "System.String" - ], - [ - "dependencies", - "client_Type", - "System.String" - ], - [ - "dependencies", - "client_Model", - "System.String" - ], - [ - "dependencies", - "client_OS", - "System.String" - ], - [ - "dependencies", - "client_IP", - "System.String" - ], - [ - "dependencies", - "client_City", - "System.String" - ], - [ - "dependencies", - "client_StateOrProvince", - "System.String" - ], - [ - "dependencies", - "client_CountryOrRegion", - "System.String" - ], - [ - "dependencies", - "client_Browser", - "System.String" - ], - [ - "dependencies", - "cloud_RoleName", - "System.String" - ], - [ - "dependencies", - "cloud_RoleInstance", - "System.String" - ], - [ - "dependencies", - "appId", - "System.String" - ], - [ - "dependencies", - "appName", - "System.String" - ], - [ - "dependencies", - "iKey", - "System.String" - ], - [ - "dependencies", - "sdkVersion", - "System.String" - ], - [ - "dependencies", - "itemId", - "System.String" - ], - [ - "dependencies", - "itemType", - "System.String" - ], - [ - "dependencies", - "itemCount", - "System.Int32" - ], - [ - "exceptions", - "timestamp", - "System.DateTime" - ], - [ - "exceptions", - "problemId", - "System.String" - ], - [ - "exceptions", - "handledAt", - "System.String" - ], - [ - "exceptions", - "type", - "System.String" - ], - [ - "exceptions", - "message", - "System.String" - ], - [ - "exceptions", - "assembly", - "System.String" - ], - [ - "exceptions", - "method", - "System.String" - ], - [ - "exceptions", - "outerType", - "System.String" - ], - [ - "exceptions", - "outerMessage", - "System.String" - ], - [ - "exceptions", - "outerAssembly", - "System.String" - ], - [ - "exceptions", - "outerMethod", - "System.String" - ], - [ - "exceptions", - "innermostType", - "System.String" - ], - [ - "exceptions", - "innermostMessage", - "System.String" - ], - [ - "exceptions", - "innermostAssembly", - "System.String" - ], - [ - "exceptions", - "innermostMethod", - "System.String" - ], - [ - "exceptions", - "severityLevel", - "System.Int32" - ], - [ - "exceptions", - "details", - "System.Object" - ], - [ - "exceptions", - "customDimensions", - "System.Object" - ], - [ - "exceptions", - "customMeasurements", - "System.Object" - ], - [ - "exceptions", - "operation_Name", - "System.String" - ], - [ - "exceptions", - "operation_Id", - "System.String" - ], - [ - "exceptions", - "operation_ParentId", - "System.String" - ], - [ - "exceptions", - "operation_SyntheticSource", - "System.String" - ], - [ - "exceptions", - "session_Id", - "System.String" - ], - [ - "exceptions", - "user_Id", - "System.String" - ], - [ - "exceptions", - "user_AuthenticatedId", - "System.String" - ], - [ - "exceptions", - "user_AccountId", - "System.String" - ], - [ - "exceptions", - "application_Version", - "System.String" - ], - [ - "exceptions", - "client_Type", - "System.String" - ], - [ - "exceptions", - "client_Model", - "System.String" - ], - [ - "exceptions", - "client_OS", - "System.String" - ], - [ - "exceptions", - "client_IP", - "System.String" - ], - [ - "exceptions", - "client_City", - "System.String" - ], - [ - "exceptions", - "client_StateOrProvince", - "System.String" - ], - [ - "exceptions", - "client_CountryOrRegion", - "System.String" - ], - [ - "exceptions", - "client_Browser", - "System.String" - ], - [ - "exceptions", - "cloud_RoleName", - "System.String" - ], - [ - "exceptions", - "cloud_RoleInstance", - "System.String" - ], - [ - "exceptions", - "appId", - "System.String" - ], - [ - "exceptions", - "appName", - "System.String" - ], - [ - "exceptions", - "iKey", - "System.String" - ], - [ - "exceptions", - "sdkVersion", - "System.String" - ], - [ - "exceptions", - "itemId", - "System.String" - ], - [ - "exceptions", - "itemType", - "System.String" - ], - [ - "exceptions", - "itemCount", - "System.Int32" - ], - [ - "availabilityResults", - "timestamp", - "System.DateTime" - ], - [ - "availabilityResults", - "id", - "System.String" - ], - [ - "availabilityResults", - "name", - "System.String" - ], - [ - "availabilityResults", - "location", - "System.String" - ], - [ - "availabilityResults", - "success", - "System.String" - ], - [ - "availabilityResults", - "message", - "System.String" - ], - [ - "availabilityResults", - "size", - "System.Double" - ], - [ - "availabilityResults", - "duration", - "System.Double" - ], - [ - "availabilityResults", - "performanceBucket", - "System.String" - ], - [ - "availabilityResults", - "customDimensions", - "System.Object" - ], - [ - "availabilityResults", - "customMeasurements", - "System.Object" - ], - [ - "availabilityResults", - "operation_Name", - "System.String" - ], - [ - "availabilityResults", - "operation_Id", - "System.String" - ], - [ - "availabilityResults", - "operation_ParentId", - "System.String" - ], - [ - "availabilityResults", - "operation_SyntheticSource", - "System.String" - ], - [ - "availabilityResults", - "session_Id", - "System.String" - ], - [ - "availabilityResults", - "user_Id", - "System.String" - ], - [ - "availabilityResults", - "user_AuthenticatedId", - "System.String" - ], - [ - "availabilityResults", - "user_AccountId", - "System.String" - ], - [ - "availabilityResults", - "application_Version", - "System.String" - ], - [ - "availabilityResults", - "client_Type", - "System.String" - ], - [ - "availabilityResults", - "client_Model", - "System.String" - ], - [ - "availabilityResults", - "client_OS", - "System.String" - ], - [ - "availabilityResults", - "client_IP", - "System.String" - ], - [ - "availabilityResults", - "client_City", - "System.String" - ], - [ - "availabilityResults", - "client_StateOrProvince", - "System.String" - ], - [ - "availabilityResults", - "client_CountryOrRegion", - "System.String" - ], - [ - "availabilityResults", - "client_Browser", - "System.String" - ], - [ - "availabilityResults", - "cloud_RoleName", - "System.String" - ], - [ - "availabilityResults", - "cloud_RoleInstance", - "System.String" - ], - [ - "availabilityResults", - "appId", - "System.String" - ], - [ - "availabilityResults", - "appName", - "System.String" - ], - [ - "availabilityResults", - "iKey", - "System.String" - ], - [ - "availabilityResults", - "sdkVersion", - "System.String" - ], - [ - "availabilityResults", - "itemId", - "System.String" - ], - [ - "availabilityResults", - "itemType", - "System.String" - ], - [ - "availabilityResults", - "itemCount", - "System.Int32" - ], - [ - "customMetrics", - "timestamp", - "System.DateTime" - ], - [ - "customMetrics", - "name", - "System.String" - ], - [ - "customMetrics", - "value", - "System.Double" - ], - [ - "customMetrics", - "valueCount", - "System.Int32" - ], - [ - "customMetrics", - "valueSum", - "System.Double" - ], - [ - "customMetrics", - "valueMin", - "System.Double" - ], - [ - "customMetrics", - "valueMax", - "System.Double" - ], - [ - "customMetrics", - "valueStdDev", - "System.Double" - ], - [ - "customMetrics", - "customDimensions", - "System.Object" - ], - [ - "customMetrics", - "operation_Name", - "System.String" - ], - [ - "customMetrics", - "operation_Id", - "System.String" - ], - [ - "customMetrics", - "operation_ParentId", - "System.String" - ], - [ - "customMetrics", - "operation_SyntheticSource", - "System.String" - ], - [ - "customMetrics", - "session_Id", - "System.String" - ], - [ - "customMetrics", - "user_Id", - "System.String" - ], - [ - "customMetrics", - "user_AuthenticatedId", - "System.String" - ], - [ - "customMetrics", - "user_AccountId", - "System.String" - ], - [ - "customMetrics", - "application_Version", - "System.String" - ], - [ - "customMetrics", - "client_Type", - "System.String" - ], - [ - "customMetrics", - "client_Model", - "System.String" - ], - [ - "customMetrics", - "client_OS", - "System.String" - ], - [ - "customMetrics", - "client_IP", - "System.String" - ], - [ - "customMetrics", - "client_City", - "System.String" - ], - [ - "customMetrics", - "client_StateOrProvince", - "System.String" - ], - [ - "customMetrics", - "client_CountryOrRegion", - "System.String" - ], - [ - "customMetrics", - "client_Browser", - "System.String" - ], - [ - "customMetrics", - "cloud_RoleName", - "System.String" - ], - [ - "customMetrics", - "cloud_RoleInstance", - "System.String" - ], - [ - "customMetrics", - "appId", - "System.String" - ], - [ - "customMetrics", - "appName", - "System.String" - ], - [ - "customMetrics", - "iKey", - "System.String" - ], - [ - "customMetrics", - "sdkVersion", - "System.String" - ], - [ - "customMetrics", - "itemId", - "System.String" - ], - [ - "customMetrics", - "itemType", - "System.String" - ], - [ - "performanceCounters", - "timestamp", - "System.DateTime" - ], - [ - "performanceCounters", - "name", - "System.String" - ], - [ - "performanceCounters", - "category", - "System.String" - ], - [ - "performanceCounters", - "counter", - "System.String" - ], - [ - "performanceCounters", - "instance", - "System.String" - ], - [ - "performanceCounters", - "value", - "System.Double" - ], - [ - "performanceCounters", - "customDimensions", - "System.Object" - ], - [ - "performanceCounters", - "operation_Name", - "System.String" - ], - [ - "performanceCounters", - "operation_Id", - "System.String" - ], - [ - "performanceCounters", - "operation_ParentId", - "System.String" - ], - [ - "performanceCounters", - "operation_SyntheticSource", - "System.String" - ], - [ - "performanceCounters", - "session_Id", - "System.String" - ], - [ - "performanceCounters", - "user_Id", - "System.String" - ], - [ - "performanceCounters", - "user_AuthenticatedId", - "System.String" - ], - [ - "performanceCounters", - "user_AccountId", - "System.String" - ], - [ - "performanceCounters", - "application_Version", - "System.String" - ], - [ - "performanceCounters", - "client_Type", - "System.String" - ], - [ - "performanceCounters", - "client_Model", - "System.String" - ], - [ - "performanceCounters", - "client_OS", - "System.String" - ], - [ - "performanceCounters", - "client_IP", - "System.String" - ], - [ - "performanceCounters", - "client_City", - "System.String" - ], - [ - "performanceCounters", - "client_StateOrProvince", - "System.String" - ], - [ - "performanceCounters", - "client_CountryOrRegion", - "System.String" - ], - [ - "performanceCounters", - "client_Browser", - "System.String" - ], - [ - "performanceCounters", - "cloud_RoleName", - "System.String" - ], - [ - "performanceCounters", - "cloud_RoleInstance", - "System.String" - ], - [ - "performanceCounters", - "appId", - "System.String" - ], - [ - "performanceCounters", - "appName", - "System.String" - ], - [ - "performanceCounters", - "iKey", - "System.String" - ], - [ - "performanceCounters", - "sdkVersion", - "System.String" - ], - [ - "performanceCounters", - "itemId", - "System.String" - ], - [ - "performanceCounters", - "itemType", - "System.String" - ], - [ - "browserTimings", - "timestamp", - "System.DateTime" - ], - [ - "browserTimings", - "name", - "System.String" - ], - [ - "browserTimings", - "url", - "System.String" - ], - [ - "browserTimings", - "networkDuration", - "System.Double" - ], - [ - "browserTimings", - "sendDuration", - "System.Double" - ], - [ - "browserTimings", - "receiveDuration", - "System.Double" - ], - [ - "browserTimings", - "processingDuration", - "System.Double" - ], - [ - "browserTimings", - "totalDuration", - "System.Double" - ], - [ - "browserTimings", - "performanceBucket", - "System.String" - ], - [ - "browserTimings", - "customDimensions", - "System.Object" - ], - [ - "browserTimings", - "customMeasurements", - "System.Object" - ], - [ - "browserTimings", - "operation_Name", - "System.String" - ], - [ - "browserTimings", - "operation_Id", - "System.String" - ], - [ - "browserTimings", - "operation_ParentId", - "System.String" - ], - [ - "browserTimings", - "operation_SyntheticSource", - "System.String" - ], - [ - "browserTimings", - "session_Id", - "System.String" - ], - [ - "browserTimings", - "user_Id", - "System.String" - ], - [ - "browserTimings", - "user_AuthenticatedId", - "System.String" - ], - [ - "browserTimings", - "user_AccountId", - "System.String" - ], - [ - "browserTimings", - "application_Version", - "System.String" - ], - [ - "browserTimings", - "client_Type", - "System.String" - ], - [ - "browserTimings", - "client_Model", - "System.String" - ], - [ - "browserTimings", - "client_OS", - "System.String" - ], - [ - "browserTimings", - "client_IP", - "System.String" - ], - [ - "browserTimings", - "client_City", - "System.String" - ], - [ - "browserTimings", - "client_StateOrProvince", - "System.String" - ], - [ - "browserTimings", - "client_CountryOrRegion", - "System.String" - ], - [ - "browserTimings", - "client_Browser", - "System.String" - ], - [ - "browserTimings", - "cloud_RoleName", - "System.String" - ], - [ - "browserTimings", - "cloud_RoleInstance", - "System.String" - ], - [ - "browserTimings", - "appId", - "System.String" - ], - [ - "browserTimings", - "appName", - "System.String" - ], - [ - "browserTimings", - "iKey", - "System.String" - ], - [ - "browserTimings", - "sdkVersion", - "System.String" - ], - [ - "browserTimings", - "itemId", - "System.String" - ], - [ - "browserTimings", - "itemType", - "System.String" - ], - [ - "browserTimings", - "itemCount", - "System.Int32" - ], - [ - "tEST_CL", - "col_0", - "System.String" - ], - [ - "tEST_CL", - "col_1", - "System.String" - ], - [ - "tEST_CL", - "col_2", - "System.String" - ], - [ - "tEST_CL", - "col_3", - "System.String" - ], - [ - "tEST_CL", - "ingestionTime", - "System.DateTime" - ], - [ - "bla_CL", - "col_0", - "System.String" - ], - [ - "bla_CL", - "col_1", - "System.String" - ], - [ - "bla_CL", - "col_2", - "System.String" - ], - [ - "bla_CL", - "col_3", - "System.String" - ], - [ - "bla_CL", - "ingestionTime", - "System.DateTime" - ] - ] - }, - { - "name": "Table_1", - "columns": [ - { - "name": "TableType", - "type": "String" - }, - { - "name": "TableName", - "type": "String" - }, - { - "name": "PrimaryTimestampColumnName", - "type": "String" - } - ], - "rows": [ - [ - "ai", - "traces", - "timestamp" - ], - [ - "ai", - "customEvents", - "timestamp" - ], - [ - "ai", - "pageViews", - "timestamp" - ], - [ - "ai", - "requests", - "timestamp" - ], - [ - "ai", - "dependencies", - "timestamp" - ], - [ - "ai", - "exceptions", - "timestamp" - ], - [ - "ai", - "availabilityResults", - "timestamp" - ], - [ - "ai", - "customMetrics", - "timestamp" - ], - [ - "ai", - "performanceCounters", - "timestamp" - ], - [ - "ai", - "browserTimings", - "timestamp" - ], - [ - "openschema", - "tEST_CL", - "ingestionTime" - ], - [ - "openschema", - "bla_CL", - "ingestionTime" - ] - ] - } - ] - } - } - } -} \ No newline at end of file diff --git a/specification/applicationinsights/resource-manager/readme.md b/specification/applicationinsights/resource-manager/readme.md index 744128296c3c..f18d7c690bdd 100644 --- a/specification/applicationinsights/resource-manager/readme.md +++ b/specification/applicationinsights/resource-manager/readme.md @@ -274,6 +274,7 @@ These settings apply only when `--tag=package-2018-06-17-preview` is specified o ``` yaml $(tag) == 'package-2018-06-17-preview' input-file: +- Microsoft.Insights/preview/2018-06-17-preview/workbookOperations_API.json - Microsoft.Insights/preview/2018-06-17-preview/workbooks_API.json ```