From 4cfdae831b3e069ab189dc703471af60c0103ce3 Mon Sep 17 00:00:00 2001 From: Gustavo Lima Date: Wed, 11 Aug 2021 15:24:38 -0700 Subject: [PATCH 1/5] 2018-05-01-preview --- .../examples/Operations_List.json | 23 + .../examples/WebTestCreate.json | 64 ++ .../examples/WebTestCreateBasic.json | 72 ++ .../examples/WebTestCreateStandard.json | 94 +++ .../examples/WebTestDelete.json | 12 + .../examples/WebTestGet.json | 45 ++ .../examples/WebTestList.json | 68 ++ .../examples/WebTestListByComponent.json | 47 ++ .../examples/WebTestListByResourceGroup.json | 76 ++ .../examples/WebTestUpdate.json | 67 ++ .../examples/WebTestUpdateTagsOnly.json | 57 ++ .../2018-05-01-preview/webTests_API.json | 690 ++++++++++++++++++ 12 files changed, 1315 insertions(+) create mode 100644 specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/Operations_List.json create mode 100644 specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestCreate.json create mode 100644 specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestCreateBasic.json create mode 100644 specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestCreateStandard.json create mode 100644 specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestDelete.json create mode 100644 specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestGet.json create mode 100644 specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestList.json create mode 100644 specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestListByComponent.json create mode 100644 specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestListByResourceGroup.json create mode 100644 specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestUpdate.json create mode 100644 specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestUpdateTagsOnly.json create mode 100644 specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/webTests_API.json diff --git a/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/Operations_List.json b/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/Operations_List.json new file mode 100644 index 000000000000..02bcba3635f9 --- /dev/null +++ b/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/Operations_List.json @@ -0,0 +1,23 @@ +{ + "parameters": { + "api-version": "2020-10-05-preview" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "name": "Microsoft.insights/webtests", + "display": { + "provider": "Microsoft Container Instance", + "resource": "webtests", + "operation": "CRUD operations on webtest", + "description": "CRUD operations on webtest" + }, + "origin": "User" + } + ] + } + } + } +} diff --git a/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestCreate.json b/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestCreate.json new file mode 100644 index 000000000000..d4a592e3395a --- /dev/null +++ b/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestCreate.json @@ -0,0 +1,64 @@ +{ + "parameters": { + "api-version": "2020-10-05-preview", + "subscriptionId": "subid", + "resourceGroupName": "my-resource-group", + "webTestName": "my-webtest-my-component", + "WebTestDefinition": { + "location": "South Central US", + "kind": "ping", + "properties": { + "Name": "my-webtest-my-component", + "SyntheticMonitorId": "my-webtest-my-component", + "Configuration": { + "WebTest": "" + }, + "Description": "Ping web test alert for mytestwebapp", + "Enabled": true, + "Frequency": 900, + "Timeout": 120, + "Kind": "ping", + "RetryEnabled": true, + "Locations": [ + { + "Id": "us-fl-mia-edge" + } + ] + } + } + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/subid/resourceGroups/my-resource-group/providers/Microsoft.Insights/webtests/my-webtest-my-component", + "name": "my-webtest-my-component", + "type": "Microsoft.Insights/webtests", + "location": "southcentralus", + "tags": { + "hidden-link:/subscriptions/subid/resourceGroups/my-resource-group/providers/Microsoft.Insights/components/my-component": "Resource", + "hidden-link:/subscriptions/subid/resourceGroups/my-resource-group/providers/Microsoft.Web/sites/mytestwebapp": "Resource" + }, + "kind": "ping", + "properties": { + "Name": "my-webtest-my-component", + "SyntheticMonitorId": "my-webtest-my-component", + "Description": "Ping web test alert for mytestwebapp", + "Enabled": true, + "Frequency": 900, + "Timeout": 120, + "Kind": "ping", + "RetryEnabled": true, + "Locations": [ + { + "Id": "us-fl-mia-edge" + } + ], + "Configuration": { + "WebTest": "" + }, + "provisioningState": "Succeeded" + } + } + } + } +} diff --git a/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestCreateBasic.json b/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestCreateBasic.json new file mode 100644 index 000000000000..cb68f78aeadf --- /dev/null +++ b/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestCreateBasic.json @@ -0,0 +1,72 @@ +{ + "parameters": { + "api-version": "2020-10-05-preview", + "subscriptionId": "subid", + "resourceGroupName": "my-resource-group", + "webTestName": "my-webtest-my-component", + "WebTestDefinition": { + "location": "South Central US", + "properties": { + "Name": "my-webtest-my-component", + "SyntheticMonitorId": "my-webtest-my-component", + "Description": "Ping web test alert for mytestwebapp", + "Enabled": true, + "Frequency": 900, + "Timeout": 120, + "Kind": "basic", + "RetryEnabled": true, + "ValidationRules": { + "ExpectedHttpStatusCode": 200, + "SSLCheck": true + }, + "Request": { + "ParseDependentRequests": true, + "RequestUrl": "https://www.bing.com" + }, + "Locations": [ + { + "Id": "us-fl-mia-edge" + } + ] + } + } + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/subid/resourceGroups/my-resource-group/providers/Microsoft.Insights/webtests/my-webtest-my-component", + "name": "my-webtest-my-component", + "type": "Microsoft.Insights/webtests", + "location": "southcentralus", + "tags": { + "hidden-link:/subscriptions/subid/resourceGroups/my-resource-group/providers/Microsoft.Insights/components/my-component": "Resource", + "hidden-link:/subscriptions/subid/resourceGroups/my-resource-group/providers/Microsoft.Web/sites/mytestwebapp": "Resource" + }, + "properties": { + "Name": "my-webtest-my-component", + "SyntheticMonitorId": "my-webtest-my-component", + "Description": "Ping web test alert for mytestwebapp", + "Enabled": true, + "Frequency": 900, + "Timeout": 120, + "Kind": "basic", + "RetryEnabled": true, + "Locations": [ + { + "Id": "us-fl-mia-edge" + } + ], + "ValidationRules": { + "ExpectedHttpStatusCode": 200, + "SSLCheck": true + }, + "Request": { + "ParseDependentRequests": true, + "RequestUrl": "https://www.bing.com" + }, + "provisioningState": "Succeeded" + } + } + } + } +} diff --git a/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestCreateStandard.json b/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestCreateStandard.json new file mode 100644 index 000000000000..8c18b5e129f7 --- /dev/null +++ b/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestCreateStandard.json @@ -0,0 +1,94 @@ +{ + "parameters": { + "api-version": "2020-10-05-preview", + "subscriptionId": "subid", + "resourceGroupName": "my-resource-group", + "webTestName": "my-webtest-my-component", + "WebTestDefinition": { + "location": "South Central US", + "properties": { + "Name": "my-webtest-my-component", + "SyntheticMonitorId": "my-webtest-my-component", + "Description": "Ping web test alert for mytestwebapp", + "Enabled": true, + "Frequency": 900, + "Timeout": 120, + "Kind": "standard", + "RetryEnabled": true, + "Request": { + "RequestUrl": "https://bing.com", + "Headers": [ + { + "key": "Content-Language", + "value": "de-DE" + }, + { + "key": "Accept-Language", + "value": "de-DE" + } + ], + "HttpVerb": "POST", + "RequestBody": "SGVsbG8gd29ybGQ=" + }, + "ValidationRules": { + "SSLCheck": true, + "SSLCertRemainingLifetimeCheck": 100 + }, + "Locations": [ + { + "Id": "us-fl-mia-edge" + } + ] + } + } + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/subid/resourceGroups/my-resource-group/providers/Microsoft.Insights/webtests/my-webtest-my-component", + "name": "my-webtest-my-component", + "type": "Microsoft.Insights/webtests", + "location": "southcentralus", + "tags": { + "hidden-link:/subscriptions/subid/resourceGroups/my-resource-group/providers/Microsoft.Insights/components/my-component": "Resource", + "hidden-link:/subscriptions/subid/resourceGroups/my-resource-group/providers/Microsoft.Web/sites/mytestwebapp": "Resource" + }, + "properties": { + "Name": "my-webtest-my-component", + "SyntheticMonitorId": "my-webtest-my-component", + "Description": "Ping web test alert for mytestwebapp", + "Enabled": true, + "Frequency": 900, + "Timeout": 120, + "Kind": "standard", + "RetryEnabled": true, + "Locations": [ + { + "Id": "us-fl-mia-edge" + } + ], + "Request": { + "RequestUrl": "https://bing.com", + "Headers": [ + { + "key": "Content-Language", + "value": "de-DE" + }, + { + "key": "Accept-Language", + "value": "de-DE" + } + ], + "HttpVerb": "POST", + "RequestBody": "SGVsbG8gd29ybGQ=" + }, + "ValidationRules": { + "SSLCheck": true, + "SSLCertRemainingLifetimeCheck": 100 + }, + "provisioningState": "Succeeded" + } + } + } + } +} diff --git a/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestDelete.json b/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestDelete.json new file mode 100644 index 000000000000..c1438fa108c3 --- /dev/null +++ b/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestDelete.json @@ -0,0 +1,12 @@ +{ + "parameters": { + "api-version": "2020-10-05-preview", + "subscriptionId": "subid", + "resourceGroupName": "my-resource-group", + "webTestName": "my-webtest-01-mywebservice" + }, + "responses": { + "200": {}, + "204": {} + } +} diff --git a/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestGet.json b/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestGet.json new file mode 100644 index 000000000000..af81591ea12f --- /dev/null +++ b/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestGet.json @@ -0,0 +1,45 @@ +{ + "parameters": { + "api-version": "2020-10-05-preview", + "subscriptionId": "subid", + "resourceGroupName": "my-resource-group", + "webTestName": "my-webtest-01-mywebservice" + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/subid/resourceGroups/my-test-resources/providers/Microsoft.Insights/webtests/my-webtest-01-mywebservice", + "name": "my-webtest-01-mywebservice", + "type": "Microsoft.Insights/webtests", + "location": "southcentralus", + "tags": { + "hidden-link:/subscriptions/subid/resourceGroups/my-test-resources/providers/Microsoft.Insights/components/mytester": "Resource", + "hidden-link:/subscriptions/subid/resourceGroups/my-test-resources/providers/Microsoft.Web/sites/mytester": "Resource" + }, + "kind": "ping", + "properties": { + "SyntheticMonitorId": "my-webtest-01-mywebservice", + "Name": "mytest-webtest-01", + "Description": "", + "Enabled": false, + "Frequency": 900, + "Timeout": 30, + "Kind": "ping", + "RetryEnabled": true, + "Locations": [ + { + "Id": "us-fl-mia-edge" + }, + { + "Id": "apac-hk-hkn-azr" + } + ], + "Configuration": { + "WebTest": "" + }, + "provisioningState": "Succeeded" + } + } + } + } +} diff --git a/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestList.json b/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestList.json new file mode 100644 index 000000000000..033c6ebec7b7 --- /dev/null +++ b/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestList.json @@ -0,0 +1,68 @@ +{ + "parameters": { + "api-version": "2020-10-05-preview", + "subscriptionId": "subid", + "resourceGroupName": "my-resource-group" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "id": "/subscriptions/subid/resourceGroups/my-resource-group/providers/Microsoft.Insights/webtests/my-webtest-my-component", + "name": "my-webtest-my-component", + "type": "Microsoft.Insights/webtests", + "location": "southcentralus", + "tags": { + "hidden-link:/subscriptions/subid/resourceGroups/my-resource-group/providers/Microsoft.Insights/components/my-component": "Resource", + "hidden-link:/subscriptions/subid/resourceGroups/my-resource-group/providers/Microsoft.Web/sites/mytestwebapp": "Resource" + }, + "kind": "ping", + "properties": { + "SyntheticMonitorId": "my-webtest-my-component", + "Name": "my-webtest", + "Description": "", + "Enabled": false, + "Frequency": 900, + "Timeout": 120, + "Kind": "ping", + "RetryEnabled": true, + "Locations": [], + "Configuration": { + "WebTest": "" + }, + "provisioningState": "Succeeded" + } + }, + { + "id": "/subscriptions/subid/resourceGroups/my-other-resource-group/providers/Microsoft.Insights/webtests/my-webtest-my-other-component", + "name": "my-webtest-my-other-component", + "type": "Microsoft.Insights/webtests", + "location": "southcentralus", + "tags": { + "Test": "You can delete this synthetic monitor anytime", + "hidden-link:/subscriptions/subid/resourceGroups/my-other-resource-group/providers/Microsoft.Insights/components/my-other-component": "Resource" + }, + "kind": "ping", + "properties": { + "SyntheticMonitorId": "my-webtest-my-other-component", + "Name": "342bccf4-722f-496d-b064-123456789abc", + "Description": "", + "Enabled": false, + "Frequency": 900, + "Timeout": 120, + "Kind": "ping", + "RetryEnabled": false, + "Locations": [], + "Configuration": { + "WebTest": "" + }, + "provisioningState": "Succeeded" + } + } + ], + "nextLink": null + } + } + } +} diff --git a/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestListByComponent.json b/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestListByComponent.json new file mode 100644 index 000000000000..b8f6f6901248 --- /dev/null +++ b/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestListByComponent.json @@ -0,0 +1,47 @@ +{ + "parameters": { + "api-version": "2020-10-05-preview", + "subscriptionId": "subid", + "resourceGroupName": "my-resource-group", + "componentName": "my-component" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "id": "/subscriptions/subid/resourceGroups/my-resource-group/providers/Microsoft.Insights/webtests/my-webtest-my-component", + "name": "my-webtest-my-component", + "type": "Microsoft.Insights/webtests", + "location": "southcentralus", + "tags": { + "hidden-link:/subscriptions/subid/resourceGroups/my-resource-group/providers/Microsoft.Insights/components/my-component": "Resource", + "hidden-link:/subscriptions/subid/resourceGroups/my-resource-group/providers/Microsoft.Web/sites/mytestwebapp": "Resource" + }, + "kind": "ping", + "properties": { + "SyntheticMonitorId": "my-webtest-my-component", + "Name": "my-webtest", + "Description": "", + "Enabled": false, + "Frequency": 900, + "Timeout": 120, + "Kind": "ping", + "RetryEnabled": true, + "Locations": [ + { + "Id": "apac-hk-hkn-azr" + } + ], + "Configuration": { + "WebTest": "" + }, + "provisioningState": "Succeeded" + } + } + ], + "nextLink": null + } + } + } +} diff --git a/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestListByResourceGroup.json b/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestListByResourceGroup.json new file mode 100644 index 000000000000..06a2118a79bb --- /dev/null +++ b/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestListByResourceGroup.json @@ -0,0 +1,76 @@ +{ + "parameters": { + "api-version": "2020-10-05-preview", + "subscriptionId": "subid", + "resourceGroupName": "my-resource-group" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "id": "/subscriptions/subid/resourceGroups/my-resource-group/providers/Microsoft.Insights/webtests/my-webtest-my-component", + "name": "my-webtest-my-component", + "type": "Microsoft.Insights/webtests", + "location": "southcentralus", + "tags": { + "hidden-link:/subscriptions/subid/resourceGroups/my-resource-group/providers/Microsoft.Insights/components/my-component": "Resource", + "hidden-link:/subscriptions/subid/resourceGroups/my-resource-group/providers/Microsoft.Web/sites/mytestwebapp": "Resource" + }, + "kind": "ping", + "properties": { + "SyntheticMonitorId": "my-webtest-my-component", + "Name": "my-webtest", + "Description": "", + "Enabled": false, + "Frequency": 900, + "Timeout": 120, + "Kind": "ping", + "RetryEnabled": true, + "Locations": [ + { + "Id": "apac-hk-hkn-azr" + } + ], + "Configuration": { + "WebTest": "" + }, + "provisioningState": "Succeeded" + } + }, + { + "id": "/subscriptions/subid/resourceGroups/my-resource-group/providers/Microsoft.Insights/webtests/my-webtest-my-other-component", + "name": "my-webtest-my-other-component", + "type": "Microsoft.Insights/webtests", + "location": "southcentralus", + "tags": { + "Test": "You can delete this synthetic monitor anytime", + "hidden-link:/subscriptions/subid/resourceGroups/my-resource-group/providers/Microsoft.Insights/components/my-other-component": "Resource" + }, + "kind": "ping", + "properties": { + "SyntheticMonitorId": "my-webtest-my-other-component", + "Name": "342bccf4-722f-496d-b064-123456789abc", + "Description": "", + "Enabled": false, + "Frequency": 300, + "Timeout": 90, + "Kind": "ping", + "RetryEnabled": false, + "Locations": [ + { + "Id": "us-fl-mia-edge" + } + ], + "Configuration": { + "WebTest": "" + }, + "provisioningState": "Succeeded" + } + } + ], + "nextLink": null + } + } + } +} diff --git a/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestUpdate.json b/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestUpdate.json new file mode 100644 index 000000000000..4db95f82f2cd --- /dev/null +++ b/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestUpdate.json @@ -0,0 +1,67 @@ +{ + "parameters": { + "api-version": "2020-10-05-preview", + "subscriptionId": "subid", + "resourceGroupName": "my-resource-group", + "webTestName": "my-webtest-my-component", + "WebTestDefinition": { + "location": "South Central US", + "kind": "ping", + "properties": { + "Configuration": { + "WebTest": "" + }, + "Frequency": 600, + "Timeout": 30, + "Locations": [ + { + "Id": "us-fl-mia-edge" + }, + { + "Id": "apac-hk-hkn-azr" + } + ], + "Kind": "ping", + "Name": "my-webtest-my-component", + "SyntheticMonitorId": "my-webtest-my-component" + } + } + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/subid/resourceGroups/my-resource-group/providers/Microsoft.Insights/webtests/my-webtest-my-component", + "name": "my-webtest-my-component", + "type": "Microsoft.Insights/webtests", + "location": "southcentralus", + "tags": { + "hidden-link:/subscriptions/subid/resourceGroups/my-resource-group/providers/Microsoft.Insights/components/my-component": "Resource", + "hidden-link:/subscriptions/subid/resourceGroups/my-resource-group/providers/Microsoft.Web/sites/mytestwebapp": "Resource" + }, + "kind": "ping", + "properties": { + "Name": "my-webtest-my-component", + "SyntheticMonitorId": "my-webtest-my-component", + "Description": "Ping web test alert for mytestwebapp", + "Enabled": true, + "Frequency": 600, + "Timeout": 30, + "Kind": "ping", + "RetryEnabled": true, + "Locations": [ + { + "Id": "us-fl-mia-edge" + }, + { + "Id": "apac-hk-hkn-azr" + } + ], + "Configuration": { + "WebTest": "" + }, + "provisioningState": "Succeeded" + } + } + } + } +} diff --git a/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestUpdateTagsOnly.json b/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestUpdateTagsOnly.json new file mode 100644 index 000000000000..517323cb7cfe --- /dev/null +++ b/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestUpdateTagsOnly.json @@ -0,0 +1,57 @@ +{ + "parameters": { + "api-version": "2020-10-05-preview", + "subscriptionId": "subid", + "resourceGroupName": "my-resource-group", + "webTestName": "my-webtest-my-component", + "WebTestTags": { + "tags": { + "hidden-link:/subscriptions/subid/resourceGroups/my-resource-group/providers/Microsoft.Insights/components/my-component": "Resource", + "hidden-link:/subscriptions/subid/resourceGroups/my-resource-group/providers/Microsoft.Web/sites/mytestwebapp": "Resource", + "CustomField-01": "This is a random value", + "SystemType": "A08", + "Color": "AzureBlue" + } + } + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/subid/resourceGroups/my-resource-group/providers/Microsoft.Insights/webtests/my-webtest-my-component", + "name": "my-webtest-my-component", + "type": "Microsoft.Insights/webtests", + "location": "southcentralus", + "tags": { + "hidden-link:/subscriptions/subid/resourceGroups/my-resource-group/providers/Microsoft.Insights/components/my-component": "Resource", + "hidden-link:/subscriptions/subid/resourceGroups/my-resource-group/providers/Microsoft.Web/sites/mytestwebapp": "Resource", + "CustomField-01": "This is a random value", + "SystemType": "A08", + "Color": "AzureBlue" + }, + "kind": "ping", + "properties": { + "Name": "my-webtest-my-component", + "SyntheticMonitorId": "my-webtest-my-component", + "Description": "Ping web test alert for mytestwebapp", + "Enabled": true, + "Frequency": 600, + "Timeout": 30, + "Kind": "ping", + "RetryEnabled": true, + "Locations": [ + { + "Id": "us-fl-mia-edge" + }, + { + "Id": "apac-hk-hkn-azr" + } + ], + "Configuration": { + "WebTest": "" + }, + "provisioningState": "Succeeded" + } + } + } + } +} diff --git a/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/webTests_API.json b/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/webTests_API.json new file mode 100644 index 000000000000..6bd7e2c28516 --- /dev/null +++ b/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/webTests_API.json @@ -0,0 +1,690 @@ +{ + "swagger": "2.0", + "info": { + "title": "ApplicationInsightsManagementClient", + "description": "Azure Application Insights client for web test based alerting.", + "version": "2020-10-05-preview" + }, + "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" + ], + "summary": "List available operations.", + "description": "List the available operations supported by the Microsoft.EventGrid resource provider.", + "operationId": "Operations_List", + "consumes": [], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/OperationsListResult" + } + }, + "default": { + "description": "*** Error Responses: ***\n\n * 400 Bad Request.\n\n * 500 Internal Server Error." + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-examples": { + "Operations_List": { + "$ref": "./examples/Operations_List.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/webtests": { + "get": { + "description": "Get all Application Insights web tests defined within a specified resource group.", + "operationId": "WebTests_ListByResourceGroup", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "A list containing 0 or more web test definitions.", + "schema": { + "$ref": "#/definitions/webTestListResult" + } + } + }, + "x-ms-examples": { + "webTestListByResourceGroup": { + "$ref": "./examples/WebTestListByResourceGroup.json" + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/webtests/{webTestName}": { + "get": { + "description": "Get a specific Application Insights web test definition.", + "operationId": "WebTests_Get", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "#/parameters/WebTestNameParameter" + } + ], + "responses": { + "200": { + "description": "Ann Application Insights web test definition.", + "schema": { + "$ref": "#/definitions/WebTest" + } + } + }, + "x-ms-examples": { + "webTestGet": { + "$ref": "./examples/WebTestGet.json" + } + } + }, + "put": { + "description": "Creates or updates an Application Insights web test definition.", + "operationId": "WebTests_CreateOrUpdate", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "#/parameters/WebTestNameParameter" + }, + { + "name": "WebTestDefinition", + "description": "Properties that need to be specified to create or update an Application Insights web test definition.", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/WebTest" + } + } + ], + "responses": { + "200": { + "description": "Adding the Application Insights web test was successful. Web test properties are updated and returned.", + "schema": { + "$ref": "#/definitions/WebTest" + } + } + }, + "x-ms-examples": { + "webTestCreate": { + "$ref": "./examples/WebTestCreate.json" + }, + "webTestCreateBasic": { + "$ref": "./examples/WebTestCreateBasic.json" + }, + "webTestCreateStandard": { + "$ref": "./examples/WebTestCreateStandard.json" + }, + "webTestUpdate": { + "$ref": "./examples/WebTestUpdate.json" + } + } + }, + "patch": { + "description": "Creates or updates an Application Insights web test definition.", + "operationId": "WebTests_UpdateTags", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "#/parameters/WebTestNameParameter" + }, + { + "name": "WebTestTags", + "description": "Updated tag information to set into the web test instance.", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/TagsResource" + } + } + ], + "responses": { + "200": { + "description": "Updating the Application Insights web test tags was successful. Web test tags are updated and returned with the rest of the WebTest object properties.", + "schema": { + "$ref": "#/definitions/WebTest" + } + } + }, + "x-ms-examples": { + "webTestUpdateTags": { + "$ref": "./examples/WebTestUpdateTagsOnly.json" + } + } + }, + "delete": { + "description": "Deletes an Application Insights web test.", + "operationId": "WebTests_Delete", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "$ref": "#/parameters/WebTestNameParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + } + ], + "responses": { + "204": { + "description": "No content: the request was successful, but the response is empty (the request to delete failed because the specified web test does not exist)." + }, + "200": { + "description": "Successful request to delete a web test definition." + } + }, + "x-ms-examples": { + "webTestDelete": { + "$ref": "./examples/WebTestDelete.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/providers/Microsoft.Insights/webtests": { + "get": { + "description": "Get all Application Insights web test alerts definitions within a subscription.", + "operationId": "WebTests_List", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "A list of 0 or more Application Insights web test definitions.", + "schema": { + "$ref": "#/definitions/webTestListResult" + } + } + }, + "x-ms-examples": { + "webTestList": { + "$ref": "./examples/WebTestList.json" + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{componentName}/webtests": { + "get": { + "description": "Get all Application Insights web tests defined for the specified component.", + "operationId": "WebTests_ListByComponent", + "parameters": [ + { + "$ref": "#/parameters/ComponentNameParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "A list containing 0 or more web test definitions.", + "schema": { + "$ref": "#/definitions/webTestListResult" + } + } + }, + "x-ms-examples": { + "webTestListByComponent": { + "$ref": "./examples/WebTestListByComponent.json" + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + } + } + } + }, + "definitions": { + "WebtestsResource": { + "properties": { + "id": { + "type": "string", + "readOnly": true, + "description": "Azure resource Id" + }, + "name": { + "type": "string", + "description": "Azure resource name", + "readOnly": true + }, + "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" + }, + "TagsResource": { + "properties": { + "tags": { + "additionalProperties": { + "type": "string" + }, + "description": "Resource tags" + } + }, + "description": "A container holding only the Tags for a resource, allowing the user to update the tags on a WebTest instance." + }, + "webTestListResult": { + "description": "A list of 0 or more Application Insights WebTest definitions.", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "array", + "description": "Set of Application Insights WebTest definitions.", + "items": { + "$ref": "#/definitions/WebTest" + } + }, + "nextLink": { + "type": "string", + "description": "The link to get the next part of the returned list of WebTest, should the return set be too large for a single request. May be null." + } + } + }, + "WebTest": { + "description": "An Application Insights WebTest definition.", + "allOf": [ + { + "$ref": "#/definitions/WebtestsResource" + } + ], + "properties": { + "kind": { + "type": "string", + "description": "The kind of WebTest that this web test watches. Choices are ping and multistep.", + "default": "ping", + "enum": [ + "ping", + "multistep" + ], + "x-ms-enum": { + "name": "WebTestKind", + "modelAsString": false + } + }, + "properties": { + "x-ms-client-flatten": true, + "description": "Metadata describing a web test for an Azure resource.", + "$ref": "#/definitions/WebTestProperties" + } + } + }, + "WebTestProperties": { + "description": "Metadata describing a web test for an Azure resource.", + "required": [ + "Name", + "Kind", + "Locations", + "SyntheticMonitorId" + ], + "properties": { + "SyntheticMonitorId": { + "type": "string", + "description": "Unique ID of this WebTest. This is typically the same value as the Name field." + }, + "Name": { + "x-ms-client-name": "WebTestName", + "type": "string", + "description": "User defined name if this WebTest." + }, + "Description": { + "type": "string", + "description": "User defined description for this WebTest." + }, + "Enabled": { + "type": "boolean", + "description": "Is the test actively being monitored." + }, + "Frequency": { + "type": "integer", + "format": "int32", + "description": "Interval in seconds between test runs for this WebTest. Default value is 300.", + "default": 300 + }, + "Timeout": { + "type": "integer", + "format": "int32", + "description": "Seconds until this WebTest will timeout and fail. Default value is 30.", + "default": 30 + }, + "Kind": { + "x-ms-client-name": "WebTestKind", + "type": "string", + "description": "The kind of web test this is, valid choices are ping, multistep, basic, and standard.", + "default": "ping", + "enum": [ + "ping", + "multistep", + "basic", + "standard" + ], + "x-ms-enum": { + "name": "WebTestKindEnum", + "modelAsString": false + } + }, + "RetryEnabled": { + "type": "boolean", + "description": "Allow for retries should this WebTest fail." + }, + "Locations": { + "type": "array", + "description": "A list of where to physically run the tests from to give global coverage for accessibility of your application.", + "items": { + "$ref": "#/definitions/WebTestGeolocation" + } + }, + "Configuration": { + "type": "object", + "description": "An XML configuration specification for a WebTest.", + "properties": { + "WebTest": { + "type": "string", + "description": "The XML specification of a WebTest to run against an application." + } + } + }, + "provisioningState": { + "type": "string", + "description": "Current state of this component, whether or not is has been provisioned within the resource group it is defined. Users cannot change this value but are able to read from it. Values will include Succeeded, Deploying, Canceled, and Failed.", + "readOnly": true + }, + "Request": { + "type": "object", + "description": "The collection of request properties", + "properties": { + "RequestUrl": { + "type": "string", + "description": "Url location to test." + }, + "Headers": { + "type": "array", + "description": "List of headers and their values to add to the WebTest call.", + "items": { + "$ref": "#/definitions/HeaderField" + } + }, + "HttpVerb": { + "type": "string", + "description": "Http verb to use for this web test." + }, + "RequestBody": { + "type": "string", + "description": "Base64 encoded string body to send with this web test." + }, + "ParseDependentRequests": { + "type": "boolean", + "description": "Parse Dependent request for this WebTest." + }, + "FollowRedirects": { + "type": "boolean", + "description": "Follow redirects for this web test." + } + } + }, + "ValidationRules": { + "type": "object", + "description": "The collection of validation rule properties", + "properties": { + "ContentValidation": { + "type": "object", + "description": "The collection of content validation properties", + "properties": { + "ContentMatch": { + "type": "string", + "description": "Content to look for in the return of the WebTest. Must not be null or empty." + }, + "IgnoreCase": { + "type": "boolean", + "description": "When set, this value makes the ContentMatch validation case insensitive." + }, + "PassIfTextFound": { + "type": "boolean", + "description": "When true, validation will pass if there is a match for the ContentMatch string. If false, validation will fail if there is a match" + } + } + }, + "SSLCheck": { + "type": "boolean", + "description": "Checks to see if the SSL cert is still valid." + }, + "SSLCertRemainingLifetimeCheck": { + "type": "integer", + "format": "int32", + "description": "A number of days to check still remain before the the existing SSL cert expires. Value must be positive and the SSLCheck must be set to true." + }, + "ExpectedHttpStatusCode": { + "type": "integer", + "format": "int32", + "description": "Validate that the WebTest returns the http status code provided." + }, + "IgnoreHttpsStatusCode": { + "type": "boolean", + "description": "When set, validation will ignore the status code." + } + } + } + } + }, + "WebTestGeolocation": { + "description": "Geo-physical location to run a WebTest from. You must specify one or more locations for the test to run from.", + "type": "object", + "properties": { + "Id": { + "x-ms-client-name": "location", + "type": "string", + "description": "Location ID for the WebTest to run from." + } + } + }, + "HeaderField": { + "description": "A header to add to the WebTest.", + "type": "object", + "properties": { + "key": { + "x-ms-client-name": "headerFieldName", + "type": "string", + "description": "The name of the header." + }, + "value": { + "x-ms-client-name": "headerFieldValue", + "type": "string", + "description": "The value of the header." + } + } + }, + "OperationsListResult": { + "description": "Result of the List Operations operation", + "type": "object", + "properties": { + "value": { + "description": "A collection of operations", + "type": "array", + "items": { + "$ref": "#/definitions/Operation" + } + }, + "nextLink": { + "type": "string", + "description": "URL to get the next set of operation list results if there are any." + } + } + }, + "Operation": { + "description": "Represents an operation returned by the GetOperations request", + "type": "object", + "properties": { + "name": { + "description": "Name of the operation", + "type": "string" + }, + "display": { + "$ref": "#/definitions/OperationInfo", + "description": "Display name of the operation" + }, + "origin": { + "description": "Origin of the operation", + "type": "string" + }, + "properties": { + "description": "Properties of the operation", + "type": "object", + "x-ms-client-flatten": true + } + } + }, + "OperationInfo": { + "description": "Information about an operation", + "type": "object", + "properties": { + "provider": { + "description": "Name of the provider", + "type": "string" + }, + "resource": { + "description": "Name of the resource type", + "type": "string" + }, + "operation": { + "description": "Name of the operation", + "type": "string" + }, + "description": { + "description": "Description of the operation", + "type": "string" + } + } + } + }, + "parameters": { + "ComponentNameParameter": { + "name": "componentName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the Application Insights component resource.", + "x-ms-parameter-location": "method" + }, + "WebTestNameParameter": { + "name": "webTestName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the Application Insights WebTest resource.", + "x-ms-parameter-location": "method" + } + } +} From 4b61be38d34722a495f7e5b1902d8d2c47135f93 Mon Sep 17 00:00:00 2001 From: Gustavo Lima Date: Thu, 12 Aug 2021 09:33:08 -0700 Subject: [PATCH 2/5] change version --- .../2018-05-01-preview/examples/manifest.json | 2914 +++++++++++++++++ .../2018-05-01-preview/webTests_API.json | 2 +- 2 files changed, 2915 insertions(+), 1 deletion(-) create mode 100644 specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/manifest.json diff --git a/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/manifest.json b/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/manifest.json new file mode 100644 index 000000000000..bee0aed6a168 --- /dev/null +++ b/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/manifest.json @@ -0,0 +1,2914 @@ +{ + "providerAuthorizations": [ + { + "applicationId": "11c174dc-1945-4a9a-a36b-c79a0f246b9b", + "roleDefinitionId": "dd9d4347-f397-45f2-b538-85f21c90037b" + }, + { + "applicationId": "6bccf540-eb86-4037-af03-7fa058c2db75", + "roleDefinitionId": "89dcede2-9219-403a-9723-d3c6473f9472" + }, + { + "applicationId": "b503eb83-1222-4dcc-b116-b98ed5216e05", + "roleDefinitionId": "68699c37-c689-44d4-9248-494b782d46ae" + }, + { + "applicationId": "3af5a1e8-2459-45cb-8683-bcd6cccbcc13", + "roleDefinitionId": "b1309299-720d-4159-9897-6158a61aee41" + }, + { + "applicationId": "707be275-6b9d-4ee7-88f9-c0c2bd646e0f", + "roleDefinitionId": "fa027d90-6ba0-4c33-9a54-59edaf2327e7" + }, + { + "applicationId": "461e8683-5575-4561-ac7f-899cc907d62a", + "roleDefinitionId": "68699c37-c689-44d4-9248-494b782d46ae" + }, + { + "applicationId": "ca7f3f0b-7d91-482c-8e09-c5d840d0eac5", + "roleDefinitionId": "5d5a2e56-9835-44aa-93db-d2f19e155438" + }, + { + "applicationId": "f6b60513-f290-450e-a2f3-9930de61c5e7", + "roleDefinitionId": "4ef11659-08ac-48af-98a7-25fb6b1e1bc4" + }, + { + "applicationId": "6a0a243c-0886-468a-a4c2-eff52c7445da", + "roleDefinitionId": "d2eda64b-c5e6-4930-8642-2d80ecd7c2e2" + }, + { + "applicationId": "e933bd07-d2ee-4f1d-933c-3752b819567b", + "roleDefinitionId": "abbcfd44-e662-419a-9b5a-478f8e2f57c9" + } + ], + "namespace": "microsoft.insights", + "providerVersion": "2.0", + "providerType": "Internal", + "notificationOptions": "NotSpecified", + "resourceHydrationAccounts": [ + { + "subscriptionId": "623e6f01-f1ee-44da-a078-35c052c596c5", + "accountName": "bjscfgconnection" + }, + { + "subscriptionId": "458e6dd0-902a-425f-a7c4-60fa8a2de7de", + "accountName": "bjsconfigstoreprodsndr" + }, + { + "subscriptionId": "8fc60666-2f98-456f-9ca8-6146dbc496f3", + "accountName": "cnce2grpcsm1" + } + ], + "resourceTypes": [ + { + "name": "components", + "routingType": "Default", + "requestHeaderOptions": { + "optInHeaders": "ClientGroupMembership" + }, + "resourceDeletionPolicy": "NotSpecified", + "allowEmptyRoleAssignments": false, + "authorizationActionMappings": [ + { + "original": "microsoft.insights/components/MyFavorites/write", + "desired": "microsoft.insights/components/MyFavorites/read" + }, + { + "original": "microsoft.insights/components/MyFavorites/delete", + "desired": "microsoft.insights/components/MyFavorites/read" + }, + { + "original": "microsoft.insights/components/MyAnalyticsItems/write", + "desired": "microsoft.insights/components/MyAnalyticsItems/read" + }, + { + "original": "microsoft.insights/components/MyAnalyticsItems/delete", + "desired": "microsoft.insights/components/MyAnalyticsItems/read" + }, + { + "original": "microsoft.insights/components/gettoken/action", + "desired": "microsoft.insights/components/gettoken/read" + }, + { + "original": "microsoft.insights/components/api/action", + "desired": "microsoft.insights/components/api/read" + } + ], + "linkedAccessChecks": [ + { + "actionName": "microsoft.insights/components/apikeys/action", + "linkedProperty": "linkedWriteProperties[*]", + "linkedActionVerb": "write" + }, + { + "actionName": "microsoft.insights/components/apikeys/action", + "linkedProperty": "linkedReadProperties[*]", + "linkedActionVerb": "read" + }, + { + "actionName": "microsoft.insights/components/gettoken/read", + "linkedProperty": "linkedReads[*]", + "linkedActionVerb": "read" + }, + { + "actionName": "microsoft.insights/components/gettoken/read", + "linkedProperty": "linkedWrites[*]", + "linkedActionVerb": "write" + }, + { + "actionName": "microsoft.insights/components/api/read", + "linkedProperty": "authorizedResources[*]", + "linkedActionVerb": "read" + }, + { + "actionName": "microsoft.insights/components/api/write", + "linkedProperty": "properties.workspaceResourceId", + "linkedActionVerb": "write" + } + ], + "linkedOperationRules": [ + { + "linkedOperation": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove", + "linkedAction": "Validate" + } + ], + "loggingRules": [ + { + "action": "microsoft.insights/components/purge/action", + "direction": "Request", + "detailLevel": "Body" + } + ], + "endpoints": [ + { + "enabled": true, + "apiVersions": [ + "2014-04-01", + "2014-08-01", + "2014-12-01-preview", + "2015-05-01", + "2018-05-01-preview", + "2020-02-02-preview", + "2020-02-02" + ], + "endpointUri": "https://graph.applicationinsights.azure.cn/locations/chinaeast2/", + "locations": [ + "China East 2" + ], + "timeout": "PT2M" + } + ], + "management": { + "incidentRoutingService": "Application Insights", + "incidentRoutingTeam": "API", + "incidentContactEmail": "aiapi@microsoft.com ", + "resourceAccessPolicy": "NotSpecified" + }, + "metadata": { + "microsoft.insights": { + "monitoringResourceProvider": { + "version": "1.0", + "mdsMappingResourceIdOverridePathSelector": "properties.AppId", + "metrics": { + "mdmInfo": [ + { + "enableRegionalMdmAccount": true, + "sourceMdmAccount": "ApplicationInsights_MC_", + "sourceMdmNamespace": "ApplicationInsights" + } + ] + } + } + } + } + }, + { + "name": "components/events", + "routingType": "ProxyOnly", + "requestHeaderOptions": { + "optInHeaders": "ClientGroupMembership" + }, + "resourceDeletionPolicy": "NotSpecified", + "allowEmptyRoleAssignments": false, + "authorizationActionMappings": [ + { + "original": "microsoft.insights/components/events/action", + "desired": "microsoft.insights/components/events/read" + } + ], + "endpoints": [ + { + "enabled": true, + "apiVersion": "2018-04-20", + "endpointUri": "https://internal.api.loganalytics.azure.cn/", + "locations": [ + "China East 2" + ], + "timeout": "PT2M" + } + ], + "management": { + "incidentRoutingService": "Application Insights", + "incidentRoutingTeam": "API", + "incidentContactEmail": "aiapi@microsoft.com", + "resourceAccessPolicy": "NotSpecified" + } + }, + { + "name": "components/metrics", + "routingType": "ProxyOnly", + "requestHeaderOptions": { + "optInHeaders": "ClientGroupMembership" + }, + "resourceDeletionPolicy": "NotSpecified", + "allowEmptyRoleAssignments": false, + "authorizationActionMappings": [ + { + "original": "microsoft.insights/components/metrics/action", + "desired": "microsoft.insights/components/metrics/read" + } + ], + "endpoints": [ + { + "enabled": true, + "apiVersion": "2018-04-20", + "endpointUri": "https://internal.api.loganalytics.azure.cn/", + "locations": [ + "China East 2" + ], + "timeout": "PT2M" + } + ], + "management": { + "incidentRoutingService": "Azure Log Analytics", + "incidentRoutingTeam": "Draft (API)-OMS", + "incidentContactEmail": "aiapi@microsoft.com", + "resourceAccessPolicy": "NotSpecified" + } + }, + { + "name": "components/query", + "routingType": "ProxyOnly", + "requestHeaderOptions": { + "optInHeaders": "ClientGroupMembership" + }, + "resourceDeletionPolicy": "NotSpecified", + "allowEmptyRoleAssignments": false, + "authorizationActionMappings": [ + { + "original": "microsoft.insights/components/query/action", + "desired": "microsoft.insights/components/query/read" + } + ], + "endpoints": [ + { + "enabled": true, + "apiVersion": "2018-04-20", + "endpointUri": "https://internal.api.loganalytics.azure.cn/", + "locations": [ + "China East 2" + ], + "timeout": "PT2M" + } + ], + "management": { + "incidentRoutingService": "Azure Log Analytics", + "incidentRoutingTeam": "Draft (API)-OMS", + "incidentContactEmail": "aiapi@microsoft.com", + "resourceAccessPolicy": "NotSpecified" + } + }, + { + "name": "components/metadata", + "routingType": "ProxyOnly", + "requestHeaderOptions": { + "optInHeaders": "ClientGroupMembership" + }, + "resourceDeletionPolicy": "NotSpecified", + "allowedUnauthorizedActions": [ + "microsoft.insights/components/metadata/action", + "microsoft.insights/components/metadata/read" + ], + "allowEmptyRoleAssignments": false, + "endpoints": [ + { + "enabled": true, + "apiVersion": "2018-04-20", + "endpointUri": "https://internal.api.loganalytics.azure.cn/", + "locations": [ + "China East 2" + ], + "timeout": "PT2M" + } + ], + "management": { + "incidentRoutingService": "Azure Log Analytics", + "incidentRoutingTeam": "Draft (API)-OMS", + "incidentContactEmail": "aiapi@microsoft.com", + "resourceAccessPolicy": "NotSpecified" + } + }, + { + "name": "webtests", + "routingType": "Default", + "resourceDeletionPolicy": "NotSpecified", + "allowEmptyRoleAssignments": false, + "linkedOperationRules": [ + { + "linkedOperation": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove", + "linkedAction": "Validate" + } + ], + "endpoints": [ + { + "enabled": true, + "apiVersion": "2014-04-01", + "endpointUri": "https://graph.applicationinsights.azure.cn/", + "locations": [ + "China East 2" + ], + "timeout": "PT1M" + }, + { + "enabled": true, + "apiVersion": "2014-08-01", + "endpointUri": "https://graph.applicationinsights.azure.cn/", + "locations": [ + "China East 2" + ], + "timeout": "PT1M" + }, + { + "enabled": true, + "apiVersion": "2015-05-01", + "endpointUri": "https://graph.applicationinsights.azure.cn/", + "locations": [ + "China East 2" + ], + "timeout": "PT1M" + } + ], + "management": { + "incidentRoutingService": "Application Insights", + "incidentRoutingTeam": "GSM", + "incidentContactEmail": "ai-dri-gsm@microsoft.com", + "resourceAccessPolicy": "NotSpecified" + } + }, + { + "name": "webtests/getTestResultFile", + "routingType": "ProxyOnly", + "serviceTreeInfos": [ + { + "serviceId": "eb486ec5-6fc7-4507-a12c-cb7fb5a2c461", + "componentId": "eb486ec5-6fc7-4507-a12c-cb7fb5a2c461" + } + ], + "resourceDeletionPolicy": "NotSpecified", + "allowEmptyRoleAssignments": false, + "authorizationActionMappings": [ + { + "original": "microsoft.insights/webtests/getTestResultFile/action", + "desired": "microsoft.insights/webtests/getTestResultFile/read" + } + ], + "endpoints": [ + { + "enabled": true, + "apiVersions": [ + "2020-02-10-preview" + ], + "endpointUri": "https://gsm.applicationinsights.azure.cn/", + "locations": [ + "" + ], + "timeout": "PT2M" + } + ], + "management": { + "incidentRoutingService": "Application Insights", + "incidentRoutingTeam": "GSM", + "incidentContactEmail": "ai-dri-gsm@microsoft.com", + "resourceAccessPolicy": "NotSpecified" + } + }, + { + "name": "generateLiveToken", + "routingType": "ProxyOnly, Extension", + "serviceTreeInfos": [ + { + "serviceId": "eb486ec5-6fc7-4507-a12c-cb7fb5a2c461", + "componentId": "eb486ec5-6fc7-4507-a12c-cb7fb5a2c461" + } + ], + "requestHeaderOptions": { + "optInHeaders": "ClientGroupMembership" + }, + "resourceDeletionPolicy": "NotSpecified", + "allowEmptyRoleAssignments": false, + "linkedAccessChecks": [ + { + "actionName": "microsoft.insights/generateLiveToken/read", + "linkedProperty": "authorizedResources[*]", + "linkedActionVerb": "read" + } + ], + "endpoints": [ + { + "enabled": true, + "apiVersion": "2020-06-02-preview", + "endpointUri": "https://live.applicationinsights.azure.cn/QuickPulseService.svc/gettoken/", + "locations": [ + "" + ], + "timeout": "PT2M" + } + ], + "management": { + "incidentRoutingService": "Application Insights", + "incidentRoutingTeam": "QuickPulse", + "incidentContactEmail": "quickpulse@microsoft.com", + "resourceAccessPolicy": "NotSpecified" + } + }, + { + "name": "components/pricingPlans", + "routingType": "ProxyOnly", + "resourceDeletionPolicy": "NotSpecified", + "allowEmptyRoleAssignments": false, + "endpoints": [ + { + "enabled": true, + "apiVersion": "2017-10-01", + "endpointUri": "https://graph.applicationinsights.azure.cn/", + "locations": [ + "China East 2" + ], + "timeout": "PT2M" + } + ], + "management": { + "incidentRoutingService": "Application Insights", + "incidentRoutingTeam": "Billing", + "incidentContactEmail": "aialm@microsoft.com", + "resourceAccessPolicy": "NotSpecified" + } + }, + { + "name": "migrateToNewPricingModel", + "routingType": "ProxyOnly", + "resourceDeletionPolicy": "NotSpecified", + "allowEmptyRoleAssignments": false, + "endpoints": [ + { + "enabled": true, + "apiVersion": "2017-10-01", + "endpointUri": "https://aibillingmooncake.applicationinsights.io/", + "locations": [ + "China North" + ], + "timeout": "PT1M" + } + ], + "management": { + "incidentRoutingService": "Application Insights", + "incidentRoutingTeam": "Billing", + "incidentContactEmail": "aialm@microsoft.com", + "resourceAccessPolicy": "NotSpecified" + } + }, + { + "name": "rollbackToLegacyPricingModel", + "routingType": "ProxyOnly", + "resourceDeletionPolicy": "NotSpecified", + "allowEmptyRoleAssignments": false, + "endpoints": [ + { + "enabled": true, + "apiVersion": "2017-10-01", + "endpointUri": "https://aibillingmooncake.applicationinsights.io/", + "locations": [ + "China North" + ], + "timeout": "PT1M" + } + ], + "management": { + "incidentRoutingService": "Application Insights", + "incidentRoutingTeam": "Billing", + "incidentContactEmail": "aialm@microsoft.com", + "resourceAccessPolicy": "NotSpecified" + } + }, + { + "name": "listMigrationdate", + "routingType": "ProxyOnly", + "resourceDeletionPolicy": "NotSpecified", + "allowEmptyRoleAssignments": false, + "authorizationActionMappings": [ + { + "original": "Microsoft.Insights/listMigrationdate/action", + "desired": "Microsoft.Insights/listMigrationdate/read" + } + ], + "endpoints": [ + { + "enabled": true, + "apiVersion": "2017-10-01", + "endpointUri": "https://aibillingmooncake.applicationinsights.io/", + "locations": [ + "China North" + ], + "timeout": "PT1M" + } + ], + "management": { + "incidentRoutingService": "Application Insights", + "incidentRoutingTeam": "Billing", + "incidentContactEmail": "aialm@microsoft.com", + "resourceAccessPolicy": "NotSpecified" + } + }, + { + "name": "logprofiles", + "routingType": "ProxyOnly", + "allowEmptyRoleAssignments": false, + "linkedAccessChecks": [ + { + "actionName": "Microsoft.Insights/logprofiles/write", + "linkedProperty": "properties.storageAccountId", + "linkedActionVerb": "listkeys/action" + }, + { + "actionName": "Microsoft.Insights/logprofiles/write", + "linkedProperty": "properties.serviceBusRuleId", + "linkedAction": "Microsoft.ServiceBus/namespaces/authorizationrules/listkeys/action" + } + ], + "apiProfiles": [ + { + "profileVersion": "2018-06-01-profile", + "apiVersion": "2016-03-01" + } + ], + "endpoints": [ + { + "enabled": true, + "apiVersion": "2016-03-01", + "endpointUri": "https://global.monitoring.prod.windowsazure.cn", + "locations": [ + "" + ], + "timeout": "PT20S" + } + ], + "management": { + "incidentRoutingService": "Azure Insights - China", + "incidentRoutingTeam": "Insights Backend", + "incidentContactEmail": "auxmonhot@microsoft.com", + "resourceAccessPolicy": "NotSpecified" + } + }, + { + "name": "migratealertrules", + "routingType": "ProxyOnly", + "allowEmptyRoleAssignments": false, + "authorizationActionMappings": [ + { + "original": "microsoft.insights/migrateAlertRules/action", + "desired": "microsoft.insights/metricAlerts/write" + } + ], + "linkedAccessChecks": [ + { + "actionName": "microsoft.insights/metricAlerts/write", + "linkedProperty": "properties.scope", + "linkedAction": "microsoft.insights/alertrules/write" + }, + { + "actionName": "microsoft.insights/metricAlerts/write", + "linkedProperty": "properties.scope", + "linkedAction": "microsoft.insights/actiongroups/write" + }, + { + "actionName": "microsoft.insights/metricAlerts/write", + "linkedProperty": "properties.scope", + "linkedActionVerb": "read" + } + ], + "endpoints": [ + { + "enabled": true, + "apiVersions": [ + "2018-03-01" + ], + "endpointUri": "https://genevaalertrp.trafficmanager.cn", + "locations": [ + "" + ], + "timeout": "PT1M" + } + ], + "management": { + "incidentRoutingService": "ONLY Alerts (Activity logs ALERTS and Metric based ALERTS)", + "incidentRoutingTeam": "Alertexp", + "incidentContactEmail": "gautamdedir@microsoft.com", + "resourceAccessPolicy": "NotSpecified" + } + }, + { + "name": "metricalerts", + "routingType": "Default", + "resourceDeletionPolicy": "NotSpecified", + "allowedUnauthorizedActions": [], + "allowEmptyRoleAssignments": false, + "linkedAccessChecks": [ + { + "actionName": "microsoft.insights/metricalerts/write", + "linkedProperty": "properties.scopes[*]", + "linkedActionVerb": "read" + }, + { + "actionName": "microsoft.insights/metricalerts/write", + "linkedProperty": "properties.actions[*].actionGroupId", + "linkedActionVerb": "read" + } + ], + "linkedOperationRules": [ + { + "linkedOperation": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove", + "linkedAction": "Blocked" + } + ], + "loggingRules": [ + { + "action": "Microsoft.Insights/metricalerts/write", + "direction": "Request", + "detailLevel": "Body" + } + ], + "endpoints": [ + { + "enabled": true, + "apiVersions": [ + "2017-09-01-preview", + "2018-03-01" + ], + "endpointUri": "https://genevaalertrp.trafficmanager.cn", + "locations": [ + "China East", + "China East 2", + "China North", + "China North 2", + "Global" + ], + "timeout": "PT2M" + } + ], + "management": { + "incidentRoutingService": "Azure Metrics & Activity Log Alerts", + "incidentRoutingTeam": "Alertexp", + "incidentContactEmail": "gautamdedir@microsoft.com", + "resourceAccessPolicy": "NotSpecified" + }, + "templateDeploymentPolicy": { + "capabilities": "Preflight", + "preflightOptions": "ValidationRequests", + "preflightNotifications": "None" + } + }, + { + "name": "alertrules", + "routingType": "Default", + "resourceDeletionPolicy": "NotSpecified", + "allowedUnauthorizedActions": [ + "Microsoft.Insights/register/action" + ], + "allowEmptyRoleAssignments": false, + "linkedAccessChecks": [ + { + "actionName": "Microsoft.Insights/alertrules/write", + "linkedProperty": "properties.condition.dataSource.resourceUri", + "linkedActionVerb": "Read" + } + ], + "apiProfiles": [ + { + "profileVersion": "2018-06-01-profile", + "apiVersion": "2016-03-01" + } + ], + "endpoints": [ + { + "enabled": true, + "apiVersion": "2014-04-01", + "endpointUri": "https://chinanorth.monitoring.prod.windowsazure.cn", + "locations": [ + "China North" + ], + "timeout": "PT20S" + }, + { + "enabled": true, + "apiVersion": "2014-04-01", + "endpointUri": "https://chinaeast.monitoring.prod.windowsazure.cn", + "locations": [ + "China East" + ], + "timeout": "PT20S" + }, + { + "enabled": true, + "apiVersion": "2015-04-01", + "endpointUri": "https://chinanorth.monitoring.prod.windowsazure.cn", + "locations": [ + "China North" + ], + "timeout": "PT20S" + }, + { + "enabled": true, + "apiVersion": "2015-04-01", + "endpointUri": "https://chinaeast.monitoring.prod.windowsazure.cn", + "locations": [ + "China East" + ], + "timeout": "PT20S" + }, + { + "enabled": true, + "apiVersion": "2016-03-01", + "endpointUri": "https://chinanorth.monitoring.prod.windowsazure.cn", + "locations": [ + "China North" + ], + "timeout": "PT20S" + }, + { + "enabled": true, + "apiVersion": "2016-03-01", + "endpointUri": "https://chinaeast.monitoring.prod.windowsazure.cn", + "locations": [ + "China East" + ], + "timeout": "PT20S" + } + ], + "marketplaceType": "NotSpecified", + "management": { + "incidentRoutingService": "Azure Insights - China", + "incidentRoutingTeam": "Insights Backend", + "incidentContactEmail": "auxmonhot@microsoft.com", + "resourceAccessPolicy": "NotSpecified" + } + }, + { + "name": "autoscalesettings", + "routingType": "Default", + "resourceDeletionPolicy": "NotSpecified", + "allowEmptyRoleAssignments": false, + "linkedAccessChecks": [ + { + "actionName": "Microsoft.Insights/autoscalesettings/write", + "linkedProperty": "properties.targetResourceUri", + "linkedActionVerb": "Write" + }, + { + "actionName": "Microsoft.Insights/autoscalesettings/write", + "linkedProperty": "properties.profiles[*].rules[*].metricTrigger.metricResourceUri", + "linkedActionVerb": "Read" + } + ], + "loggingRules": [ + { + "action": "Microsoft.Insights/autoscalesettings/write", + "direction": "Request", + "detailLevel": "Body" + } + ], + "apiProfiles": [ + { + "profileVersion": "2018-06-01-profile", + "apiVersion": "2015-04-01" + } + ], + "endpoints": [ + { + "enabled": true, + "apiVersions": [ + "2014-04-01", + "2015-04-01" + ], + "endpointUri": "https://chinanorth.monitoring.prod.windowsazure.cn", + "locations": [ + "China North" + ], + "timeout": "PT20S" + }, + { + "enabled": true, + "apiVersions": [ + "2014-04-01", + "2015-04-01" + ], + "endpointUri": "https://chinaeast.monitoring.prod.windowsazure.cn", + "locations": [ + "China East" + ], + "timeout": "PT20S" + }, + { + "enabled": true, + "apiVersions": [ + "2014-04-01", + "2015-04-01" + ], + "endpointUri": "https://chinanorth2.monitoring.prod.windowsazure.cn", + "locations": [ + "China North 2" + ], + "timeout": "PT20S" + }, + { + "enabled": true, + "apiVersions": [ + "2014-04-01", + "2015-04-01" + ], + "endpointUri": "https://chinaeast2.monitoring.prod.windowsazure.cn", + "locations": [ + "China East 2" + ], + "timeout": "PT20S" + } + ], + "marketplaceType": "NotSpecified", + "management": { + "incidentRoutingService": "Azure Insights - China", + "incidentRoutingTeam": "Insights Backend", + "incidentContactEmail": "auxmonhot@microsoft.com", + "resourceAccessPolicy": "NotSpecified" + } + }, + { + "name": "eventtypes", + "routingType": "ProxyOnly, Extension, Tenant", + "resourceDeletionPolicy": "NotSpecified", + "allowEmptyRoleAssignments": false, + "apiProfiles": [ + { + "profileVersion": "2018-06-01-profile", + "apiVersion": "2015-04-01" + } + ], + "endpoints": [ + { + "enabled": true, + "apiVersion": "2015-04-01", + "endpointUri": "https://event.prod.windowsazure.cn:444/", + "locations": [ + "" + ], + "timeout": "PT45S" + }, + { + "enabled": true, + "apiVersion": "2014-04-01", + "endpointUri": "https://event.prod.windowsazure.cn:444/", + "locations": [ + "" + ], + "timeout": "PT45S" + }, + { + "enabled": true, + "apiVersion": "2014-11-01", + "endpointUri": "https://event.prod.windowsazure.cn:444/", + "locations": [ + "" + ], + "timeout": "PT45S" + }, + { + "enabled": true, + "apiVersion": "2016-09-01-preview", + "endpointUri": "https://event.prod.windowsazure.cn:444/", + "locations": [ + "" + ], + "timeout": "PT45S" + }, + { + "enabled": true, + "apiVersion": "2017-03-01-preview", + "endpointUri": "https://event.prod.windowsazure.cn:444/", + "locations": [ + "" + ], + "timeout": "PT45S" + } + ], + "marketplaceType": "NotSpecified", + "management": { + "incidentRoutingService": "Azure Insights - China", + "incidentRoutingTeam": "Insights Backend", + "incidentContactEmail": "auxmonhot@microsoft.com", + "resourceAccessPolicy": "NotSpecified" + } + }, + { + "name": "locations", + "routingType": "ProxyOnly", + "resourceDeletionPolicy": "NotSpecified", + "allowEmptyRoleAssignments": false, + "endpoints": [ + { + "enabled": true, + "apiVersion": "2014-04-01", + "endpointUri": "https://global.monitoring.prod.windowsazure.cn", + "locations": [ + "" + ], + "timeout": "PT20S" + }, + { + "enabled": true, + "apiVersion": "2015-04-01", + "endpointUri": "https://global.monitoring.prod.windowsazure.cn", + "locations": [ + "" + ], + "timeout": "PT20S" + } + ], + "marketplaceType": "NotSpecified", + "management": { + "incidentRoutingService": "Azure Insights - China", + "incidentRoutingTeam": "Insights Backend", + "incidentContactEmail": "auxmonhot@microsoft.com", + "resourceAccessPolicy": "NotSpecified" + } + }, + { + "name": "locations/operationResults", + "routingType": "ProxyOnly, HostBased", + "resourceDeletionPolicy": "NotSpecified", + "allowedUnauthorizedActions": [ + "Microsoft.Insights/locations/operationResults/read" + ], + "allowEmptyRoleAssignments": false, + "endpoints": [ + { + "enabled": true, + "apiVersion": "2014-04-01", + "endpointUri": "https://global.monitoring.prod.windowsazure.cn", + "locations": [ + "" + ], + "timeout": "PT20S" + }, + { + "enabled": true, + "apiVersion": "2015-04-01", + "endpointUri": "https://global.monitoring.prod.windowsazure.cn", + "locations": [ + "" + ], + "timeout": "PT20S" + } + ], + "marketplaceType": "NotSpecified", + "management": { + "incidentRoutingService": "Azure Insights - China", + "incidentRoutingTeam": "Insights Backend", + "incidentContactEmail": "auxmonhot@microsoft.com", + "resourceAccessPolicy": "NotSpecified" + } + }, + { + "name": "operations", + "routingType": "ProxyOnly, Tenant", + "resourceDeletionPolicy": "NotSpecified", + "allowedUnauthorizedActions": [ + "Microsoft.Insights/operations/read" + ], + "allowEmptyRoleAssignments": false, + "apiProfiles": [ + { + "profileVersion": "2018-06-01-profile", + "apiVersion": "2015-04-01" + } + ], + "endpoints": [ + { + "enabled": true, + "apiVersion": "2014-04-01", + "endpointUri": "https://global.monitoring.prod.windowsazure.cn", + "locations": [ + "" + ], + "timeout": "PT20S" + }, + { + "enabled": true, + "apiVersion": "2014-06-01", + "endpointUri": "https://global.monitoring.prod.windowsazure.cn", + "locations": [ + "" + ], + "timeout": "PT20S" + }, + { + "enabled": true, + "apiVersion": "2015-04-01", + "endpointUri": "https://global.monitoring.prod.windowsazure.cn", + "locations": [ + "" + ], + "timeout": "PT20S" + } + ], + "marketplaceType": "NotSpecified", + "management": { + "incidentRoutingService": "Azure Insights - China", + "incidentRoutingTeam": "Insights Backend", + "incidentContactEmail": "auxmonhot@microsoft.com", + "resourceAccessPolicy": "NotSpecified" + } + }, + { + "name": "diagnosticSettings", + "routingType": "ProxyOnly, Extension", + "resourceDeletionPolicy": "NotSpecified", + "allowEmptyRoleAssignments": false, + "linkedAccessChecks": [ + { + "actionName": "Microsoft.Insights/diagnosticSettings/write", + "linkedProperty": "properties.storageAccountId", + "linkedActionVerb": "listkeys/action" + }, + { + "actionName": "Microsoft.Insights/diagnosticSettings/write", + "linkedProperty": "properties.serviceBusRuleId", + "linkedAction": "Microsoft.ServiceBus/namespaces/authorizationrules/listkeys/action" + }, + { + "actionName": "Microsoft.Insights/diagnosticSettings/write", + "linkedProperty": "properties.workspaceId", + "linkedAction": "Microsoft.OperationalInsights/workspaces/sharedKeys/action" + } + ], + "linkedNotificationRules": [ + { + "actions": [ + "microsoft.classicstorage/storageaccounts/delete", + "microsoft.storage/storageaccounts/delete", + "test.shoebox/testresources/delete", + "test.shoebox/testresources2/delete" + ] + } + ], + "apiProfiles": [ + { + "profileVersion": "2018-06-01-profile", + "apiVersion": "2016-09-01" + } + ], + "endpoints": [ + { + "enabled": true, + "apiVersions": [ + "2015-07-01", + "2016-09-01", + "2017-05-01-preview" + ], + "endpointUri": "https://chinanorth.monitoring.prod.windowsazure.cn", + "locations": [ + "China North" + ], + "timeout": "PT1M" + }, + { + "enabled": true, + "apiVersions": [ + "2015-07-01", + "2016-09-01", + "2017-05-01-preview" + ], + "endpointUri": "https://chinaeast.monitoring.prod.windowsazure.cn", + "locations": [ + "China East" + ], + "timeout": "PT1M" + }, + { + "enabled": true, + "apiVersions": [ + "2015-07-01", + "2016-09-01", + "2017-05-01-preview" + ], + "endpointUri": "https://chinanorth2.monitoring.prod.windowsazure.cn", + "locations": [ + "China North 2" + ], + "timeout": "PT1M" + }, + { + "enabled": true, + "apiVersions": [ + "2015-07-01", + "2016-09-01", + "2017-05-01-preview" + ], + "endpointUri": "https://chinaeast2.monitoring.prod.windowsazure.cn", + "locations": [ + "China East 2" + ], + "timeout": "PT1M" + }, + { + "enabled": true, + "apiVersions": [ + "2015-07-01", + "2016-09-01", + "2017-05-01-preview" + ], + "endpointUri": "https://global.monitoring.prod.windowsazure.cn", + "locations": [ + "" + ], + "timeout": "PT1M" + } + ], + "marketplaceType": "NotSpecified", + "management": { + "incidentRoutingService": "Azure Insights - China", + "incidentRoutingTeam": "Insights Backend", + "incidentContactEmail": "auxmonhot@microsoft.com", + "resourceAccessPolicy": "NotSpecified" + } + }, + { + "name": "diagnosticSettingsCategories", + "routingType": "ProxyOnly, Extension", + "resourceDeletionPolicy": "NotSpecified", + "allowEmptyRoleAssignments": false, + "endpoints": [ + { + "enabled": true, + "apiVersions": [ + "2017-05-01-preview" + ], + "endpointUri": "https://chinanorth.monitoring.prod.windowsazure.cn", + "locations": [ + "China North" + ], + "timeout": "PT1M" + }, + { + "enabled": true, + "apiVersions": [ + "2017-05-01-preview" + ], + "endpointUri": "https://chinaeast.monitoring.prod.windowsazure.cn", + "locations": [ + "China East" + ], + "timeout": "PT1M" + }, + { + "enabled": true, + "apiVersions": [ + "2017-05-01-preview" + ], + "endpointUri": "https://chinanorth2.monitoring.prod.windowsazure.cn", + "locations": [ + "China North 2" + ], + "timeout": "PT1M" + }, + { + "enabled": true, + "apiVersions": [ + "2017-05-01-preview" + ], + "endpointUri": "https://chinaeast2.monitoring.prod.windowsazure.cn", + "locations": [ + "China East 2" + ], + "timeout": "PT1M" + }, + { + "enabled": true, + "apiVersions": [ + "2017-05-01-preview" + ], + "endpointUri": "https://global.monitoring.prod.windowsazure.cn", + "locations": [ + "" + ], + "timeout": "PT1M" + } + ], + "marketplaceType": "NotSpecified", + "management": { + "incidentRoutingService": "Azure Insights - China", + "incidentRoutingTeam": "Insights Backend", + "incidentContactEmail": "auxmonhot@microsoft.com", + "resourceAccessPolicy": "NotSpecified" + } + }, + { + "name": "extendedDiagnosticSettings", + "routingType": "ProxyOnly, Extension", + "resourceDeletionPolicy": "NotSpecified", + "allowEmptyRoleAssignments": false, + "loggingRules": [ + { + "action": "microsoft.insights/extendedDiagnosticSettings/write", + "direction": "Request", + "detailLevel": "Body" + } + ], + "apiProfiles": [ + { + "profileVersion": "2018-06-01-profile", + "apiVersion": "2017-02-01" + } + ], + "endpoints": [ + { + "enabled": true, + "apiVersions": [ + "2017-02-01" + ], + "endpointUri": "https://chinanorth.monitoring.prod.windowsazure.cn", + "locations": [ + "China North" + ], + "timeout": "PT1M" + }, + { + "enabled": true, + "apiVersions": [ + "2017-02-01" + ], + "endpointUri": "https://chinaeast.monitoring.prod.windowsazure.cn", + "locations": [ + "China East" + ], + "timeout": "PT1M" + }, + { + "enabled": true, + "apiVersions": [ + "2017-02-01" + ], + "endpointUri": "https://chinanorth2.monitoring.prod.windowsazure.cn", + "locations": [ + "China North 2" + ], + "timeout": "PT1M" + }, + { + "enabled": true, + "apiVersions": [ + "2017-02-01" + ], + "endpointUri": "https://chinaeast2.monitoring.prod.windowsazure.cn", + "locations": [ + "China East 2" + ], + "timeout": "PT1M" + } + ], + "marketplaceType": "NotSpecified", + "management": { + "incidentRoutingService": "Azure Insights - China", + "incidentRoutingTeam": "Insights Backend", + "incidentContactEmail": "auxmonhot@microsoft.com", + "resourceAccessPolicy": "NotSpecified" + } + }, + { + "name": "metricDefinitions", + "routingType": "ProxyOnly, Extension, CascadeExtension", + "resourceDeletionPolicy": "NotSpecified", + "allowEmptyRoleAssignments": false, + "apiProfiles": [ + { + "profileVersion": "2018-06-01-profile", + "apiVersion": "2018-01-01" + } + ], + "endpoints": [ + { + "enabled": true, + "apiVersions": [ + "2015-07-01", + "2016-03-01" + ], + "endpointUri": "https://chinanorth.monitoring.prod.windowsazure.cn", + "locations": [ + "China North" + ], + "timeout": "PT1M" + }, + { + "enabled": true, + "apiVersions": [ + "2015-07-01", + "2016-03-01" + ], + "endpointUri": "https://chinaeast.monitoring.prod.windowsazure.cn", + "locations": [ + "China East" + ], + "timeout": "PT1M" + }, + { + "enabled": true, + "apiVersions": [ + "2015-07-01", + "2016-03-01" + ], + "endpointUri": "https://chinanorth2.monitoring.prod.windowsazure.cn", + "locations": [ + "China North 2" + ], + "timeout": "PT1M" + }, + { + "enabled": true, + "apiVersions": [ + "2015-07-01", + "2016-03-01" + ], + "endpointUri": "https://chinaeast2.monitoring.prod.windowsazure.cn", + "locations": [ + "China East 2" + ], + "timeout": "PT1M" + }, + { + "enabled": true, + "apiVersions": [ + "2015-07-01", + "2016-03-01" + ], + "endpointUri": "https://global.monitoring.prod.windowsazure.cn", + "locations": [ + "" + ], + "timeout": "PT1M" + }, + { + "enabled": true, + "apiVersions": [ + "2017-05-01-preview", + "2017-09-01-preview", + "2017-12-01-preview", + "2018-01-01" + ], + "endpointUri": "https://chinanorth.mdmrp.prod.windowsazure.cn", + "locations": [ + "China North" + ], + "timeout": "PT1M" + }, + { + "enabled": true, + "apiVersions": [ + "2017-05-01-preview", + "2017-09-01-preview", + "2017-12-01-preview", + "2018-01-01" + ], + "endpointUri": "https://chinaeast.mdmrp.prod.windowsazure.cn", + "locations": [ + "China East" + ], + "timeout": "PT1M" + }, + { + "enabled": true, + "apiVersions": [ + "2017-05-01-preview", + "2017-09-01-preview", + "2017-12-01-preview", + "2018-01-01" + ], + "endpointUri": "https://chinanorth2.mdmrp.prod.windowsazure.cn", + "locations": [ + "China North 2" + ], + "timeout": "PT1M" + }, + { + "enabled": true, + "apiVersions": [ + "2017-05-01-preview", + "2017-09-01-preview", + "2017-12-01-preview", + "2018-01-01" + ], + "endpointUri": "https://chinaeast2.mdmrp.prod.windowsazure.cn", + "locations": [ + "China East 2" + ], + "timeout": "PT1M" + }, + { + "enabled": true, + "apiVersions": [ + "2017-05-01-preview", + "2017-09-01-preview", + "2017-12-01-preview", + "2018-01-01" + ], + "endpointUri": "https://global.mdmrp.prod.windowsazure.cn", + "locations": [ + "" + ], + "timeout": "PT1M" + } + ], + "marketplaceType": "NotSpecified", + "management": { + "incidentRoutingService": "Azure Monitor Essentials", + "incidentRoutingTeam": "Sev3 and 4 CRI - Metrics", + "incidentContactEmail": "green@microsoft.com", + "resourceAccessPolicy": "NotSpecified" + } + }, + { + "name": "logDefinitions", + "routingType": "ProxyOnly, Extension", + "resourceDeletionPolicy": "NotSpecified", + "allowEmptyRoleAssignments": false, + "apiProfiles": [ + { + "profileVersion": "2018-06-01-profile", + "apiVersion": "2015-07-01" + } + ], + "endpoints": [ + { + "enabled": true, + "apiVersion": "2015-07-01", + "endpointUri": "https://chinanorth.monitoring.prod.windowsazure.cn", + "locations": [ + "China North" + ], + "timeout": "PT1M" + }, + { + "enabled": true, + "apiVersion": "2015-07-01", + "endpointUri": "https://chinaeast.monitoring.prod.windowsazure.cn", + "locations": [ + "China East" + ], + "timeout": "PT1M" + }, + { + "enabled": true, + "apiVersion": "2015-07-01", + "endpointUri": "https://chinanorth2.monitoring.prod.windowsazure.cn", + "locations": [ + "China North 2" + ], + "timeout": "PT1M" + }, + { + "enabled": true, + "apiVersion": "2015-07-01", + "endpointUri": "https://chinaeast2.monitoring.prod.windowsazure.cn", + "locations": [ + "China East 2" + ], + "timeout": "PT1M" + } + ], + "marketplaceType": "NotSpecified", + "management": { + "incidentRoutingService": "Azure Insights - China", + "incidentRoutingTeam": "Insights Backend", + "incidentContactEmail": "auxmonhot@microsoft.com", + "resourceAccessPolicy": "NotSpecified" + } + }, + { + "name": "eventCategories", + "routingType": "ProxyOnly, Tenant", + "resourceDeletionPolicy": "NotSpecified", + "allowedUnauthorizedActions": [ + "Microsoft.Insights/eventCategories/read" + ], + "allowEmptyRoleAssignments": false, + "apiProfiles": [ + { + "profileVersion": "2018-06-01-profile", + "apiVersion": "2015-04-01" + } + ], + "endpoints": [ + { + "enabled": true, + "apiVersion": "2015-04-01", + "endpointUri": "https://event.prod.windowsazure.cn:444/", + "locations": [ + "" + ], + "timeout": "PT1M" + } + ], + "marketplaceType": "NotSpecified", + "management": { + "incidentRoutingService": "Azure Insights - China", + "incidentRoutingTeam": "Insights Backend", + "incidentContactEmail": "auxmonhot@microsoft.com", + "resourceAccessPolicy": "NotSpecified" + } + }, + { + "name": "metricbatch", + "routingType": "ProxyOnly, Extension, CascadeExtension", + "resourceDeletionPolicy": "NotSpecified", + "allowEmptyRoleAssignments": false, + "authorizationActionMappings": [ + { + "original": "Microsoft.Insights/metricbatch/action", + "desired": "Microsoft.Insights/metricbatch/read" + } + ], + "endpoints": [ + { + "enabled": true, + "apiVersions": [ + "2019-01-01-preview" + ], + "endpointUri": "https://global.mdmrp.prod.windowsazure.cn", + "locations": [ + "" + ], + "timeout": "PT1M" + } + ], + "marketplaceType": "NotSpecified", + "management": { + "incidentRoutingService": "Azure Monitor Essentials", + "incidentRoutingTeam": "Sev3 and 4 CRI - Metrics", + "incidentContactEmail": "green@microsoft.com", + "resourceAccessPolicy": "NotSpecified" + } + }, + { + "name": "metrics", + "routingType": "ProxyOnly, Extension, CascadeExtension", + "resourceDeletionPolicy": "NotSpecified", + "allowEmptyRoleAssignments": false, + "linkedNotificationRules": [ + { + "actions": [ + "Microsoft.ServiceBus/namespaces/write", + "Microsoft.ServiceBus/namespaces/delete", + "Microsoft.ServiceBus/namespaces/move/action", + "Microsoft.Sql/servers/databases/write", + "Microsoft.Sql/servers/databases/delete", + "Microsoft.Sql/servers/databases/move/action", + "Microsoft.Sql/servers/elasticpools/write", + "Microsoft.Sql/servers/elasticpools/delete", + "Microsoft.Sql/servers/elasticpools/move/action", + "Microsoft.EventHub/namespaces/write", + "Microsoft.EventHub/namespaces/delete", + "Microsoft.EventHub/namespaces/move/action", + "Microsoft.Compute/virtualMachines/write", + "Microsoft.Compute/virtualMachines/delete", + "Microsoft.Compute/virtualMachines/move/action", + "Microsoft.Compute/virtualMachineScaleSets/write", + "Microsoft.Compute/virtualMachineScaleSets/delete", + "Microsoft.Compute/virtualMachineScaleSets/move/action", + "Microsoft.ClassicCompute/virtualMachines/write", + "Microsoft.ClassicCompute/virtualMachines/delete", + "Microsoft.ClassicCompute/virtualMachines/move/action", + "Microsoft.Web/sites/write", + "Microsoft.Web/sites/delete", + "Microsoft.Web/sites/move/action", + "Microsoft.Web/sites/slots/write", + "Microsoft.Web/sites/slots/delete", + "Microsoft.Web/sites/slots/move/action", + "Microsoft.Web/serverFarms/write", + "Microsoft.Web/serverFarms/delete", + "Microsoft.Web/serverFarms/move/action", + "Microsoft.Web/hostingEnvironments/workerPools/write", + "Microsoft.Web/hostingEnvironments/workerPools/delete", + "Microsoft.Web/hostingEnvironments/workerPools/move/action", + "Microsoft.Web/hostingEnvironments/multiRolePools/write", + "Microsoft.Web/hostingEnvironments/multiRolePools/delete", + "Microsoft.Web/hostingEnvironments/multiRolePools/move/action", + "Microsoft.Network/networkInterfaces/write", + "Microsoft.Network/networkInterfaces/delete", + "Microsoft.Network/networkInterfaces/move/action", + "Microsoft.Network/natGateway/write", + "Microsoft.Network/natGateway/delete", + "Microsoft.Network/natGateway/move/action", + "Microsoft.Network/loadBalancers/write", + "Microsoft.Network/loadBalancers/delete", + "Microsoft.Network/loadBalancers/move/action", + "Microsoft.Network/publicIPAddresses/write", + "Microsoft.Network/publicIPAddresses/delete", + "Microsoft.Network/publicIPAddresses/move/action", + "Microsoft.DocumentDB/databaseAccounts/write", + "Microsoft.DocumentDB/databaseAccounts/delete", + "Microsoft.DocumentDB/databaseAccounts/move/action", + "Microsoft.Insights/components/write", + "Microsoft.Insights/components/delete", + "Microsoft.Insights/components/move/action", + "Microsoft.CognitiveServices/accounts/write", + "Microsoft.CognitiveServices/accounts/delete", + "Microsoft.CognitiveServices/accounts/move/action", + "Microsoft.ClassicCompute/domainNames/write", + "Microsoft.ClassicCompute/domainNames/delete", + "Microsoft.ClassicCompute/domainNames/move/action", + "Microsoft.DataLakeAnalytics/accounts/write", + "Microsoft.DataLakeAnalytics/accounts/delete", + "Microsoft.DataLakeAnalytics/accounts/move/action", + "Microsoft.DataLakeStore/accounts/write", + "Microsoft.DataLakeStore/accounts/delete", + "Microsoft.DataLakeStore/accounts/move/action", + "Microsoft.Logic/integrationServiceEnvironments/write", + "Microsoft.Logic/integrationServiceEnvironments/delete", + "Microsoft.Logic/integrationServiceEnvironments/move/action", + "Microsoft.Network/virtualNetworks/write", + "Microsoft.Network/virtualNetworks/delete", + "Microsoft.Network/virtualNetworks/move/action", + "Microsoft.Network/applicationGateways/write", + "Microsoft.Network/applicationGateways/delete", + "Microsoft.Network/applicationGateways/move/action", + "Microsoft.CDN/profiles/write", + "Microsoft.CDN/profiles/delete", + "Microsoft.CDN/profiles/move/action" + ] + } + ], + "apiProfiles": [ + { + "profileVersion": "2018-06-01-profile", + "apiVersion": "2018-01-01" + } + ], + "endpoints": [ + { + "enabled": true, + "apiVersions": [ + "2016-06-01", + "2016-09-01", + "2017-05-01-preview", + "2017-09-01-preview", + "2017-12-01-preview", + "2018-01-01", + "2019-07-01", + "2021-05-01" + ], + "endpointUri": "https://chinanorth.mdmrp.prod.windowsazure.cn", + "locations": [ + "China North" + ], + "timeout": "PT1M" + }, + { + "enabled": true, + "apiVersions": [ + "2016-06-01", + "2016-09-01", + "2017-05-01-preview", + "2017-09-01-preview", + "2017-12-01-preview", + "2018-01-01", + "2019-07-01", + "2021-05-01" + ], + "endpointUri": "https://chinaeast.mdmrp.prod.windowsazure.cn", + "locations": [ + "China East" + ], + "timeout": "PT1M" + }, + { + "enabled": true, + "apiVersions": [ + "2016-06-01", + "2016-09-01", + "2017-05-01-preview", + "2017-09-01-preview", + "2017-12-01-preview", + "2018-01-01", + "2019-07-01", + "2021-05-01" + ], + "endpointUri": "https://chinanorth2.mdmrp.prod.windowsazure.cn", + "locations": [ + "China North 2" + ], + "timeout": "PT1M" + }, + { + "enabled": true, + "apiVersions": [ + "2016-06-01", + "2016-09-01", + "2017-05-01-preview", + "2017-09-01-preview", + "2017-12-01-preview", + "2018-01-01", + "2019-07-01", + "2021-05-01" + ], + "endpointUri": "https://chinaeast2.mdmrp.prod.windowsazure.cn", + "locations": [ + "China East 2" + ], + "timeout": "PT1M" + }, + { + "enabled": true, + "apiVersions": [ + "2016-06-01", + "2016-09-01", + "2017-05-01-preview", + "2017-09-01-preview", + "2017-12-01-preview", + "2018-01-01", + "2019-07-01", + "2021-05-01" + ], + "endpointUri": "https://global.mdmrp.prod.windowsazure.cn", + "locations": [ + "" + ], + "timeout": "PT1M" + } + ], + "marketplaceType": "NotSpecified", + "management": { + "incidentRoutingService": "Azure Monitor Essentials", + "incidentRoutingTeam": "Sev3 and 4 CRI - Metrics", + "incidentContactEmail": "green@microsoft.com", + "resourceAccessPolicy": "NotSpecified" + } + }, + { + "name": "workbooks", + "routingType": "Default", + "allowEmptyRoleAssignments": false, + "linkedAccessChecks": [ + { + "actionName": "microsoft.insights/Workbooks/write", + "linkedProperty": "properties.storageUri", + "linkedActionVerb": "write" + }, + { + "actionName": "microsoft.insights/Workbooks/write", + "linkedProperty": "properties.storageUri", + "linkedActionVerb": "read" + }, + { + "actionName": "microsoft.insights/Workbooks/write", + "linkedProperty": "identity.identityIds[*]", + "linkedAction": "Microsoft.ManagedIdentity/userAssignedIdentities/assign/action" + }, + { + "actionName": "microsoft.insights/Workbooks/write", + "linkedProperty": "identity.userAssignedIdentities.*~", + "linkedAction": "Microsoft.ManagedIdentity/userAssignedIdentities/assign/action" + } + ], + "endpoints": [ + { + "enabled": true, + "apiVersions": [ + "2018-06-01-preview", + "2018-06-17-preview", + "2020-02-12", + "2020-10-20", + "2021-03-08" + ], + "endpointUri": "https://cds.applicationinsights.azure.cn/locations/chinaeast2/", + "locations": [ + "China East 2" + ], + "timeout": "PT1M" + } + ], + "identityManagement": { + "type": "UserAssigned" + }, + "management": { + "incidentRoutingService": "Application Insights", + "incidentRoutingTeam": "AppInsights UX Extension (Not Metrics)", + "incidentContactEmail": "aidevtools@microsoft.com", + "resourceAccessPolicy": "NotSpecified" + }, + "metadata": { + "Microsoft.ManagedIdentity": { + "applicationId": "6a0a243c-0886-468a-a4c2-eff52c7445da" + } + } + }, + { + "name": "myWorkbooks", + "routingType": "ProxyOnly, Extension", + "serviceTreeInfos": [ + { + "serviceId": "eb486ec5-6fc7-4507-a12c-cb7fb5a2c461", + "componentId": "eb486ec5-6fc7-4507-a12c-cb7fb5a2c461" + } + ], + "resourceDeletionPolicy": "NotSpecified", + "allowEmptyRoleAssignments": false, + "authorizationActionMappings": [ + { + "original": "microsoft.insights/myWorkbooks/write", + "desired": "microsoft.insights/myWorkbooks/read" + }, + { + "original": "microsoft.insights/myWorkbooks/delete", + "desired": "microsoft.insights/myWorkbooks/read" + } + ], + "linkedAccessChecks": [ + { + "actionName": "microsoft.insights/myWorkbooks/write", + "linkedProperty": "properties.storageUri", + "linkedActionVerb": "write" + }, + { + "actionName": "microsoft.insights/myWorkbooks/write", + "linkedProperty": "properties.storageUri", + "linkedActionVerb": "read" + }, + { + "actionName": "microsoft.insights/myWorkbooks/write", + "linkedProperty": "identity.identityIds[*]", + "linkedAction": "Microsoft.ManagedIdentity/userAssignedIdentities/assign/action" + }, + { + "actionName": "microsoft.insights/myWorkbooks/write", + "linkedProperty": "identity.userAssignedIdentities.*~", + "linkedAction": "Microsoft.ManagedIdentity/userAssignedIdentities/assign/action" + } + ], + "endpoints": [ + { + "enabled": true, + "apiVersions": [ + "2018-06-15-privatepreview", + "2018-06-17-privatepreview", + "2016-06-15-preview", + "2018-06-01-preview", + "2018-06-15-preview", + "2018-06-17-preview", + "2020-02-12", + "2020-10-20", + "2021-03-08" + ], + "endpointUri": "https://cds.applicationinsights.azure.cn/locations/chinaeast2/", + "locations": [ + "China East 2" + ], + "timeout": "PT1M" + }, + { + "enabled": true, + "apiVersions": [ + "2018-06-15-privatepreview", + "2018-06-17-privatepreview", + "2016-06-15-preview", + "2018-06-01-preview", + "2018-06-15-preview", + "2018-06-17-preview", + "2020-02-12", + "2020-10-20", + "2021-03-08" + ], + "endpointUri": "https://cds.applicationinsights.azure.cn/", + "locations": [ + "" + ], + "timeout": "PT1M" + } + ], + "identityManagement": { + "type": "UserAssigned" + }, + "management": { + "incidentRoutingService": "Application Insights", + "incidentRoutingTeam": "AppInsights UX Extension (Not Metrics)", + "incidentContactEmail": "aidevtools@microsoft.com", + "resourceAccessPolicy": "NotSpecified" + }, + "metadata": { + "Microsoft.ManagedIdentity": { + "applicationId": "6a0a243c-0886-468a-a4c2-eff52c7445da" + } + } + }, + { + "name": "workbooktemplates", + "routingType": "Default", + "allowEmptyRoleAssignments": false, + "endpoints": [ + { + "enabled": true, + "apiVersions": [ + "2019-10-17-preview", + "2020-11-20" + ], + "endpointUri": "https://cds.applicationinsights.azure.cn/locations/chinaeast2/", + "locations": [ + "China East 2" + ], + "timeout": "PT1M" + } + ], + "management": { + "incidentRoutingService": "Application Insights", + "incidentRoutingTeam": "AppInsights UX Extension (Not Metrics)", + "incidentContactEmail": "aidevtools@microsoft.com", + "resourceAccessPolicy": "NotSpecified" + } + }, + { + "name": "actiongroups", + "routingType": "Default", + "resourceDeletionPolicy": "NotSpecified", + "allowEmptyRoleAssignments": false, + "linkedAccessChecks": [], + "loggingRules": [], + "apiProfiles": [ + { + "profileVersion": "2018-06-01-profile", + "apiVersion": "2017-04-01" + } + ], + "endpoints": [ + { + "enabled": true, + "apiVersions": [ + "2017-04-01", + "2018-03-01", + "2018-09-01", + "2019-03-01", + "2019-06-01" + ], + "endpointUri": "https://notification.windowsazure.cn:450", + "locations": [ + "Global" + ], + "timeout": "PT20S" + } + ], + "marketplaceType": "NotSpecified", + "management": { + "incidentRoutingService": "Azure Notification Service", + "incidentRoutingTeam": "Triage", + "incidentContactEmail": "aznshot@microsoft.com", + "resourceAccessPolicy": "NotSpecified" + } + }, + { + "name": "activityLogAlerts", + "routingType": "Default", + "resourceDeletionPolicy": "NotSpecified", + "allowEmptyRoleAssignments": false, + "linkedAccessChecks": [ + { + "actionName": "microsoft.insights/activityLogAlerts/write", + "linkedProperty": "properties.scopes[*]", + "linkedActionVerb": "read" + }, + { + "actionName": "microsoft.insights/activityLogAlerts/write", + "linkedProperty": "properties.actions.actionGroups[*].actionGroupId", + "linkedActionVerb": "read" + } + ], + "linkedOperationRules": [ + { + "linkedOperation": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove", + "linkedAction": "Blocked" + } + ], + "loggingRules": [ + { + "action": "Microsoft.Insights/activityLogAlerts/write", + "direction": "Request", + "detailLevel": "Body" + } + ], + "apiProfiles": [ + { + "profileVersion": "2018-06-01-profile", + "apiVersion": "2017-04-01" + } + ], + "endpoints": [ + { + "enabled": true, + "apiVersions": [ + "2017-03-01-preview", + "2017-04-01" + ], + "endpointUri": "https://event.prod.windowsazure.cn:8043", + "locations": [ + "Global" + ], + "timeout": "PT20S" + } + ], + "marketplaceType": "NotSpecified", + "management": { + "incidentRoutingService": "Azure Insights", + "incidentRoutingTeam": "Insights Backend", + "incidentContactEmail": "auxmonhot@microsoft.com", + "resourceAccessPolicy": "NotSpecified" + } + }, + { + "name": "scheduledqueryrules", + "routingType": "Default", + "requestHeaderOptions": { + "optInHeaders": "ClientGroupMembership" + }, + "resourceDeletionPolicy": "NotSpecified", + "allowEmptyRoleAssignments": false, + "linkedAccessChecks": [ + { + "actionName": "microsoft.insights/scheduledqueryrules/write", + "linkedProperty": "properties.action.aznsAction.actionGroup[*]", + "linkedActionVerb": "read" + }, + { + "actionName": "microsoft.insights/scheduledqueryrules/write", + "linkedProperty": "properties.source.authorizedResources[*]", + "linkedActionVerb": "read" + }, + { + "actionName": "microsoft.insights/scheduledqueryrules/write", + "linkedProperty": "properties.source.dataSourceId", + "linkedActionVerb": "read" + }, + { + "actionName": "microsoft.insights/scheduledqueryrules/write", + "linkedProperty": "properties.scopes[*]", + "linkedActionVerb": "read" + }, + { + "actionName": "microsoft.insights/scheduledqueryrules/write", + "linkedProperty": "properties.actions[*].actionGroupId", + "linkedActionVerb": "read" + }, + { + "actionName": "microsoft.insights/scheduledqueryrules/write", + "linkedProperty": "properties.actions[*].actionGroups", + "linkedActionVerb": "read" + } + ], + "endpoints": [ + { + "enabled": true, + "apiVersion": "2018-04-16", + "endpointUri": "https://sqrapi-mc.trafficmanager.cn", + "locations": [ + "China East 2" + ], + "timeout": "PT1M" + } + ], + "management": { + "incidentRoutingService": "Azure Log Search Alerts", + "incidentRoutingTeam": "Flows", + "incidentContactEmail": "aateam@microsoft.com", + "resourceAccessPolicy": "NotSpecified" + } + }, + { + "name": "metricNamespaces", + "routingType": "ProxyOnly, Extension, CascadeExtension", + "resourceDeletionPolicy": "NotSpecified", + "allowEmptyRoleAssignments": false, + "endpoints": [ + { + "enabled": true, + "apiVersions": [ + "2017-12-01-preview" + ], + "endpointUri": "https://chinanorth.mdmrp.prod.windowsazure.cn", + "locations": [ + "China North" + ], + "timeout": "PT1M" + }, + { + "enabled": true, + "apiVersions": [ + "2017-12-01-preview" + ], + "endpointUri": "https://chinaeast.mdmrp.prod.windowsazure.cn", + "locations": [ + "China East" + ], + "timeout": "PT1M" + }, + { + "enabled": true, + "apiVersions": [ + "2017-12-01-preview" + ], + "endpointUri": "https://chinanorth2.mdmrp.prod.windowsazure.cn", + "locations": [ + "China North 2" + ], + "timeout": "PT1M" + }, + { + "enabled": true, + "apiVersions": [ + "2017-12-01-preview" + ], + "endpointUri": "https://chinaeast2.mdmrp.prod.windowsazure.cn", + "locations": [ + "China East 2" + ], + "timeout": "PT1M" + }, + { + "enabled": true, + "apiVersions": [ + "2017-12-01-preview" + ], + "endpointUri": "https://global.mdmrp.prod.windowsazure.cn", + "locations": [ + "" + ], + "timeout": "PT1M" + } + ], + "marketplaceType": "NotSpecified", + "management": { + "incidentRoutingService": "Azure Monitor Essentials", + "incidentRoutingTeam": "Sev3 and 4 CRI - Metrics", + "incidentContactEmail": "green@microsoft.com", + "resourceAccessPolicy": "NotSpecified" + } + }, + { + "name": "logs", + "routingType": "ProxyOnly, Extension", + "requestHeaderOptions": { + "optInHeaders": "ClientGroupMembership" + }, + "allowEmptyRoleAssignments": false, + "authorizationActionMappings": [ + { + "original": "microsoft.insights/logs/action", + "desired": "microsoft.insights/logs/read" + } + ], + "linkedAccessChecks": [ + { + "actionName": "microsoft.insights/logs/read", + "linkedProperty": "authorizedResources[*]", + "linkedActionVerb": "read" + } + ], + "endpoints": [ + { + "enabled": true, + "apiVersion": "2018-08-01-preview", + "endpointUri": "https://internal.api.loganalytics.azure.cn/", + "locations": [ + "", + "China East 2" + ], + "timeout": "PT2M" + }, + { + "enabled": true, + "apiVersion": "2018-03-01-preview", + "endpointUri": "https://internal.api.loganalytics.azure.cn/", + "locations": [ + "", + "China East 2" + ], + "timeout": "PT2M" + } + ], + "management": { + "incidentRoutingService": "Azure Log Analytics", + "incidentRoutingTeam": "Draft (API)-OMS", + "incidentContactEmail": "aiapi@microsoft.com", + "resourceAccessPolicy": "NotSpecified" + } + }, + { + "name": "baseline", + "routingType": "ProxyOnly, Extension", + "resourceDeletionPolicy": "NotSpecified", + "allowEmptyRoleAssignments": false, + "authorizationActionMappings": [ + { + "original": "microsoft.insights/baseline/action", + "desired": "microsoft.insights/baseline/read" + } + ], + "linkedAccessChecks": [], + "loggingRules": [], + "endpoints": [ + { + "enabled": true, + "apiVersions": [ + "2018-09-01" + ], + "endpointUri": "https://genevaalertrp.trafficmanager.cn/api/arm/region/chinanorth/", + "locations": [ + "China North" + ], + "timeout": "PT1M" + }, + { + "enabled": true, + "apiVersions": [ + "2018-09-01" + ], + "endpointUri": "https://genevaalertrp.trafficmanager.cn/api/arm/region/chinaeast/", + "locations": [ + "China East" + ], + "timeout": "PT1M" + }, + { + "enabled": true, + "apiVersions": [ + "2018-09-01" + ], + "endpointUri": "https://predictions.asa-sharedmc.trafficmanager.cn/api/arm/region/chinanorth2/", + "locations": [ + "China North 2" + ], + "timeout": "PT1M" + }, + { + "enabled": true, + "apiVersions": [ + "2018-09-01" + ], + "endpointUri": "https://predictions.asa-sharedmc.trafficmanager.cn/api/arm/region/chinaeast2/", + "locations": [ + "China East 2" + ], + "timeout": "PT1M" + }, + { + "enabled": true, + "apiVersions": [ + "2018-09-01" + ], + "endpointUri": "https://genevaalertrp.trafficmanager.cn/api/arm/region/global/", + "locations": [ + "" + ], + "timeout": "PT1M" + } + ], + "marketplaceType": "NotSpecified", + "management": { + "incidentRoutingService": "Application Insights (ILDC)", + "incidentRoutingTeam": "Smart Analytics", + "incidentContactEmail": "aidriDeepInsights@microsoft.com", + "resourceAccessPolicy": "NotSpecified" + } + }, + { + "name": "metricbaselines", + "routingType": "ProxyOnly, Extension", + "resourceDeletionPolicy": "NotSpecified", + "allowEmptyRoleAssignments": false, + "authorizationActionMappings": [ + { + "original": "microsoft.insights/metricbaselines/action", + "desired": "microsoft.insights/metricbaselines/read" + } + ], + "linkedAccessChecks": [], + "loggingRules": [], + "endpoints": [ + { + "enabled": true, + "apiVersions": [ + "2018-09-01", + "2019-03-01" + ], + "endpointUri": "https://genevaalertrp.trafficmanager.cn/api/arm/region/chinanorth/", + "locations": [ + "China North" + ], + "timeout": "PT1M" + }, + { + "enabled": true, + "apiVersions": [ + "2018-09-01", + "2019-03-01" + ], + "endpointUri": "https://genevaalertrp.trafficmanager.cn/api/arm/region/chinaeast/", + "locations": [ + "China East" + ], + "timeout": "PT1M" + }, + { + "enabled": true, + "apiVersions": [ + "2018-09-01", + "2019-03-01" + ], + "endpointUri": "https://predictions.asa-sharedmc.trafficmanager.cn/api/arm/region/chinanorth2/", + "locations": [ + "China North 2" + ], + "timeout": "PT1M" + }, + { + "enabled": true, + "apiVersions": [ + "2018-09-01", + "2019-03-01" + ], + "endpointUri": "https://predictions.asa-sharedmc.trafficmanager.cn/api/arm/region/chinaeast2/", + "locations": [ + "China East 2" + ], + "timeout": "PT1M" + }, + { + "enabled": true, + "apiVersions": [ + "2018-09-01", + "2019-03-01" + ], + "endpointUri": "https://predictions.asa-sharedmc.trafficmanager.cn/api/arm/region/global/", + "locations": [ + "" + ], + "timeout": "PT1M" + } + ], + "marketplaceType": "NotSpecified", + "management": { + "incidentRoutingService": "Application Insights (ILDC)", + "incidentRoutingTeam": "Smart Analytics", + "incidentContactEmail": "aidriDeepInsights@microsoft.com", + "resourceAccessPolicy": "NotSpecified" + } + }, + { + "name": "calculatebaseline", + "routingType": "ProxyOnly, Extension", + "resourceDeletionPolicy": "NotSpecified", + "allowEmptyRoleAssignments": false, + "authorizationActionMappings": [ + { + "original": "microsoft.insights/calculatebaseline/action", + "desired": "microsoft.insights/calculatebaseline/read" + } + ], + "linkedAccessChecks": [], + "loggingRules": [], + "endpoints": [ + { + "enabled": true, + "apiVersions": [ + "2018-09-01" + ], + "endpointUri": "https://genevaalertrp.trafficmanager.cn/api/arm/", + "locations": [ + "" + ], + "requiredFeatures": [], + "timeout": "PT1M" + } + ], + "marketplaceType": "NotSpecified", + "management": { + "incidentRoutingService": "Application Insights (ILDC)", + "incidentRoutingTeam": "Smart Analytics", + "incidentContactEmail": "aidriDeepInsights@microsoft.com", + "resourceAccessPolicy": "NotSpecified" + } + }, + { + "name": "privateLinkScopes", + "routingType": "Default", + "serviceTreeInfos": [ + { + "serviceId": "fe63f845-4aee-4313-9b2e-3a8a2fe61897", + "componentId": "fe63f845-4aee-4313-9b2e-3a8a2fe61897" + } + ], + "allowEmptyRoleAssignments": false, + "defaultApiVersion": "2019-10-17-preview", + "endpoints": [ + { + "enabled": true, + "apiVersions": [ + "2019-10-17-preview", + "2021-07-01-preview" + ], + "endpointUri": "https://cds.applicationinsights.azure.cn/", + "locations": [ + "Global" + ], + "requiredFeatures": [ + "microsoft.insights/EnablePrivateLinkScopes" + ], + "timeout": "PT1M" + } + ], + "management": { + "incidentRoutingService": "Azure Log Analytics", + "incidentRoutingTeam": "AMS", + "incidentContactEmail": "lamt@microsoft.com", + "resourceAccessPolicy": "NotSpecified" + } + }, + { + "name": "privateLinkScopes/privateEndpointConnections", + "routingType": "ProxyOnly", + "serviceTreeInfos": [ + { + "serviceId": "fe63f845-4aee-4313-9b2e-3a8a2fe61897", + "componentId": "fe63f845-4aee-4313-9b2e-3a8a2fe61897" + } + ], + "resourceDeletionPolicy": "NotSpecified", + "allowEmptyRoleAssignments": false, + "defaultApiVersion": "2019-10-17-preview", + "endpoints": [ + { + "enabled": true, + "apiVersions": [ + "2019-10-17-preview", + "2021-07-01-preview" + ], + "endpointUri": "https://cds.applicationinsights.azure.cn/", + "locations": [ + "Global" + ], + "timeout": "PT1M" + } + ], + "management": { + "incidentRoutingService": "Azure Log Analytics", + "incidentRoutingTeam": "AMS", + "incidentContactEmail": "lamt@microsoft.com", + "resourceAccessPolicy": "NotSpecified" + } + }, + { + "name": "privateLinkScopes/privateEndpointConnectionProxies", + "routingType": "ProxyOnly", + "serviceTreeInfos": [ + { + "serviceId": "fe63f845-4aee-4313-9b2e-3a8a2fe61897", + "componentId": "fe63f845-4aee-4313-9b2e-3a8a2fe61897" + } + ], + "resourceDeletionPolicy": "NotSpecified", + "allowEmptyRoleAssignments": false, + "defaultApiVersion": "2019-10-17-preview", + "endpoints": [ + { + "enabled": true, + "apiVersions": [ + "2019-10-17-preview", + "2021-07-01-preview" + ], + "endpointUri": "https://cds.applicationinsights.azure.cn/", + "locations": [ + "Global" + ], + "timeout": "PT1M" + } + ], + "management": { + "incidentRoutingService": "Azure Log Analytics", + "incidentRoutingTeam": "AMS", + "incidentContactEmail": "lamt@microsoft.com", + "resourceAccessPolicy": "NotSpecified" + } + }, + { + "name": "privateLinkScopes/scopedResources", + "routingType": "ProxyOnly", + "serviceTreeInfos": [ + { + "serviceId": "fe63f845-4aee-4313-9b2e-3a8a2fe61897", + "componentId": "fe63f845-4aee-4313-9b2e-3a8a2fe61897" + } + ], + "resourceDeletionPolicy": "NotSpecified", + "allowEmptyRoleAssignments": false, + "linkedAccessChecks": [ + { + "actionName": "microsoft.insights/privateLinkScopes/scopedResources/write", + "linkedProperty": "properties.linkedResourceId", + "linkedActionVerb": "write" + } + ], + "defaultApiVersion": "2019-10-17-preview", + "endpoints": [ + { + "enabled": true, + "apiVersions": [ + "2019-10-17-preview", + "2021-07-01-preview" + ], + "endpointUri": "https://cds.applicationinsights.azure.cn/", + "locations": [ + "Global" + ], + "timeout": "PT2M" + } + ], + "management": { + "incidentRoutingService": "Azure Log Analytics", + "incidentRoutingTeam": "AMS", + "incidentContactEmail": "lamt@microsoft.com", + "resourceAccessPolicy": "NotSpecified" + } + }, + { + "name": "components/linkedstorageaccounts", + "routingType": "ProxyOnly", + "serviceTreeInfos": [ + { + "serviceId": "fe63f845-4aee-4313-9b2e-3a8a2fe61897", + "componentId": "fe63f845-4aee-4313-9b2e-3a8a2fe61897" + } + ], + "resourceDeletionPolicy": "NotSpecified", + "allowEmptyRoleAssignments": false, + "linkedAccessChecks": [ + { + "actionName": "microsoft.insights/components/linkedstorageaccounts/write", + "linkedProperty": "properties.linkedStorageAccount", + "linkedActionVerb": "write" + } + ], + "endpoints": [ + { + "enabled": true, + "apiVersion": "2020-03-01-preview", + "endpointUri": "https://cds.applicationinsights.azure.cn/", + "locations": [ + "China East 2" + ], + "timeout": "PT1M" + } + ], + "management": { + "incidentRoutingService": "Application Insights", + "incidentRoutingTeam": "Control Plane", + "incidentContactEmail": "lamt@microsoft.com", + "resourceAccessPolicy": "NotSpecified" + } + }, + { + "name": "privateLinkScopeOperationStatuses", + "routingType": "ProxyOnly", + "serviceTreeInfos": [ + { + "serviceId": "fe63f845-4aee-4313-9b2e-3a8a2fe61897", + "componentId": "fe63f845-4aee-4313-9b2e-3a8a2fe61897" + } + ], + "resourceDeletionPolicy": "NotSpecified", + "allowedUnauthorizedActions": [ + "Microsoft.Insights/privateLinkScopeOperationStatuses/read" + ], + "allowEmptyRoleAssignments": false, + "defaultApiVersion": "2019-10-17-preview", + "throttlingRules": [ + { + "action": "Microsoft.Insights/privateLinkScopeOperationStatuses/read", + "metrics": [ + { + "type": "NumberOfRequests", + "limit": 500, + "interval": "PT5M" + }, + { + "type": "NumberOfResources", + "limit": 60000, + "interval": "PT5M" + } + ] + } + ], + "endpoints": [ + { + "enabled": true, + "apiVersions": [ + "2019-10-17-preview", + "2021-07-01-preview" + ], + "endpointUri": "https://cds.applicationinsights.azure.cn/", + "locations": [ + "Global" + ], + "timeout": "PT1M" + } + ], + "management": { + "incidentRoutingService": "Azure Log Analytics", + "incidentRoutingTeam": "AMS", + "incidentContactEmail": "lamt@microsoft.com", + "resourceAccessPolicy": "NotSpecified" + } + }, + { + "name": "dataCollectionRules", + "routingType": "Default", + "serviceTreeInfos": [ + { + "serviceId": "33819a99-e22d-4f43-a861-3045b207011f", + "componentId": "33819a99-e22d-4f43-a861-3045b207011f" + } + ], + "resourceDeletionPolicy": "NotSpecified", + "allowEmptyRoleAssignments": false, + "linkedAccessChecks": [ + { + "actionName": "Microsoft.Insights/dataCollectionRules/write", + "linkedProperty": "properties.destinations.logAnalytics[*].workspaceResourceId", + "linkedAction": "Microsoft.OperationalInsights/workspaces/sharedKeys/action" + } + ], + "linkedNotificationRules": [], + "linkedOperationRules": [ + { + "linkedOperation": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove", + "linkedAction": "Blocked" + } + ], + "defaultApiVersion": "2019-11-01-preview", + "loggingRules": [], + "throttlingRules": [ + { + "action": "microsoft.insights/dataCollectionRules/write", + "metrics": [ + { + "type": "NumberOfRequests", + "limit": 60, + "interval": "PT1H" + } + ] + } + ], + "endpoints": [ + { + "enabled": true, + "apiVersions": [ + "2019-11-01-preview", + "2021-04-01" + ], + "endpointUri": "https://chinaeast2.frontend.control.monitor.azure.cn/", + "locations": [ + "China East 2" + ], + "timeout": "PT1M" + } + ], + "marketplaceType": "NotSpecified", + "management": { + "incidentRoutingService": "Azure Monitor Control Service", + "incidentRoutingTeam": "AMCS Dev", + "incidentContactEmail": "amcsdev@microsoft.com", + "resourceAccessPolicy": "NotSpecified" + } + }, + { + "name": "dataCollectionRuleAssociations", + "routingType": "ProxyOnly, Extension", + "serviceTreeInfos": [ + { + "serviceId": "33819a99-e22d-4f43-a861-3045b207011f", + "componentId": "33819a99-e22d-4f43-a861-3045b207011f" + } + ], + "resourceDeletionPolicy": "NotSpecified", + "allowEmptyRoleAssignments": false, + "linkedAccessChecks": [ + { + "actionName": "Microsoft.Insights/dataCollectionRuleAssociations/write", + "linkedProperty": "properties.dataCollectionRuleId", + "linkedAction": "Microsoft.Insights/dataCollectionRules/read" + }, + { + "actionName": "Microsoft.Insights/dataCollectionRuleAssociations/write", + "linkedProperty": "properties.dataCollectionEndpointId", + "linkedAction": "Microsoft.Insights/dataCollectionEndpoints/write" + } + ], + "linkedNotificationRules": [], + "defaultApiVersion": "2019-11-01-preview", + "loggingRules": [ + { + "action": "microsoft.insights/dataCollectionRuleAssociations/write", + "direction": "Request", + "detailLevel": "Body" + } + ], + "throttlingRules": [ + { + "action": "microsoft.insights/dataCollectionRuleAssociations/write", + "metrics": [ + { + "type": "NumberOfRequests", + "limit": 60, + "interval": "PT1H" + } + ] + } + ], + "endpoints": [ + { + "enabled": true, + "apiVersions": [ + "2019-11-01-preview", + "2021-04-01" + ], + "endpointUri": "https://chinaeast2.frontend.control.monitor.azure.cn/", + "locations": [ + "China East 2" + ], + "timeout": "PT1M" + } + ], + "marketplaceType": "NotSpecified", + "management": { + "incidentRoutingService": "Azure Monitor Control Service", + "incidentRoutingTeam": "AMCS Dev", + "incidentContactEmail": "amcsdev@microsoft.com", + "resourceAccessPolicy": "NotSpecified" + } + }, + { + "name": "dataCollectionEndpoints", + "routingType": "Default", + "serviceTreeInfos": [ + { + "serviceId": "33819a99-e22d-4f43-a861-3045b207011f", + "componentId": "33819a99-e22d-4f43-a861-3045b207011f" + } + ], + "resourceDeletionPolicy": "NotSpecified", + "allowEmptyRoleAssignments": false, + "linkedAccessChecks": [], + "linkedNotificationRules": [], + "linkedOperationRules": [ + { + "linkedOperation": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove", + "linkedAction": "Blocked" + } + ], + "defaultApiVersion": "2021-04-01", + "loggingRules": [ + { + "action": "microsoft.insights/dataCollectionEndpoints/write", + "direction": "Request", + "detailLevel": "Body" + } + ], + "throttlingRules": [ + { + "action": "microsoft.insights/dataCollectionEndpoints/write", + "metrics": [ + { + "type": "NumberOfRequests", + "limit": 60, + "interval": "PT1H" + } + ] + } + ], + "endpoints": [ + { + "enabled": true, + "apiVersions": [ + "2021-04-01" + ], + "endpointUri": "https://chinaeast2.frontend.control.monitor.azure.cn/", + "locations": [ + "China East 2" + ], + "timeout": "PT1M" + } + ], + "marketplaceType": "NotSpecified", + "management": { + "incidentRoutingService": "Azure Monitor Control Service", + "incidentRoutingTeam": "AMCS Dev", + "incidentContactEmail": "amcsdev@microsoft.com", + "resourceAccessPolicy": "NotSpecified" + } + }, + { + "name": "dataCollectionEndpoints/scopedPrivateLinkProxies", + "routingType": "ProxyOnly", + "serviceTreeInfos": [ + { + "serviceId": "33819a99-e22d-4f43-a861-3045b207011f", + "componentId": "33819a99-e22d-4f43-a861-3045b207011f" + } + ], + "resourceDeletionPolicy": "NotSpecified", + "allowEmptyRoleAssignments": false, + "linkedAccessChecks": [], + "linkedNotificationRules": [], + "defaultApiVersion": "2021-04-01", + "throttlingRules": [ + { + "action": "microsoft.insights/dataCollectionEndpoints/scopedPrivateLinkProxies/write", + "metrics": [ + { + "type": "NumberOfRequests", + "limit": 60, + "interval": "PT1H" + } + ] + } + ], + "endpoints": [ + { + "enabled": true, + "apiVersions": [ + "2021-04-01" + ], + "endpointUri": "https://chinaeast2.frontend.control.monitor.azure.cn/", + "locations": [ + "China East 2" + ], + "timeout": "PT1M" + } + ], + "marketplaceType": "NotSpecified", + "management": { + "incidentRoutingService": "Azure Monitor Control Service", + "incidentRoutingTeam": "AMCS Dev", + "incidentContactEmail": "amcsdev@microsoft.com", + "resourceAccessPolicy": "NotSpecified" + } + } + ], + "management": { + "manifestOwners": [ + "AuxInsightsAdmin-PlatformServiceAdministrator", + "AzureInsights-PlatformServiceAdministrator", + "AdvisorAnalytics-PlatformServiceAdministrator" + ], + "resourceAccessPolicy": "AcisReadAllowed" + }, + "capabilities": [ + { + "quotaId": "CSP_2015-05-01", + "effect": "Allow" + } + ], + "metadata": { + "microsoft.insights": { + "monitoringResourceProvider": { + "version": "1.0", + "apiVersions": { + "default": "2015-07-01", + "operations": "2015-04-01" + }, + "metrics": { + "mdmInfo": [ + { + "sourceMdmAccount": "AzMonitoringAutoscaleMooncake", + "sourceMdmNamespace": "AzureMonitoring/Autoscale" + } + ] + } + } + }, + "Microsoft.ManagedIdentity": { + "applicationId": "" + } + }, + "enableTenantLinkedNotification": false +} \ No newline at end of file diff --git a/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/webTests_API.json b/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/webTests_API.json index 6bd7e2c28516..baedf78d649c 100644 --- a/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/webTests_API.json +++ b/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/webTests_API.json @@ -3,7 +3,7 @@ "info": { "title": "ApplicationInsightsManagementClient", "description": "Azure Application Insights client for web test based alerting.", - "version": "2020-10-05-preview" + "version": "2018-05-01-preview" }, "host": "management.azure.com", "schemes": [ From 8acd21abcdce52346fe6421c4157747217e161ec Mon Sep 17 00:00:00 2001 From: Gustavo Lima Date: Thu, 12 Aug 2021 09:40:48 -0700 Subject: [PATCH 3/5] delete file added by mistake --- .../2018-05-01-preview/examples/manifest.json | 2914 ----------------- 1 file changed, 2914 deletions(-) delete mode 100644 specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/manifest.json diff --git a/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/manifest.json b/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/manifest.json deleted file mode 100644 index bee0aed6a168..000000000000 --- a/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/manifest.json +++ /dev/null @@ -1,2914 +0,0 @@ -{ - "providerAuthorizations": [ - { - "applicationId": "11c174dc-1945-4a9a-a36b-c79a0f246b9b", - "roleDefinitionId": "dd9d4347-f397-45f2-b538-85f21c90037b" - }, - { - "applicationId": "6bccf540-eb86-4037-af03-7fa058c2db75", - "roleDefinitionId": "89dcede2-9219-403a-9723-d3c6473f9472" - }, - { - "applicationId": "b503eb83-1222-4dcc-b116-b98ed5216e05", - "roleDefinitionId": "68699c37-c689-44d4-9248-494b782d46ae" - }, - { - "applicationId": "3af5a1e8-2459-45cb-8683-bcd6cccbcc13", - "roleDefinitionId": "b1309299-720d-4159-9897-6158a61aee41" - }, - { - "applicationId": "707be275-6b9d-4ee7-88f9-c0c2bd646e0f", - "roleDefinitionId": "fa027d90-6ba0-4c33-9a54-59edaf2327e7" - }, - { - "applicationId": "461e8683-5575-4561-ac7f-899cc907d62a", - "roleDefinitionId": "68699c37-c689-44d4-9248-494b782d46ae" - }, - { - "applicationId": "ca7f3f0b-7d91-482c-8e09-c5d840d0eac5", - "roleDefinitionId": "5d5a2e56-9835-44aa-93db-d2f19e155438" - }, - { - "applicationId": "f6b60513-f290-450e-a2f3-9930de61c5e7", - "roleDefinitionId": "4ef11659-08ac-48af-98a7-25fb6b1e1bc4" - }, - { - "applicationId": "6a0a243c-0886-468a-a4c2-eff52c7445da", - "roleDefinitionId": "d2eda64b-c5e6-4930-8642-2d80ecd7c2e2" - }, - { - "applicationId": "e933bd07-d2ee-4f1d-933c-3752b819567b", - "roleDefinitionId": "abbcfd44-e662-419a-9b5a-478f8e2f57c9" - } - ], - "namespace": "microsoft.insights", - "providerVersion": "2.0", - "providerType": "Internal", - "notificationOptions": "NotSpecified", - "resourceHydrationAccounts": [ - { - "subscriptionId": "623e6f01-f1ee-44da-a078-35c052c596c5", - "accountName": "bjscfgconnection" - }, - { - "subscriptionId": "458e6dd0-902a-425f-a7c4-60fa8a2de7de", - "accountName": "bjsconfigstoreprodsndr" - }, - { - "subscriptionId": "8fc60666-2f98-456f-9ca8-6146dbc496f3", - "accountName": "cnce2grpcsm1" - } - ], - "resourceTypes": [ - { - "name": "components", - "routingType": "Default", - "requestHeaderOptions": { - "optInHeaders": "ClientGroupMembership" - }, - "resourceDeletionPolicy": "NotSpecified", - "allowEmptyRoleAssignments": false, - "authorizationActionMappings": [ - { - "original": "microsoft.insights/components/MyFavorites/write", - "desired": "microsoft.insights/components/MyFavorites/read" - }, - { - "original": "microsoft.insights/components/MyFavorites/delete", - "desired": "microsoft.insights/components/MyFavorites/read" - }, - { - "original": "microsoft.insights/components/MyAnalyticsItems/write", - "desired": "microsoft.insights/components/MyAnalyticsItems/read" - }, - { - "original": "microsoft.insights/components/MyAnalyticsItems/delete", - "desired": "microsoft.insights/components/MyAnalyticsItems/read" - }, - { - "original": "microsoft.insights/components/gettoken/action", - "desired": "microsoft.insights/components/gettoken/read" - }, - { - "original": "microsoft.insights/components/api/action", - "desired": "microsoft.insights/components/api/read" - } - ], - "linkedAccessChecks": [ - { - "actionName": "microsoft.insights/components/apikeys/action", - "linkedProperty": "linkedWriteProperties[*]", - "linkedActionVerb": "write" - }, - { - "actionName": "microsoft.insights/components/apikeys/action", - "linkedProperty": "linkedReadProperties[*]", - "linkedActionVerb": "read" - }, - { - "actionName": "microsoft.insights/components/gettoken/read", - "linkedProperty": "linkedReads[*]", - "linkedActionVerb": "read" - }, - { - "actionName": "microsoft.insights/components/gettoken/read", - "linkedProperty": "linkedWrites[*]", - "linkedActionVerb": "write" - }, - { - "actionName": "microsoft.insights/components/api/read", - "linkedProperty": "authorizedResources[*]", - "linkedActionVerb": "read" - }, - { - "actionName": "microsoft.insights/components/api/write", - "linkedProperty": "properties.workspaceResourceId", - "linkedActionVerb": "write" - } - ], - "linkedOperationRules": [ - { - "linkedOperation": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove", - "linkedAction": "Validate" - } - ], - "loggingRules": [ - { - "action": "microsoft.insights/components/purge/action", - "direction": "Request", - "detailLevel": "Body" - } - ], - "endpoints": [ - { - "enabled": true, - "apiVersions": [ - "2014-04-01", - "2014-08-01", - "2014-12-01-preview", - "2015-05-01", - "2018-05-01-preview", - "2020-02-02-preview", - "2020-02-02" - ], - "endpointUri": "https://graph.applicationinsights.azure.cn/locations/chinaeast2/", - "locations": [ - "China East 2" - ], - "timeout": "PT2M" - } - ], - "management": { - "incidentRoutingService": "Application Insights", - "incidentRoutingTeam": "API", - "incidentContactEmail": "aiapi@microsoft.com ", - "resourceAccessPolicy": "NotSpecified" - }, - "metadata": { - "microsoft.insights": { - "monitoringResourceProvider": { - "version": "1.0", - "mdsMappingResourceIdOverridePathSelector": "properties.AppId", - "metrics": { - "mdmInfo": [ - { - "enableRegionalMdmAccount": true, - "sourceMdmAccount": "ApplicationInsights_MC_", - "sourceMdmNamespace": "ApplicationInsights" - } - ] - } - } - } - } - }, - { - "name": "components/events", - "routingType": "ProxyOnly", - "requestHeaderOptions": { - "optInHeaders": "ClientGroupMembership" - }, - "resourceDeletionPolicy": "NotSpecified", - "allowEmptyRoleAssignments": false, - "authorizationActionMappings": [ - { - "original": "microsoft.insights/components/events/action", - "desired": "microsoft.insights/components/events/read" - } - ], - "endpoints": [ - { - "enabled": true, - "apiVersion": "2018-04-20", - "endpointUri": "https://internal.api.loganalytics.azure.cn/", - "locations": [ - "China East 2" - ], - "timeout": "PT2M" - } - ], - "management": { - "incidentRoutingService": "Application Insights", - "incidentRoutingTeam": "API", - "incidentContactEmail": "aiapi@microsoft.com", - "resourceAccessPolicy": "NotSpecified" - } - }, - { - "name": "components/metrics", - "routingType": "ProxyOnly", - "requestHeaderOptions": { - "optInHeaders": "ClientGroupMembership" - }, - "resourceDeletionPolicy": "NotSpecified", - "allowEmptyRoleAssignments": false, - "authorizationActionMappings": [ - { - "original": "microsoft.insights/components/metrics/action", - "desired": "microsoft.insights/components/metrics/read" - } - ], - "endpoints": [ - { - "enabled": true, - "apiVersion": "2018-04-20", - "endpointUri": "https://internal.api.loganalytics.azure.cn/", - "locations": [ - "China East 2" - ], - "timeout": "PT2M" - } - ], - "management": { - "incidentRoutingService": "Azure Log Analytics", - "incidentRoutingTeam": "Draft (API)-OMS", - "incidentContactEmail": "aiapi@microsoft.com", - "resourceAccessPolicy": "NotSpecified" - } - }, - { - "name": "components/query", - "routingType": "ProxyOnly", - "requestHeaderOptions": { - "optInHeaders": "ClientGroupMembership" - }, - "resourceDeletionPolicy": "NotSpecified", - "allowEmptyRoleAssignments": false, - "authorizationActionMappings": [ - { - "original": "microsoft.insights/components/query/action", - "desired": "microsoft.insights/components/query/read" - } - ], - "endpoints": [ - { - "enabled": true, - "apiVersion": "2018-04-20", - "endpointUri": "https://internal.api.loganalytics.azure.cn/", - "locations": [ - "China East 2" - ], - "timeout": "PT2M" - } - ], - "management": { - "incidentRoutingService": "Azure Log Analytics", - "incidentRoutingTeam": "Draft (API)-OMS", - "incidentContactEmail": "aiapi@microsoft.com", - "resourceAccessPolicy": "NotSpecified" - } - }, - { - "name": "components/metadata", - "routingType": "ProxyOnly", - "requestHeaderOptions": { - "optInHeaders": "ClientGroupMembership" - }, - "resourceDeletionPolicy": "NotSpecified", - "allowedUnauthorizedActions": [ - "microsoft.insights/components/metadata/action", - "microsoft.insights/components/metadata/read" - ], - "allowEmptyRoleAssignments": false, - "endpoints": [ - { - "enabled": true, - "apiVersion": "2018-04-20", - "endpointUri": "https://internal.api.loganalytics.azure.cn/", - "locations": [ - "China East 2" - ], - "timeout": "PT2M" - } - ], - "management": { - "incidentRoutingService": "Azure Log Analytics", - "incidentRoutingTeam": "Draft (API)-OMS", - "incidentContactEmail": "aiapi@microsoft.com", - "resourceAccessPolicy": "NotSpecified" - } - }, - { - "name": "webtests", - "routingType": "Default", - "resourceDeletionPolicy": "NotSpecified", - "allowEmptyRoleAssignments": false, - "linkedOperationRules": [ - { - "linkedOperation": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove", - "linkedAction": "Validate" - } - ], - "endpoints": [ - { - "enabled": true, - "apiVersion": "2014-04-01", - "endpointUri": "https://graph.applicationinsights.azure.cn/", - "locations": [ - "China East 2" - ], - "timeout": "PT1M" - }, - { - "enabled": true, - "apiVersion": "2014-08-01", - "endpointUri": "https://graph.applicationinsights.azure.cn/", - "locations": [ - "China East 2" - ], - "timeout": "PT1M" - }, - { - "enabled": true, - "apiVersion": "2015-05-01", - "endpointUri": "https://graph.applicationinsights.azure.cn/", - "locations": [ - "China East 2" - ], - "timeout": "PT1M" - } - ], - "management": { - "incidentRoutingService": "Application Insights", - "incidentRoutingTeam": "GSM", - "incidentContactEmail": "ai-dri-gsm@microsoft.com", - "resourceAccessPolicy": "NotSpecified" - } - }, - { - "name": "webtests/getTestResultFile", - "routingType": "ProxyOnly", - "serviceTreeInfos": [ - { - "serviceId": "eb486ec5-6fc7-4507-a12c-cb7fb5a2c461", - "componentId": "eb486ec5-6fc7-4507-a12c-cb7fb5a2c461" - } - ], - "resourceDeletionPolicy": "NotSpecified", - "allowEmptyRoleAssignments": false, - "authorizationActionMappings": [ - { - "original": "microsoft.insights/webtests/getTestResultFile/action", - "desired": "microsoft.insights/webtests/getTestResultFile/read" - } - ], - "endpoints": [ - { - "enabled": true, - "apiVersions": [ - "2020-02-10-preview" - ], - "endpointUri": "https://gsm.applicationinsights.azure.cn/", - "locations": [ - "" - ], - "timeout": "PT2M" - } - ], - "management": { - "incidentRoutingService": "Application Insights", - "incidentRoutingTeam": "GSM", - "incidentContactEmail": "ai-dri-gsm@microsoft.com", - "resourceAccessPolicy": "NotSpecified" - } - }, - { - "name": "generateLiveToken", - "routingType": "ProxyOnly, Extension", - "serviceTreeInfos": [ - { - "serviceId": "eb486ec5-6fc7-4507-a12c-cb7fb5a2c461", - "componentId": "eb486ec5-6fc7-4507-a12c-cb7fb5a2c461" - } - ], - "requestHeaderOptions": { - "optInHeaders": "ClientGroupMembership" - }, - "resourceDeletionPolicy": "NotSpecified", - "allowEmptyRoleAssignments": false, - "linkedAccessChecks": [ - { - "actionName": "microsoft.insights/generateLiveToken/read", - "linkedProperty": "authorizedResources[*]", - "linkedActionVerb": "read" - } - ], - "endpoints": [ - { - "enabled": true, - "apiVersion": "2020-06-02-preview", - "endpointUri": "https://live.applicationinsights.azure.cn/QuickPulseService.svc/gettoken/", - "locations": [ - "" - ], - "timeout": "PT2M" - } - ], - "management": { - "incidentRoutingService": "Application Insights", - "incidentRoutingTeam": "QuickPulse", - "incidentContactEmail": "quickpulse@microsoft.com", - "resourceAccessPolicy": "NotSpecified" - } - }, - { - "name": "components/pricingPlans", - "routingType": "ProxyOnly", - "resourceDeletionPolicy": "NotSpecified", - "allowEmptyRoleAssignments": false, - "endpoints": [ - { - "enabled": true, - "apiVersion": "2017-10-01", - "endpointUri": "https://graph.applicationinsights.azure.cn/", - "locations": [ - "China East 2" - ], - "timeout": "PT2M" - } - ], - "management": { - "incidentRoutingService": "Application Insights", - "incidentRoutingTeam": "Billing", - "incidentContactEmail": "aialm@microsoft.com", - "resourceAccessPolicy": "NotSpecified" - } - }, - { - "name": "migrateToNewPricingModel", - "routingType": "ProxyOnly", - "resourceDeletionPolicy": "NotSpecified", - "allowEmptyRoleAssignments": false, - "endpoints": [ - { - "enabled": true, - "apiVersion": "2017-10-01", - "endpointUri": "https://aibillingmooncake.applicationinsights.io/", - "locations": [ - "China North" - ], - "timeout": "PT1M" - } - ], - "management": { - "incidentRoutingService": "Application Insights", - "incidentRoutingTeam": "Billing", - "incidentContactEmail": "aialm@microsoft.com", - "resourceAccessPolicy": "NotSpecified" - } - }, - { - "name": "rollbackToLegacyPricingModel", - "routingType": "ProxyOnly", - "resourceDeletionPolicy": "NotSpecified", - "allowEmptyRoleAssignments": false, - "endpoints": [ - { - "enabled": true, - "apiVersion": "2017-10-01", - "endpointUri": "https://aibillingmooncake.applicationinsights.io/", - "locations": [ - "China North" - ], - "timeout": "PT1M" - } - ], - "management": { - "incidentRoutingService": "Application Insights", - "incidentRoutingTeam": "Billing", - "incidentContactEmail": "aialm@microsoft.com", - "resourceAccessPolicy": "NotSpecified" - } - }, - { - "name": "listMigrationdate", - "routingType": "ProxyOnly", - "resourceDeletionPolicy": "NotSpecified", - "allowEmptyRoleAssignments": false, - "authorizationActionMappings": [ - { - "original": "Microsoft.Insights/listMigrationdate/action", - "desired": "Microsoft.Insights/listMigrationdate/read" - } - ], - "endpoints": [ - { - "enabled": true, - "apiVersion": "2017-10-01", - "endpointUri": "https://aibillingmooncake.applicationinsights.io/", - "locations": [ - "China North" - ], - "timeout": "PT1M" - } - ], - "management": { - "incidentRoutingService": "Application Insights", - "incidentRoutingTeam": "Billing", - "incidentContactEmail": "aialm@microsoft.com", - "resourceAccessPolicy": "NotSpecified" - } - }, - { - "name": "logprofiles", - "routingType": "ProxyOnly", - "allowEmptyRoleAssignments": false, - "linkedAccessChecks": [ - { - "actionName": "Microsoft.Insights/logprofiles/write", - "linkedProperty": "properties.storageAccountId", - "linkedActionVerb": "listkeys/action" - }, - { - "actionName": "Microsoft.Insights/logprofiles/write", - "linkedProperty": "properties.serviceBusRuleId", - "linkedAction": "Microsoft.ServiceBus/namespaces/authorizationrules/listkeys/action" - } - ], - "apiProfiles": [ - { - "profileVersion": "2018-06-01-profile", - "apiVersion": "2016-03-01" - } - ], - "endpoints": [ - { - "enabled": true, - "apiVersion": "2016-03-01", - "endpointUri": "https://global.monitoring.prod.windowsazure.cn", - "locations": [ - "" - ], - "timeout": "PT20S" - } - ], - "management": { - "incidentRoutingService": "Azure Insights - China", - "incidentRoutingTeam": "Insights Backend", - "incidentContactEmail": "auxmonhot@microsoft.com", - "resourceAccessPolicy": "NotSpecified" - } - }, - { - "name": "migratealertrules", - "routingType": "ProxyOnly", - "allowEmptyRoleAssignments": false, - "authorizationActionMappings": [ - { - "original": "microsoft.insights/migrateAlertRules/action", - "desired": "microsoft.insights/metricAlerts/write" - } - ], - "linkedAccessChecks": [ - { - "actionName": "microsoft.insights/metricAlerts/write", - "linkedProperty": "properties.scope", - "linkedAction": "microsoft.insights/alertrules/write" - }, - { - "actionName": "microsoft.insights/metricAlerts/write", - "linkedProperty": "properties.scope", - "linkedAction": "microsoft.insights/actiongroups/write" - }, - { - "actionName": "microsoft.insights/metricAlerts/write", - "linkedProperty": "properties.scope", - "linkedActionVerb": "read" - } - ], - "endpoints": [ - { - "enabled": true, - "apiVersions": [ - "2018-03-01" - ], - "endpointUri": "https://genevaalertrp.trafficmanager.cn", - "locations": [ - "" - ], - "timeout": "PT1M" - } - ], - "management": { - "incidentRoutingService": "ONLY Alerts (Activity logs ALERTS and Metric based ALERTS)", - "incidentRoutingTeam": "Alertexp", - "incidentContactEmail": "gautamdedir@microsoft.com", - "resourceAccessPolicy": "NotSpecified" - } - }, - { - "name": "metricalerts", - "routingType": "Default", - "resourceDeletionPolicy": "NotSpecified", - "allowedUnauthorizedActions": [], - "allowEmptyRoleAssignments": false, - "linkedAccessChecks": [ - { - "actionName": "microsoft.insights/metricalerts/write", - "linkedProperty": "properties.scopes[*]", - "linkedActionVerb": "read" - }, - { - "actionName": "microsoft.insights/metricalerts/write", - "linkedProperty": "properties.actions[*].actionGroupId", - "linkedActionVerb": "read" - } - ], - "linkedOperationRules": [ - { - "linkedOperation": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove", - "linkedAction": "Blocked" - } - ], - "loggingRules": [ - { - "action": "Microsoft.Insights/metricalerts/write", - "direction": "Request", - "detailLevel": "Body" - } - ], - "endpoints": [ - { - "enabled": true, - "apiVersions": [ - "2017-09-01-preview", - "2018-03-01" - ], - "endpointUri": "https://genevaalertrp.trafficmanager.cn", - "locations": [ - "China East", - "China East 2", - "China North", - "China North 2", - "Global" - ], - "timeout": "PT2M" - } - ], - "management": { - "incidentRoutingService": "Azure Metrics & Activity Log Alerts", - "incidentRoutingTeam": "Alertexp", - "incidentContactEmail": "gautamdedir@microsoft.com", - "resourceAccessPolicy": "NotSpecified" - }, - "templateDeploymentPolicy": { - "capabilities": "Preflight", - "preflightOptions": "ValidationRequests", - "preflightNotifications": "None" - } - }, - { - "name": "alertrules", - "routingType": "Default", - "resourceDeletionPolicy": "NotSpecified", - "allowedUnauthorizedActions": [ - "Microsoft.Insights/register/action" - ], - "allowEmptyRoleAssignments": false, - "linkedAccessChecks": [ - { - "actionName": "Microsoft.Insights/alertrules/write", - "linkedProperty": "properties.condition.dataSource.resourceUri", - "linkedActionVerb": "Read" - } - ], - "apiProfiles": [ - { - "profileVersion": "2018-06-01-profile", - "apiVersion": "2016-03-01" - } - ], - "endpoints": [ - { - "enabled": true, - "apiVersion": "2014-04-01", - "endpointUri": "https://chinanorth.monitoring.prod.windowsazure.cn", - "locations": [ - "China North" - ], - "timeout": "PT20S" - }, - { - "enabled": true, - "apiVersion": "2014-04-01", - "endpointUri": "https://chinaeast.monitoring.prod.windowsazure.cn", - "locations": [ - "China East" - ], - "timeout": "PT20S" - }, - { - "enabled": true, - "apiVersion": "2015-04-01", - "endpointUri": "https://chinanorth.monitoring.prod.windowsazure.cn", - "locations": [ - "China North" - ], - "timeout": "PT20S" - }, - { - "enabled": true, - "apiVersion": "2015-04-01", - "endpointUri": "https://chinaeast.monitoring.prod.windowsazure.cn", - "locations": [ - "China East" - ], - "timeout": "PT20S" - }, - { - "enabled": true, - "apiVersion": "2016-03-01", - "endpointUri": "https://chinanorth.monitoring.prod.windowsazure.cn", - "locations": [ - "China North" - ], - "timeout": "PT20S" - }, - { - "enabled": true, - "apiVersion": "2016-03-01", - "endpointUri": "https://chinaeast.monitoring.prod.windowsazure.cn", - "locations": [ - "China East" - ], - "timeout": "PT20S" - } - ], - "marketplaceType": "NotSpecified", - "management": { - "incidentRoutingService": "Azure Insights - China", - "incidentRoutingTeam": "Insights Backend", - "incidentContactEmail": "auxmonhot@microsoft.com", - "resourceAccessPolicy": "NotSpecified" - } - }, - { - "name": "autoscalesettings", - "routingType": "Default", - "resourceDeletionPolicy": "NotSpecified", - "allowEmptyRoleAssignments": false, - "linkedAccessChecks": [ - { - "actionName": "Microsoft.Insights/autoscalesettings/write", - "linkedProperty": "properties.targetResourceUri", - "linkedActionVerb": "Write" - }, - { - "actionName": "Microsoft.Insights/autoscalesettings/write", - "linkedProperty": "properties.profiles[*].rules[*].metricTrigger.metricResourceUri", - "linkedActionVerb": "Read" - } - ], - "loggingRules": [ - { - "action": "Microsoft.Insights/autoscalesettings/write", - "direction": "Request", - "detailLevel": "Body" - } - ], - "apiProfiles": [ - { - "profileVersion": "2018-06-01-profile", - "apiVersion": "2015-04-01" - } - ], - "endpoints": [ - { - "enabled": true, - "apiVersions": [ - "2014-04-01", - "2015-04-01" - ], - "endpointUri": "https://chinanorth.monitoring.prod.windowsazure.cn", - "locations": [ - "China North" - ], - "timeout": "PT20S" - }, - { - "enabled": true, - "apiVersions": [ - "2014-04-01", - "2015-04-01" - ], - "endpointUri": "https://chinaeast.monitoring.prod.windowsazure.cn", - "locations": [ - "China East" - ], - "timeout": "PT20S" - }, - { - "enabled": true, - "apiVersions": [ - "2014-04-01", - "2015-04-01" - ], - "endpointUri": "https://chinanorth2.monitoring.prod.windowsazure.cn", - "locations": [ - "China North 2" - ], - "timeout": "PT20S" - }, - { - "enabled": true, - "apiVersions": [ - "2014-04-01", - "2015-04-01" - ], - "endpointUri": "https://chinaeast2.monitoring.prod.windowsazure.cn", - "locations": [ - "China East 2" - ], - "timeout": "PT20S" - } - ], - "marketplaceType": "NotSpecified", - "management": { - "incidentRoutingService": "Azure Insights - China", - "incidentRoutingTeam": "Insights Backend", - "incidentContactEmail": "auxmonhot@microsoft.com", - "resourceAccessPolicy": "NotSpecified" - } - }, - { - "name": "eventtypes", - "routingType": "ProxyOnly, Extension, Tenant", - "resourceDeletionPolicy": "NotSpecified", - "allowEmptyRoleAssignments": false, - "apiProfiles": [ - { - "profileVersion": "2018-06-01-profile", - "apiVersion": "2015-04-01" - } - ], - "endpoints": [ - { - "enabled": true, - "apiVersion": "2015-04-01", - "endpointUri": "https://event.prod.windowsazure.cn:444/", - "locations": [ - "" - ], - "timeout": "PT45S" - }, - { - "enabled": true, - "apiVersion": "2014-04-01", - "endpointUri": "https://event.prod.windowsazure.cn:444/", - "locations": [ - "" - ], - "timeout": "PT45S" - }, - { - "enabled": true, - "apiVersion": "2014-11-01", - "endpointUri": "https://event.prod.windowsazure.cn:444/", - "locations": [ - "" - ], - "timeout": "PT45S" - }, - { - "enabled": true, - "apiVersion": "2016-09-01-preview", - "endpointUri": "https://event.prod.windowsazure.cn:444/", - "locations": [ - "" - ], - "timeout": "PT45S" - }, - { - "enabled": true, - "apiVersion": "2017-03-01-preview", - "endpointUri": "https://event.prod.windowsazure.cn:444/", - "locations": [ - "" - ], - "timeout": "PT45S" - } - ], - "marketplaceType": "NotSpecified", - "management": { - "incidentRoutingService": "Azure Insights - China", - "incidentRoutingTeam": "Insights Backend", - "incidentContactEmail": "auxmonhot@microsoft.com", - "resourceAccessPolicy": "NotSpecified" - } - }, - { - "name": "locations", - "routingType": "ProxyOnly", - "resourceDeletionPolicy": "NotSpecified", - "allowEmptyRoleAssignments": false, - "endpoints": [ - { - "enabled": true, - "apiVersion": "2014-04-01", - "endpointUri": "https://global.monitoring.prod.windowsazure.cn", - "locations": [ - "" - ], - "timeout": "PT20S" - }, - { - "enabled": true, - "apiVersion": "2015-04-01", - "endpointUri": "https://global.monitoring.prod.windowsazure.cn", - "locations": [ - "" - ], - "timeout": "PT20S" - } - ], - "marketplaceType": "NotSpecified", - "management": { - "incidentRoutingService": "Azure Insights - China", - "incidentRoutingTeam": "Insights Backend", - "incidentContactEmail": "auxmonhot@microsoft.com", - "resourceAccessPolicy": "NotSpecified" - } - }, - { - "name": "locations/operationResults", - "routingType": "ProxyOnly, HostBased", - "resourceDeletionPolicy": "NotSpecified", - "allowedUnauthorizedActions": [ - "Microsoft.Insights/locations/operationResults/read" - ], - "allowEmptyRoleAssignments": false, - "endpoints": [ - { - "enabled": true, - "apiVersion": "2014-04-01", - "endpointUri": "https://global.monitoring.prod.windowsazure.cn", - "locations": [ - "" - ], - "timeout": "PT20S" - }, - { - "enabled": true, - "apiVersion": "2015-04-01", - "endpointUri": "https://global.monitoring.prod.windowsazure.cn", - "locations": [ - "" - ], - "timeout": "PT20S" - } - ], - "marketplaceType": "NotSpecified", - "management": { - "incidentRoutingService": "Azure Insights - China", - "incidentRoutingTeam": "Insights Backend", - "incidentContactEmail": "auxmonhot@microsoft.com", - "resourceAccessPolicy": "NotSpecified" - } - }, - { - "name": "operations", - "routingType": "ProxyOnly, Tenant", - "resourceDeletionPolicy": "NotSpecified", - "allowedUnauthorizedActions": [ - "Microsoft.Insights/operations/read" - ], - "allowEmptyRoleAssignments": false, - "apiProfiles": [ - { - "profileVersion": "2018-06-01-profile", - "apiVersion": "2015-04-01" - } - ], - "endpoints": [ - { - "enabled": true, - "apiVersion": "2014-04-01", - "endpointUri": "https://global.monitoring.prod.windowsazure.cn", - "locations": [ - "" - ], - "timeout": "PT20S" - }, - { - "enabled": true, - "apiVersion": "2014-06-01", - "endpointUri": "https://global.monitoring.prod.windowsazure.cn", - "locations": [ - "" - ], - "timeout": "PT20S" - }, - { - "enabled": true, - "apiVersion": "2015-04-01", - "endpointUri": "https://global.monitoring.prod.windowsazure.cn", - "locations": [ - "" - ], - "timeout": "PT20S" - } - ], - "marketplaceType": "NotSpecified", - "management": { - "incidentRoutingService": "Azure Insights - China", - "incidentRoutingTeam": "Insights Backend", - "incidentContactEmail": "auxmonhot@microsoft.com", - "resourceAccessPolicy": "NotSpecified" - } - }, - { - "name": "diagnosticSettings", - "routingType": "ProxyOnly, Extension", - "resourceDeletionPolicy": "NotSpecified", - "allowEmptyRoleAssignments": false, - "linkedAccessChecks": [ - { - "actionName": "Microsoft.Insights/diagnosticSettings/write", - "linkedProperty": "properties.storageAccountId", - "linkedActionVerb": "listkeys/action" - }, - { - "actionName": "Microsoft.Insights/diagnosticSettings/write", - "linkedProperty": "properties.serviceBusRuleId", - "linkedAction": "Microsoft.ServiceBus/namespaces/authorizationrules/listkeys/action" - }, - { - "actionName": "Microsoft.Insights/diagnosticSettings/write", - "linkedProperty": "properties.workspaceId", - "linkedAction": "Microsoft.OperationalInsights/workspaces/sharedKeys/action" - } - ], - "linkedNotificationRules": [ - { - "actions": [ - "microsoft.classicstorage/storageaccounts/delete", - "microsoft.storage/storageaccounts/delete", - "test.shoebox/testresources/delete", - "test.shoebox/testresources2/delete" - ] - } - ], - "apiProfiles": [ - { - "profileVersion": "2018-06-01-profile", - "apiVersion": "2016-09-01" - } - ], - "endpoints": [ - { - "enabled": true, - "apiVersions": [ - "2015-07-01", - "2016-09-01", - "2017-05-01-preview" - ], - "endpointUri": "https://chinanorth.monitoring.prod.windowsazure.cn", - "locations": [ - "China North" - ], - "timeout": "PT1M" - }, - { - "enabled": true, - "apiVersions": [ - "2015-07-01", - "2016-09-01", - "2017-05-01-preview" - ], - "endpointUri": "https://chinaeast.monitoring.prod.windowsazure.cn", - "locations": [ - "China East" - ], - "timeout": "PT1M" - }, - { - "enabled": true, - "apiVersions": [ - "2015-07-01", - "2016-09-01", - "2017-05-01-preview" - ], - "endpointUri": "https://chinanorth2.monitoring.prod.windowsazure.cn", - "locations": [ - "China North 2" - ], - "timeout": "PT1M" - }, - { - "enabled": true, - "apiVersions": [ - "2015-07-01", - "2016-09-01", - "2017-05-01-preview" - ], - "endpointUri": "https://chinaeast2.monitoring.prod.windowsazure.cn", - "locations": [ - "China East 2" - ], - "timeout": "PT1M" - }, - { - "enabled": true, - "apiVersions": [ - "2015-07-01", - "2016-09-01", - "2017-05-01-preview" - ], - "endpointUri": "https://global.monitoring.prod.windowsazure.cn", - "locations": [ - "" - ], - "timeout": "PT1M" - } - ], - "marketplaceType": "NotSpecified", - "management": { - "incidentRoutingService": "Azure Insights - China", - "incidentRoutingTeam": "Insights Backend", - "incidentContactEmail": "auxmonhot@microsoft.com", - "resourceAccessPolicy": "NotSpecified" - } - }, - { - "name": "diagnosticSettingsCategories", - "routingType": "ProxyOnly, Extension", - "resourceDeletionPolicy": "NotSpecified", - "allowEmptyRoleAssignments": false, - "endpoints": [ - { - "enabled": true, - "apiVersions": [ - "2017-05-01-preview" - ], - "endpointUri": "https://chinanorth.monitoring.prod.windowsazure.cn", - "locations": [ - "China North" - ], - "timeout": "PT1M" - }, - { - "enabled": true, - "apiVersions": [ - "2017-05-01-preview" - ], - "endpointUri": "https://chinaeast.monitoring.prod.windowsazure.cn", - "locations": [ - "China East" - ], - "timeout": "PT1M" - }, - { - "enabled": true, - "apiVersions": [ - "2017-05-01-preview" - ], - "endpointUri": "https://chinanorth2.monitoring.prod.windowsazure.cn", - "locations": [ - "China North 2" - ], - "timeout": "PT1M" - }, - { - "enabled": true, - "apiVersions": [ - "2017-05-01-preview" - ], - "endpointUri": "https://chinaeast2.monitoring.prod.windowsazure.cn", - "locations": [ - "China East 2" - ], - "timeout": "PT1M" - }, - { - "enabled": true, - "apiVersions": [ - "2017-05-01-preview" - ], - "endpointUri": "https://global.monitoring.prod.windowsazure.cn", - "locations": [ - "" - ], - "timeout": "PT1M" - } - ], - "marketplaceType": "NotSpecified", - "management": { - "incidentRoutingService": "Azure Insights - China", - "incidentRoutingTeam": "Insights Backend", - "incidentContactEmail": "auxmonhot@microsoft.com", - "resourceAccessPolicy": "NotSpecified" - } - }, - { - "name": "extendedDiagnosticSettings", - "routingType": "ProxyOnly, Extension", - "resourceDeletionPolicy": "NotSpecified", - "allowEmptyRoleAssignments": false, - "loggingRules": [ - { - "action": "microsoft.insights/extendedDiagnosticSettings/write", - "direction": "Request", - "detailLevel": "Body" - } - ], - "apiProfiles": [ - { - "profileVersion": "2018-06-01-profile", - "apiVersion": "2017-02-01" - } - ], - "endpoints": [ - { - "enabled": true, - "apiVersions": [ - "2017-02-01" - ], - "endpointUri": "https://chinanorth.monitoring.prod.windowsazure.cn", - "locations": [ - "China North" - ], - "timeout": "PT1M" - }, - { - "enabled": true, - "apiVersions": [ - "2017-02-01" - ], - "endpointUri": "https://chinaeast.monitoring.prod.windowsazure.cn", - "locations": [ - "China East" - ], - "timeout": "PT1M" - }, - { - "enabled": true, - "apiVersions": [ - "2017-02-01" - ], - "endpointUri": "https://chinanorth2.monitoring.prod.windowsazure.cn", - "locations": [ - "China North 2" - ], - "timeout": "PT1M" - }, - { - "enabled": true, - "apiVersions": [ - "2017-02-01" - ], - "endpointUri": "https://chinaeast2.monitoring.prod.windowsazure.cn", - "locations": [ - "China East 2" - ], - "timeout": "PT1M" - } - ], - "marketplaceType": "NotSpecified", - "management": { - "incidentRoutingService": "Azure Insights - China", - "incidentRoutingTeam": "Insights Backend", - "incidentContactEmail": "auxmonhot@microsoft.com", - "resourceAccessPolicy": "NotSpecified" - } - }, - { - "name": "metricDefinitions", - "routingType": "ProxyOnly, Extension, CascadeExtension", - "resourceDeletionPolicy": "NotSpecified", - "allowEmptyRoleAssignments": false, - "apiProfiles": [ - { - "profileVersion": "2018-06-01-profile", - "apiVersion": "2018-01-01" - } - ], - "endpoints": [ - { - "enabled": true, - "apiVersions": [ - "2015-07-01", - "2016-03-01" - ], - "endpointUri": "https://chinanorth.monitoring.prod.windowsazure.cn", - "locations": [ - "China North" - ], - "timeout": "PT1M" - }, - { - "enabled": true, - "apiVersions": [ - "2015-07-01", - "2016-03-01" - ], - "endpointUri": "https://chinaeast.monitoring.prod.windowsazure.cn", - "locations": [ - "China East" - ], - "timeout": "PT1M" - }, - { - "enabled": true, - "apiVersions": [ - "2015-07-01", - "2016-03-01" - ], - "endpointUri": "https://chinanorth2.monitoring.prod.windowsazure.cn", - "locations": [ - "China North 2" - ], - "timeout": "PT1M" - }, - { - "enabled": true, - "apiVersions": [ - "2015-07-01", - "2016-03-01" - ], - "endpointUri": "https://chinaeast2.monitoring.prod.windowsazure.cn", - "locations": [ - "China East 2" - ], - "timeout": "PT1M" - }, - { - "enabled": true, - "apiVersions": [ - "2015-07-01", - "2016-03-01" - ], - "endpointUri": "https://global.monitoring.prod.windowsazure.cn", - "locations": [ - "" - ], - "timeout": "PT1M" - }, - { - "enabled": true, - "apiVersions": [ - "2017-05-01-preview", - "2017-09-01-preview", - "2017-12-01-preview", - "2018-01-01" - ], - "endpointUri": "https://chinanorth.mdmrp.prod.windowsazure.cn", - "locations": [ - "China North" - ], - "timeout": "PT1M" - }, - { - "enabled": true, - "apiVersions": [ - "2017-05-01-preview", - "2017-09-01-preview", - "2017-12-01-preview", - "2018-01-01" - ], - "endpointUri": "https://chinaeast.mdmrp.prod.windowsazure.cn", - "locations": [ - "China East" - ], - "timeout": "PT1M" - }, - { - "enabled": true, - "apiVersions": [ - "2017-05-01-preview", - "2017-09-01-preview", - "2017-12-01-preview", - "2018-01-01" - ], - "endpointUri": "https://chinanorth2.mdmrp.prod.windowsazure.cn", - "locations": [ - "China North 2" - ], - "timeout": "PT1M" - }, - { - "enabled": true, - "apiVersions": [ - "2017-05-01-preview", - "2017-09-01-preview", - "2017-12-01-preview", - "2018-01-01" - ], - "endpointUri": "https://chinaeast2.mdmrp.prod.windowsazure.cn", - "locations": [ - "China East 2" - ], - "timeout": "PT1M" - }, - { - "enabled": true, - "apiVersions": [ - "2017-05-01-preview", - "2017-09-01-preview", - "2017-12-01-preview", - "2018-01-01" - ], - "endpointUri": "https://global.mdmrp.prod.windowsazure.cn", - "locations": [ - "" - ], - "timeout": "PT1M" - } - ], - "marketplaceType": "NotSpecified", - "management": { - "incidentRoutingService": "Azure Monitor Essentials", - "incidentRoutingTeam": "Sev3 and 4 CRI - Metrics", - "incidentContactEmail": "green@microsoft.com", - "resourceAccessPolicy": "NotSpecified" - } - }, - { - "name": "logDefinitions", - "routingType": "ProxyOnly, Extension", - "resourceDeletionPolicy": "NotSpecified", - "allowEmptyRoleAssignments": false, - "apiProfiles": [ - { - "profileVersion": "2018-06-01-profile", - "apiVersion": "2015-07-01" - } - ], - "endpoints": [ - { - "enabled": true, - "apiVersion": "2015-07-01", - "endpointUri": "https://chinanorth.monitoring.prod.windowsazure.cn", - "locations": [ - "China North" - ], - "timeout": "PT1M" - }, - { - "enabled": true, - "apiVersion": "2015-07-01", - "endpointUri": "https://chinaeast.monitoring.prod.windowsazure.cn", - "locations": [ - "China East" - ], - "timeout": "PT1M" - }, - { - "enabled": true, - "apiVersion": "2015-07-01", - "endpointUri": "https://chinanorth2.monitoring.prod.windowsazure.cn", - "locations": [ - "China North 2" - ], - "timeout": "PT1M" - }, - { - "enabled": true, - "apiVersion": "2015-07-01", - "endpointUri": "https://chinaeast2.monitoring.prod.windowsazure.cn", - "locations": [ - "China East 2" - ], - "timeout": "PT1M" - } - ], - "marketplaceType": "NotSpecified", - "management": { - "incidentRoutingService": "Azure Insights - China", - "incidentRoutingTeam": "Insights Backend", - "incidentContactEmail": "auxmonhot@microsoft.com", - "resourceAccessPolicy": "NotSpecified" - } - }, - { - "name": "eventCategories", - "routingType": "ProxyOnly, Tenant", - "resourceDeletionPolicy": "NotSpecified", - "allowedUnauthorizedActions": [ - "Microsoft.Insights/eventCategories/read" - ], - "allowEmptyRoleAssignments": false, - "apiProfiles": [ - { - "profileVersion": "2018-06-01-profile", - "apiVersion": "2015-04-01" - } - ], - "endpoints": [ - { - "enabled": true, - "apiVersion": "2015-04-01", - "endpointUri": "https://event.prod.windowsazure.cn:444/", - "locations": [ - "" - ], - "timeout": "PT1M" - } - ], - "marketplaceType": "NotSpecified", - "management": { - "incidentRoutingService": "Azure Insights - China", - "incidentRoutingTeam": "Insights Backend", - "incidentContactEmail": "auxmonhot@microsoft.com", - "resourceAccessPolicy": "NotSpecified" - } - }, - { - "name": "metricbatch", - "routingType": "ProxyOnly, Extension, CascadeExtension", - "resourceDeletionPolicy": "NotSpecified", - "allowEmptyRoleAssignments": false, - "authorizationActionMappings": [ - { - "original": "Microsoft.Insights/metricbatch/action", - "desired": "Microsoft.Insights/metricbatch/read" - } - ], - "endpoints": [ - { - "enabled": true, - "apiVersions": [ - "2019-01-01-preview" - ], - "endpointUri": "https://global.mdmrp.prod.windowsazure.cn", - "locations": [ - "" - ], - "timeout": "PT1M" - } - ], - "marketplaceType": "NotSpecified", - "management": { - "incidentRoutingService": "Azure Monitor Essentials", - "incidentRoutingTeam": "Sev3 and 4 CRI - Metrics", - "incidentContactEmail": "green@microsoft.com", - "resourceAccessPolicy": "NotSpecified" - } - }, - { - "name": "metrics", - "routingType": "ProxyOnly, Extension, CascadeExtension", - "resourceDeletionPolicy": "NotSpecified", - "allowEmptyRoleAssignments": false, - "linkedNotificationRules": [ - { - "actions": [ - "Microsoft.ServiceBus/namespaces/write", - "Microsoft.ServiceBus/namespaces/delete", - "Microsoft.ServiceBus/namespaces/move/action", - "Microsoft.Sql/servers/databases/write", - "Microsoft.Sql/servers/databases/delete", - "Microsoft.Sql/servers/databases/move/action", - "Microsoft.Sql/servers/elasticpools/write", - "Microsoft.Sql/servers/elasticpools/delete", - "Microsoft.Sql/servers/elasticpools/move/action", - "Microsoft.EventHub/namespaces/write", - "Microsoft.EventHub/namespaces/delete", - "Microsoft.EventHub/namespaces/move/action", - "Microsoft.Compute/virtualMachines/write", - "Microsoft.Compute/virtualMachines/delete", - "Microsoft.Compute/virtualMachines/move/action", - "Microsoft.Compute/virtualMachineScaleSets/write", - "Microsoft.Compute/virtualMachineScaleSets/delete", - "Microsoft.Compute/virtualMachineScaleSets/move/action", - "Microsoft.ClassicCompute/virtualMachines/write", - "Microsoft.ClassicCompute/virtualMachines/delete", - "Microsoft.ClassicCompute/virtualMachines/move/action", - "Microsoft.Web/sites/write", - "Microsoft.Web/sites/delete", - "Microsoft.Web/sites/move/action", - "Microsoft.Web/sites/slots/write", - "Microsoft.Web/sites/slots/delete", - "Microsoft.Web/sites/slots/move/action", - "Microsoft.Web/serverFarms/write", - "Microsoft.Web/serverFarms/delete", - "Microsoft.Web/serverFarms/move/action", - "Microsoft.Web/hostingEnvironments/workerPools/write", - "Microsoft.Web/hostingEnvironments/workerPools/delete", - "Microsoft.Web/hostingEnvironments/workerPools/move/action", - "Microsoft.Web/hostingEnvironments/multiRolePools/write", - "Microsoft.Web/hostingEnvironments/multiRolePools/delete", - "Microsoft.Web/hostingEnvironments/multiRolePools/move/action", - "Microsoft.Network/networkInterfaces/write", - "Microsoft.Network/networkInterfaces/delete", - "Microsoft.Network/networkInterfaces/move/action", - "Microsoft.Network/natGateway/write", - "Microsoft.Network/natGateway/delete", - "Microsoft.Network/natGateway/move/action", - "Microsoft.Network/loadBalancers/write", - "Microsoft.Network/loadBalancers/delete", - "Microsoft.Network/loadBalancers/move/action", - "Microsoft.Network/publicIPAddresses/write", - "Microsoft.Network/publicIPAddresses/delete", - "Microsoft.Network/publicIPAddresses/move/action", - "Microsoft.DocumentDB/databaseAccounts/write", - "Microsoft.DocumentDB/databaseAccounts/delete", - "Microsoft.DocumentDB/databaseAccounts/move/action", - "Microsoft.Insights/components/write", - "Microsoft.Insights/components/delete", - "Microsoft.Insights/components/move/action", - "Microsoft.CognitiveServices/accounts/write", - "Microsoft.CognitiveServices/accounts/delete", - "Microsoft.CognitiveServices/accounts/move/action", - "Microsoft.ClassicCompute/domainNames/write", - "Microsoft.ClassicCompute/domainNames/delete", - "Microsoft.ClassicCompute/domainNames/move/action", - "Microsoft.DataLakeAnalytics/accounts/write", - "Microsoft.DataLakeAnalytics/accounts/delete", - "Microsoft.DataLakeAnalytics/accounts/move/action", - "Microsoft.DataLakeStore/accounts/write", - "Microsoft.DataLakeStore/accounts/delete", - "Microsoft.DataLakeStore/accounts/move/action", - "Microsoft.Logic/integrationServiceEnvironments/write", - "Microsoft.Logic/integrationServiceEnvironments/delete", - "Microsoft.Logic/integrationServiceEnvironments/move/action", - "Microsoft.Network/virtualNetworks/write", - "Microsoft.Network/virtualNetworks/delete", - "Microsoft.Network/virtualNetworks/move/action", - "Microsoft.Network/applicationGateways/write", - "Microsoft.Network/applicationGateways/delete", - "Microsoft.Network/applicationGateways/move/action", - "Microsoft.CDN/profiles/write", - "Microsoft.CDN/profiles/delete", - "Microsoft.CDN/profiles/move/action" - ] - } - ], - "apiProfiles": [ - { - "profileVersion": "2018-06-01-profile", - "apiVersion": "2018-01-01" - } - ], - "endpoints": [ - { - "enabled": true, - "apiVersions": [ - "2016-06-01", - "2016-09-01", - "2017-05-01-preview", - "2017-09-01-preview", - "2017-12-01-preview", - "2018-01-01", - "2019-07-01", - "2021-05-01" - ], - "endpointUri": "https://chinanorth.mdmrp.prod.windowsazure.cn", - "locations": [ - "China North" - ], - "timeout": "PT1M" - }, - { - "enabled": true, - "apiVersions": [ - "2016-06-01", - "2016-09-01", - "2017-05-01-preview", - "2017-09-01-preview", - "2017-12-01-preview", - "2018-01-01", - "2019-07-01", - "2021-05-01" - ], - "endpointUri": "https://chinaeast.mdmrp.prod.windowsazure.cn", - "locations": [ - "China East" - ], - "timeout": "PT1M" - }, - { - "enabled": true, - "apiVersions": [ - "2016-06-01", - "2016-09-01", - "2017-05-01-preview", - "2017-09-01-preview", - "2017-12-01-preview", - "2018-01-01", - "2019-07-01", - "2021-05-01" - ], - "endpointUri": "https://chinanorth2.mdmrp.prod.windowsazure.cn", - "locations": [ - "China North 2" - ], - "timeout": "PT1M" - }, - { - "enabled": true, - "apiVersions": [ - "2016-06-01", - "2016-09-01", - "2017-05-01-preview", - "2017-09-01-preview", - "2017-12-01-preview", - "2018-01-01", - "2019-07-01", - "2021-05-01" - ], - "endpointUri": "https://chinaeast2.mdmrp.prod.windowsazure.cn", - "locations": [ - "China East 2" - ], - "timeout": "PT1M" - }, - { - "enabled": true, - "apiVersions": [ - "2016-06-01", - "2016-09-01", - "2017-05-01-preview", - "2017-09-01-preview", - "2017-12-01-preview", - "2018-01-01", - "2019-07-01", - "2021-05-01" - ], - "endpointUri": "https://global.mdmrp.prod.windowsazure.cn", - "locations": [ - "" - ], - "timeout": "PT1M" - } - ], - "marketplaceType": "NotSpecified", - "management": { - "incidentRoutingService": "Azure Monitor Essentials", - "incidentRoutingTeam": "Sev3 and 4 CRI - Metrics", - "incidentContactEmail": "green@microsoft.com", - "resourceAccessPolicy": "NotSpecified" - } - }, - { - "name": "workbooks", - "routingType": "Default", - "allowEmptyRoleAssignments": false, - "linkedAccessChecks": [ - { - "actionName": "microsoft.insights/Workbooks/write", - "linkedProperty": "properties.storageUri", - "linkedActionVerb": "write" - }, - { - "actionName": "microsoft.insights/Workbooks/write", - "linkedProperty": "properties.storageUri", - "linkedActionVerb": "read" - }, - { - "actionName": "microsoft.insights/Workbooks/write", - "linkedProperty": "identity.identityIds[*]", - "linkedAction": "Microsoft.ManagedIdentity/userAssignedIdentities/assign/action" - }, - { - "actionName": "microsoft.insights/Workbooks/write", - "linkedProperty": "identity.userAssignedIdentities.*~", - "linkedAction": "Microsoft.ManagedIdentity/userAssignedIdentities/assign/action" - } - ], - "endpoints": [ - { - "enabled": true, - "apiVersions": [ - "2018-06-01-preview", - "2018-06-17-preview", - "2020-02-12", - "2020-10-20", - "2021-03-08" - ], - "endpointUri": "https://cds.applicationinsights.azure.cn/locations/chinaeast2/", - "locations": [ - "China East 2" - ], - "timeout": "PT1M" - } - ], - "identityManagement": { - "type": "UserAssigned" - }, - "management": { - "incidentRoutingService": "Application Insights", - "incidentRoutingTeam": "AppInsights UX Extension (Not Metrics)", - "incidentContactEmail": "aidevtools@microsoft.com", - "resourceAccessPolicy": "NotSpecified" - }, - "metadata": { - "Microsoft.ManagedIdentity": { - "applicationId": "6a0a243c-0886-468a-a4c2-eff52c7445da" - } - } - }, - { - "name": "myWorkbooks", - "routingType": "ProxyOnly, Extension", - "serviceTreeInfos": [ - { - "serviceId": "eb486ec5-6fc7-4507-a12c-cb7fb5a2c461", - "componentId": "eb486ec5-6fc7-4507-a12c-cb7fb5a2c461" - } - ], - "resourceDeletionPolicy": "NotSpecified", - "allowEmptyRoleAssignments": false, - "authorizationActionMappings": [ - { - "original": "microsoft.insights/myWorkbooks/write", - "desired": "microsoft.insights/myWorkbooks/read" - }, - { - "original": "microsoft.insights/myWorkbooks/delete", - "desired": "microsoft.insights/myWorkbooks/read" - } - ], - "linkedAccessChecks": [ - { - "actionName": "microsoft.insights/myWorkbooks/write", - "linkedProperty": "properties.storageUri", - "linkedActionVerb": "write" - }, - { - "actionName": "microsoft.insights/myWorkbooks/write", - "linkedProperty": "properties.storageUri", - "linkedActionVerb": "read" - }, - { - "actionName": "microsoft.insights/myWorkbooks/write", - "linkedProperty": "identity.identityIds[*]", - "linkedAction": "Microsoft.ManagedIdentity/userAssignedIdentities/assign/action" - }, - { - "actionName": "microsoft.insights/myWorkbooks/write", - "linkedProperty": "identity.userAssignedIdentities.*~", - "linkedAction": "Microsoft.ManagedIdentity/userAssignedIdentities/assign/action" - } - ], - "endpoints": [ - { - "enabled": true, - "apiVersions": [ - "2018-06-15-privatepreview", - "2018-06-17-privatepreview", - "2016-06-15-preview", - "2018-06-01-preview", - "2018-06-15-preview", - "2018-06-17-preview", - "2020-02-12", - "2020-10-20", - "2021-03-08" - ], - "endpointUri": "https://cds.applicationinsights.azure.cn/locations/chinaeast2/", - "locations": [ - "China East 2" - ], - "timeout": "PT1M" - }, - { - "enabled": true, - "apiVersions": [ - "2018-06-15-privatepreview", - "2018-06-17-privatepreview", - "2016-06-15-preview", - "2018-06-01-preview", - "2018-06-15-preview", - "2018-06-17-preview", - "2020-02-12", - "2020-10-20", - "2021-03-08" - ], - "endpointUri": "https://cds.applicationinsights.azure.cn/", - "locations": [ - "" - ], - "timeout": "PT1M" - } - ], - "identityManagement": { - "type": "UserAssigned" - }, - "management": { - "incidentRoutingService": "Application Insights", - "incidentRoutingTeam": "AppInsights UX Extension (Not Metrics)", - "incidentContactEmail": "aidevtools@microsoft.com", - "resourceAccessPolicy": "NotSpecified" - }, - "metadata": { - "Microsoft.ManagedIdentity": { - "applicationId": "6a0a243c-0886-468a-a4c2-eff52c7445da" - } - } - }, - { - "name": "workbooktemplates", - "routingType": "Default", - "allowEmptyRoleAssignments": false, - "endpoints": [ - { - "enabled": true, - "apiVersions": [ - "2019-10-17-preview", - "2020-11-20" - ], - "endpointUri": "https://cds.applicationinsights.azure.cn/locations/chinaeast2/", - "locations": [ - "China East 2" - ], - "timeout": "PT1M" - } - ], - "management": { - "incidentRoutingService": "Application Insights", - "incidentRoutingTeam": "AppInsights UX Extension (Not Metrics)", - "incidentContactEmail": "aidevtools@microsoft.com", - "resourceAccessPolicy": "NotSpecified" - } - }, - { - "name": "actiongroups", - "routingType": "Default", - "resourceDeletionPolicy": "NotSpecified", - "allowEmptyRoleAssignments": false, - "linkedAccessChecks": [], - "loggingRules": [], - "apiProfiles": [ - { - "profileVersion": "2018-06-01-profile", - "apiVersion": "2017-04-01" - } - ], - "endpoints": [ - { - "enabled": true, - "apiVersions": [ - "2017-04-01", - "2018-03-01", - "2018-09-01", - "2019-03-01", - "2019-06-01" - ], - "endpointUri": "https://notification.windowsazure.cn:450", - "locations": [ - "Global" - ], - "timeout": "PT20S" - } - ], - "marketplaceType": "NotSpecified", - "management": { - "incidentRoutingService": "Azure Notification Service", - "incidentRoutingTeam": "Triage", - "incidentContactEmail": "aznshot@microsoft.com", - "resourceAccessPolicy": "NotSpecified" - } - }, - { - "name": "activityLogAlerts", - "routingType": "Default", - "resourceDeletionPolicy": "NotSpecified", - "allowEmptyRoleAssignments": false, - "linkedAccessChecks": [ - { - "actionName": "microsoft.insights/activityLogAlerts/write", - "linkedProperty": "properties.scopes[*]", - "linkedActionVerb": "read" - }, - { - "actionName": "microsoft.insights/activityLogAlerts/write", - "linkedProperty": "properties.actions.actionGroups[*].actionGroupId", - "linkedActionVerb": "read" - } - ], - "linkedOperationRules": [ - { - "linkedOperation": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove", - "linkedAction": "Blocked" - } - ], - "loggingRules": [ - { - "action": "Microsoft.Insights/activityLogAlerts/write", - "direction": "Request", - "detailLevel": "Body" - } - ], - "apiProfiles": [ - { - "profileVersion": "2018-06-01-profile", - "apiVersion": "2017-04-01" - } - ], - "endpoints": [ - { - "enabled": true, - "apiVersions": [ - "2017-03-01-preview", - "2017-04-01" - ], - "endpointUri": "https://event.prod.windowsazure.cn:8043", - "locations": [ - "Global" - ], - "timeout": "PT20S" - } - ], - "marketplaceType": "NotSpecified", - "management": { - "incidentRoutingService": "Azure Insights", - "incidentRoutingTeam": "Insights Backend", - "incidentContactEmail": "auxmonhot@microsoft.com", - "resourceAccessPolicy": "NotSpecified" - } - }, - { - "name": "scheduledqueryrules", - "routingType": "Default", - "requestHeaderOptions": { - "optInHeaders": "ClientGroupMembership" - }, - "resourceDeletionPolicy": "NotSpecified", - "allowEmptyRoleAssignments": false, - "linkedAccessChecks": [ - { - "actionName": "microsoft.insights/scheduledqueryrules/write", - "linkedProperty": "properties.action.aznsAction.actionGroup[*]", - "linkedActionVerb": "read" - }, - { - "actionName": "microsoft.insights/scheduledqueryrules/write", - "linkedProperty": "properties.source.authorizedResources[*]", - "linkedActionVerb": "read" - }, - { - "actionName": "microsoft.insights/scheduledqueryrules/write", - "linkedProperty": "properties.source.dataSourceId", - "linkedActionVerb": "read" - }, - { - "actionName": "microsoft.insights/scheduledqueryrules/write", - "linkedProperty": "properties.scopes[*]", - "linkedActionVerb": "read" - }, - { - "actionName": "microsoft.insights/scheduledqueryrules/write", - "linkedProperty": "properties.actions[*].actionGroupId", - "linkedActionVerb": "read" - }, - { - "actionName": "microsoft.insights/scheduledqueryrules/write", - "linkedProperty": "properties.actions[*].actionGroups", - "linkedActionVerb": "read" - } - ], - "endpoints": [ - { - "enabled": true, - "apiVersion": "2018-04-16", - "endpointUri": "https://sqrapi-mc.trafficmanager.cn", - "locations": [ - "China East 2" - ], - "timeout": "PT1M" - } - ], - "management": { - "incidentRoutingService": "Azure Log Search Alerts", - "incidentRoutingTeam": "Flows", - "incidentContactEmail": "aateam@microsoft.com", - "resourceAccessPolicy": "NotSpecified" - } - }, - { - "name": "metricNamespaces", - "routingType": "ProxyOnly, Extension, CascadeExtension", - "resourceDeletionPolicy": "NotSpecified", - "allowEmptyRoleAssignments": false, - "endpoints": [ - { - "enabled": true, - "apiVersions": [ - "2017-12-01-preview" - ], - "endpointUri": "https://chinanorth.mdmrp.prod.windowsazure.cn", - "locations": [ - "China North" - ], - "timeout": "PT1M" - }, - { - "enabled": true, - "apiVersions": [ - "2017-12-01-preview" - ], - "endpointUri": "https://chinaeast.mdmrp.prod.windowsazure.cn", - "locations": [ - "China East" - ], - "timeout": "PT1M" - }, - { - "enabled": true, - "apiVersions": [ - "2017-12-01-preview" - ], - "endpointUri": "https://chinanorth2.mdmrp.prod.windowsazure.cn", - "locations": [ - "China North 2" - ], - "timeout": "PT1M" - }, - { - "enabled": true, - "apiVersions": [ - "2017-12-01-preview" - ], - "endpointUri": "https://chinaeast2.mdmrp.prod.windowsazure.cn", - "locations": [ - "China East 2" - ], - "timeout": "PT1M" - }, - { - "enabled": true, - "apiVersions": [ - "2017-12-01-preview" - ], - "endpointUri": "https://global.mdmrp.prod.windowsazure.cn", - "locations": [ - "" - ], - "timeout": "PT1M" - } - ], - "marketplaceType": "NotSpecified", - "management": { - "incidentRoutingService": "Azure Monitor Essentials", - "incidentRoutingTeam": "Sev3 and 4 CRI - Metrics", - "incidentContactEmail": "green@microsoft.com", - "resourceAccessPolicy": "NotSpecified" - } - }, - { - "name": "logs", - "routingType": "ProxyOnly, Extension", - "requestHeaderOptions": { - "optInHeaders": "ClientGroupMembership" - }, - "allowEmptyRoleAssignments": false, - "authorizationActionMappings": [ - { - "original": "microsoft.insights/logs/action", - "desired": "microsoft.insights/logs/read" - } - ], - "linkedAccessChecks": [ - { - "actionName": "microsoft.insights/logs/read", - "linkedProperty": "authorizedResources[*]", - "linkedActionVerb": "read" - } - ], - "endpoints": [ - { - "enabled": true, - "apiVersion": "2018-08-01-preview", - "endpointUri": "https://internal.api.loganalytics.azure.cn/", - "locations": [ - "", - "China East 2" - ], - "timeout": "PT2M" - }, - { - "enabled": true, - "apiVersion": "2018-03-01-preview", - "endpointUri": "https://internal.api.loganalytics.azure.cn/", - "locations": [ - "", - "China East 2" - ], - "timeout": "PT2M" - } - ], - "management": { - "incidentRoutingService": "Azure Log Analytics", - "incidentRoutingTeam": "Draft (API)-OMS", - "incidentContactEmail": "aiapi@microsoft.com", - "resourceAccessPolicy": "NotSpecified" - } - }, - { - "name": "baseline", - "routingType": "ProxyOnly, Extension", - "resourceDeletionPolicy": "NotSpecified", - "allowEmptyRoleAssignments": false, - "authorizationActionMappings": [ - { - "original": "microsoft.insights/baseline/action", - "desired": "microsoft.insights/baseline/read" - } - ], - "linkedAccessChecks": [], - "loggingRules": [], - "endpoints": [ - { - "enabled": true, - "apiVersions": [ - "2018-09-01" - ], - "endpointUri": "https://genevaalertrp.trafficmanager.cn/api/arm/region/chinanorth/", - "locations": [ - "China North" - ], - "timeout": "PT1M" - }, - { - "enabled": true, - "apiVersions": [ - "2018-09-01" - ], - "endpointUri": "https://genevaalertrp.trafficmanager.cn/api/arm/region/chinaeast/", - "locations": [ - "China East" - ], - "timeout": "PT1M" - }, - { - "enabled": true, - "apiVersions": [ - "2018-09-01" - ], - "endpointUri": "https://predictions.asa-sharedmc.trafficmanager.cn/api/arm/region/chinanorth2/", - "locations": [ - "China North 2" - ], - "timeout": "PT1M" - }, - { - "enabled": true, - "apiVersions": [ - "2018-09-01" - ], - "endpointUri": "https://predictions.asa-sharedmc.trafficmanager.cn/api/arm/region/chinaeast2/", - "locations": [ - "China East 2" - ], - "timeout": "PT1M" - }, - { - "enabled": true, - "apiVersions": [ - "2018-09-01" - ], - "endpointUri": "https://genevaalertrp.trafficmanager.cn/api/arm/region/global/", - "locations": [ - "" - ], - "timeout": "PT1M" - } - ], - "marketplaceType": "NotSpecified", - "management": { - "incidentRoutingService": "Application Insights (ILDC)", - "incidentRoutingTeam": "Smart Analytics", - "incidentContactEmail": "aidriDeepInsights@microsoft.com", - "resourceAccessPolicy": "NotSpecified" - } - }, - { - "name": "metricbaselines", - "routingType": "ProxyOnly, Extension", - "resourceDeletionPolicy": "NotSpecified", - "allowEmptyRoleAssignments": false, - "authorizationActionMappings": [ - { - "original": "microsoft.insights/metricbaselines/action", - "desired": "microsoft.insights/metricbaselines/read" - } - ], - "linkedAccessChecks": [], - "loggingRules": [], - "endpoints": [ - { - "enabled": true, - "apiVersions": [ - "2018-09-01", - "2019-03-01" - ], - "endpointUri": "https://genevaalertrp.trafficmanager.cn/api/arm/region/chinanorth/", - "locations": [ - "China North" - ], - "timeout": "PT1M" - }, - { - "enabled": true, - "apiVersions": [ - "2018-09-01", - "2019-03-01" - ], - "endpointUri": "https://genevaalertrp.trafficmanager.cn/api/arm/region/chinaeast/", - "locations": [ - "China East" - ], - "timeout": "PT1M" - }, - { - "enabled": true, - "apiVersions": [ - "2018-09-01", - "2019-03-01" - ], - "endpointUri": "https://predictions.asa-sharedmc.trafficmanager.cn/api/arm/region/chinanorth2/", - "locations": [ - "China North 2" - ], - "timeout": "PT1M" - }, - { - "enabled": true, - "apiVersions": [ - "2018-09-01", - "2019-03-01" - ], - "endpointUri": "https://predictions.asa-sharedmc.trafficmanager.cn/api/arm/region/chinaeast2/", - "locations": [ - "China East 2" - ], - "timeout": "PT1M" - }, - { - "enabled": true, - "apiVersions": [ - "2018-09-01", - "2019-03-01" - ], - "endpointUri": "https://predictions.asa-sharedmc.trafficmanager.cn/api/arm/region/global/", - "locations": [ - "" - ], - "timeout": "PT1M" - } - ], - "marketplaceType": "NotSpecified", - "management": { - "incidentRoutingService": "Application Insights (ILDC)", - "incidentRoutingTeam": "Smart Analytics", - "incidentContactEmail": "aidriDeepInsights@microsoft.com", - "resourceAccessPolicy": "NotSpecified" - } - }, - { - "name": "calculatebaseline", - "routingType": "ProxyOnly, Extension", - "resourceDeletionPolicy": "NotSpecified", - "allowEmptyRoleAssignments": false, - "authorizationActionMappings": [ - { - "original": "microsoft.insights/calculatebaseline/action", - "desired": "microsoft.insights/calculatebaseline/read" - } - ], - "linkedAccessChecks": [], - "loggingRules": [], - "endpoints": [ - { - "enabled": true, - "apiVersions": [ - "2018-09-01" - ], - "endpointUri": "https://genevaalertrp.trafficmanager.cn/api/arm/", - "locations": [ - "" - ], - "requiredFeatures": [], - "timeout": "PT1M" - } - ], - "marketplaceType": "NotSpecified", - "management": { - "incidentRoutingService": "Application Insights (ILDC)", - "incidentRoutingTeam": "Smart Analytics", - "incidentContactEmail": "aidriDeepInsights@microsoft.com", - "resourceAccessPolicy": "NotSpecified" - } - }, - { - "name": "privateLinkScopes", - "routingType": "Default", - "serviceTreeInfos": [ - { - "serviceId": "fe63f845-4aee-4313-9b2e-3a8a2fe61897", - "componentId": "fe63f845-4aee-4313-9b2e-3a8a2fe61897" - } - ], - "allowEmptyRoleAssignments": false, - "defaultApiVersion": "2019-10-17-preview", - "endpoints": [ - { - "enabled": true, - "apiVersions": [ - "2019-10-17-preview", - "2021-07-01-preview" - ], - "endpointUri": "https://cds.applicationinsights.azure.cn/", - "locations": [ - "Global" - ], - "requiredFeatures": [ - "microsoft.insights/EnablePrivateLinkScopes" - ], - "timeout": "PT1M" - } - ], - "management": { - "incidentRoutingService": "Azure Log Analytics", - "incidentRoutingTeam": "AMS", - "incidentContactEmail": "lamt@microsoft.com", - "resourceAccessPolicy": "NotSpecified" - } - }, - { - "name": "privateLinkScopes/privateEndpointConnections", - "routingType": "ProxyOnly", - "serviceTreeInfos": [ - { - "serviceId": "fe63f845-4aee-4313-9b2e-3a8a2fe61897", - "componentId": "fe63f845-4aee-4313-9b2e-3a8a2fe61897" - } - ], - "resourceDeletionPolicy": "NotSpecified", - "allowEmptyRoleAssignments": false, - "defaultApiVersion": "2019-10-17-preview", - "endpoints": [ - { - "enabled": true, - "apiVersions": [ - "2019-10-17-preview", - "2021-07-01-preview" - ], - "endpointUri": "https://cds.applicationinsights.azure.cn/", - "locations": [ - "Global" - ], - "timeout": "PT1M" - } - ], - "management": { - "incidentRoutingService": "Azure Log Analytics", - "incidentRoutingTeam": "AMS", - "incidentContactEmail": "lamt@microsoft.com", - "resourceAccessPolicy": "NotSpecified" - } - }, - { - "name": "privateLinkScopes/privateEndpointConnectionProxies", - "routingType": "ProxyOnly", - "serviceTreeInfos": [ - { - "serviceId": "fe63f845-4aee-4313-9b2e-3a8a2fe61897", - "componentId": "fe63f845-4aee-4313-9b2e-3a8a2fe61897" - } - ], - "resourceDeletionPolicy": "NotSpecified", - "allowEmptyRoleAssignments": false, - "defaultApiVersion": "2019-10-17-preview", - "endpoints": [ - { - "enabled": true, - "apiVersions": [ - "2019-10-17-preview", - "2021-07-01-preview" - ], - "endpointUri": "https://cds.applicationinsights.azure.cn/", - "locations": [ - "Global" - ], - "timeout": "PT1M" - } - ], - "management": { - "incidentRoutingService": "Azure Log Analytics", - "incidentRoutingTeam": "AMS", - "incidentContactEmail": "lamt@microsoft.com", - "resourceAccessPolicy": "NotSpecified" - } - }, - { - "name": "privateLinkScopes/scopedResources", - "routingType": "ProxyOnly", - "serviceTreeInfos": [ - { - "serviceId": "fe63f845-4aee-4313-9b2e-3a8a2fe61897", - "componentId": "fe63f845-4aee-4313-9b2e-3a8a2fe61897" - } - ], - "resourceDeletionPolicy": "NotSpecified", - "allowEmptyRoleAssignments": false, - "linkedAccessChecks": [ - { - "actionName": "microsoft.insights/privateLinkScopes/scopedResources/write", - "linkedProperty": "properties.linkedResourceId", - "linkedActionVerb": "write" - } - ], - "defaultApiVersion": "2019-10-17-preview", - "endpoints": [ - { - "enabled": true, - "apiVersions": [ - "2019-10-17-preview", - "2021-07-01-preview" - ], - "endpointUri": "https://cds.applicationinsights.azure.cn/", - "locations": [ - "Global" - ], - "timeout": "PT2M" - } - ], - "management": { - "incidentRoutingService": "Azure Log Analytics", - "incidentRoutingTeam": "AMS", - "incidentContactEmail": "lamt@microsoft.com", - "resourceAccessPolicy": "NotSpecified" - } - }, - { - "name": "components/linkedstorageaccounts", - "routingType": "ProxyOnly", - "serviceTreeInfos": [ - { - "serviceId": "fe63f845-4aee-4313-9b2e-3a8a2fe61897", - "componentId": "fe63f845-4aee-4313-9b2e-3a8a2fe61897" - } - ], - "resourceDeletionPolicy": "NotSpecified", - "allowEmptyRoleAssignments": false, - "linkedAccessChecks": [ - { - "actionName": "microsoft.insights/components/linkedstorageaccounts/write", - "linkedProperty": "properties.linkedStorageAccount", - "linkedActionVerb": "write" - } - ], - "endpoints": [ - { - "enabled": true, - "apiVersion": "2020-03-01-preview", - "endpointUri": "https://cds.applicationinsights.azure.cn/", - "locations": [ - "China East 2" - ], - "timeout": "PT1M" - } - ], - "management": { - "incidentRoutingService": "Application Insights", - "incidentRoutingTeam": "Control Plane", - "incidentContactEmail": "lamt@microsoft.com", - "resourceAccessPolicy": "NotSpecified" - } - }, - { - "name": "privateLinkScopeOperationStatuses", - "routingType": "ProxyOnly", - "serviceTreeInfos": [ - { - "serviceId": "fe63f845-4aee-4313-9b2e-3a8a2fe61897", - "componentId": "fe63f845-4aee-4313-9b2e-3a8a2fe61897" - } - ], - "resourceDeletionPolicy": "NotSpecified", - "allowedUnauthorizedActions": [ - "Microsoft.Insights/privateLinkScopeOperationStatuses/read" - ], - "allowEmptyRoleAssignments": false, - "defaultApiVersion": "2019-10-17-preview", - "throttlingRules": [ - { - "action": "Microsoft.Insights/privateLinkScopeOperationStatuses/read", - "metrics": [ - { - "type": "NumberOfRequests", - "limit": 500, - "interval": "PT5M" - }, - { - "type": "NumberOfResources", - "limit": 60000, - "interval": "PT5M" - } - ] - } - ], - "endpoints": [ - { - "enabled": true, - "apiVersions": [ - "2019-10-17-preview", - "2021-07-01-preview" - ], - "endpointUri": "https://cds.applicationinsights.azure.cn/", - "locations": [ - "Global" - ], - "timeout": "PT1M" - } - ], - "management": { - "incidentRoutingService": "Azure Log Analytics", - "incidentRoutingTeam": "AMS", - "incidentContactEmail": "lamt@microsoft.com", - "resourceAccessPolicy": "NotSpecified" - } - }, - { - "name": "dataCollectionRules", - "routingType": "Default", - "serviceTreeInfos": [ - { - "serviceId": "33819a99-e22d-4f43-a861-3045b207011f", - "componentId": "33819a99-e22d-4f43-a861-3045b207011f" - } - ], - "resourceDeletionPolicy": "NotSpecified", - "allowEmptyRoleAssignments": false, - "linkedAccessChecks": [ - { - "actionName": "Microsoft.Insights/dataCollectionRules/write", - "linkedProperty": "properties.destinations.logAnalytics[*].workspaceResourceId", - "linkedAction": "Microsoft.OperationalInsights/workspaces/sharedKeys/action" - } - ], - "linkedNotificationRules": [], - "linkedOperationRules": [ - { - "linkedOperation": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove", - "linkedAction": "Blocked" - } - ], - "defaultApiVersion": "2019-11-01-preview", - "loggingRules": [], - "throttlingRules": [ - { - "action": "microsoft.insights/dataCollectionRules/write", - "metrics": [ - { - "type": "NumberOfRequests", - "limit": 60, - "interval": "PT1H" - } - ] - } - ], - "endpoints": [ - { - "enabled": true, - "apiVersions": [ - "2019-11-01-preview", - "2021-04-01" - ], - "endpointUri": "https://chinaeast2.frontend.control.monitor.azure.cn/", - "locations": [ - "China East 2" - ], - "timeout": "PT1M" - } - ], - "marketplaceType": "NotSpecified", - "management": { - "incidentRoutingService": "Azure Monitor Control Service", - "incidentRoutingTeam": "AMCS Dev", - "incidentContactEmail": "amcsdev@microsoft.com", - "resourceAccessPolicy": "NotSpecified" - } - }, - { - "name": "dataCollectionRuleAssociations", - "routingType": "ProxyOnly, Extension", - "serviceTreeInfos": [ - { - "serviceId": "33819a99-e22d-4f43-a861-3045b207011f", - "componentId": "33819a99-e22d-4f43-a861-3045b207011f" - } - ], - "resourceDeletionPolicy": "NotSpecified", - "allowEmptyRoleAssignments": false, - "linkedAccessChecks": [ - { - "actionName": "Microsoft.Insights/dataCollectionRuleAssociations/write", - "linkedProperty": "properties.dataCollectionRuleId", - "linkedAction": "Microsoft.Insights/dataCollectionRules/read" - }, - { - "actionName": "Microsoft.Insights/dataCollectionRuleAssociations/write", - "linkedProperty": "properties.dataCollectionEndpointId", - "linkedAction": "Microsoft.Insights/dataCollectionEndpoints/write" - } - ], - "linkedNotificationRules": [], - "defaultApiVersion": "2019-11-01-preview", - "loggingRules": [ - { - "action": "microsoft.insights/dataCollectionRuleAssociations/write", - "direction": "Request", - "detailLevel": "Body" - } - ], - "throttlingRules": [ - { - "action": "microsoft.insights/dataCollectionRuleAssociations/write", - "metrics": [ - { - "type": "NumberOfRequests", - "limit": 60, - "interval": "PT1H" - } - ] - } - ], - "endpoints": [ - { - "enabled": true, - "apiVersions": [ - "2019-11-01-preview", - "2021-04-01" - ], - "endpointUri": "https://chinaeast2.frontend.control.monitor.azure.cn/", - "locations": [ - "China East 2" - ], - "timeout": "PT1M" - } - ], - "marketplaceType": "NotSpecified", - "management": { - "incidentRoutingService": "Azure Monitor Control Service", - "incidentRoutingTeam": "AMCS Dev", - "incidentContactEmail": "amcsdev@microsoft.com", - "resourceAccessPolicy": "NotSpecified" - } - }, - { - "name": "dataCollectionEndpoints", - "routingType": "Default", - "serviceTreeInfos": [ - { - "serviceId": "33819a99-e22d-4f43-a861-3045b207011f", - "componentId": "33819a99-e22d-4f43-a861-3045b207011f" - } - ], - "resourceDeletionPolicy": "NotSpecified", - "allowEmptyRoleAssignments": false, - "linkedAccessChecks": [], - "linkedNotificationRules": [], - "linkedOperationRules": [ - { - "linkedOperation": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove", - "linkedAction": "Blocked" - } - ], - "defaultApiVersion": "2021-04-01", - "loggingRules": [ - { - "action": "microsoft.insights/dataCollectionEndpoints/write", - "direction": "Request", - "detailLevel": "Body" - } - ], - "throttlingRules": [ - { - "action": "microsoft.insights/dataCollectionEndpoints/write", - "metrics": [ - { - "type": "NumberOfRequests", - "limit": 60, - "interval": "PT1H" - } - ] - } - ], - "endpoints": [ - { - "enabled": true, - "apiVersions": [ - "2021-04-01" - ], - "endpointUri": "https://chinaeast2.frontend.control.monitor.azure.cn/", - "locations": [ - "China East 2" - ], - "timeout": "PT1M" - } - ], - "marketplaceType": "NotSpecified", - "management": { - "incidentRoutingService": "Azure Monitor Control Service", - "incidentRoutingTeam": "AMCS Dev", - "incidentContactEmail": "amcsdev@microsoft.com", - "resourceAccessPolicy": "NotSpecified" - } - }, - { - "name": "dataCollectionEndpoints/scopedPrivateLinkProxies", - "routingType": "ProxyOnly", - "serviceTreeInfos": [ - { - "serviceId": "33819a99-e22d-4f43-a861-3045b207011f", - "componentId": "33819a99-e22d-4f43-a861-3045b207011f" - } - ], - "resourceDeletionPolicy": "NotSpecified", - "allowEmptyRoleAssignments": false, - "linkedAccessChecks": [], - "linkedNotificationRules": [], - "defaultApiVersion": "2021-04-01", - "throttlingRules": [ - { - "action": "microsoft.insights/dataCollectionEndpoints/scopedPrivateLinkProxies/write", - "metrics": [ - { - "type": "NumberOfRequests", - "limit": 60, - "interval": "PT1H" - } - ] - } - ], - "endpoints": [ - { - "enabled": true, - "apiVersions": [ - "2021-04-01" - ], - "endpointUri": "https://chinaeast2.frontend.control.monitor.azure.cn/", - "locations": [ - "China East 2" - ], - "timeout": "PT1M" - } - ], - "marketplaceType": "NotSpecified", - "management": { - "incidentRoutingService": "Azure Monitor Control Service", - "incidentRoutingTeam": "AMCS Dev", - "incidentContactEmail": "amcsdev@microsoft.com", - "resourceAccessPolicy": "NotSpecified" - } - } - ], - "management": { - "manifestOwners": [ - "AuxInsightsAdmin-PlatformServiceAdministrator", - "AzureInsights-PlatformServiceAdministrator", - "AdvisorAnalytics-PlatformServiceAdministrator" - ], - "resourceAccessPolicy": "AcisReadAllowed" - }, - "capabilities": [ - { - "quotaId": "CSP_2015-05-01", - "effect": "Allow" - } - ], - "metadata": { - "microsoft.insights": { - "monitoringResourceProvider": { - "version": "1.0", - "apiVersions": { - "default": "2015-07-01", - "operations": "2015-04-01" - }, - "metrics": { - "mdmInfo": [ - { - "sourceMdmAccount": "AzMonitoringAutoscaleMooncake", - "sourceMdmNamespace": "AzureMonitoring/Autoscale" - } - ] - } - } - }, - "Microsoft.ManagedIdentity": { - "applicationId": "" - } - }, - "enableTenantLinkedNotification": false -} \ No newline at end of file From 34c645fcba87cea6676f88834482305f45d98015 Mon Sep 17 00:00:00 2001 From: Gustavo Lima Date: Thu, 12 Aug 2021 09:48:31 -0700 Subject: [PATCH 4/5] fix version of examples --- .../preview/2018-05-01-preview/examples/Operations_List.json | 2 +- .../preview/2018-05-01-preview/examples/WebTestCreate.json | 2 +- .../preview/2018-05-01-preview/examples/WebTestCreateBasic.json | 2 +- .../2018-05-01-preview/examples/WebTestCreateStandard.json | 2 +- .../preview/2018-05-01-preview/examples/WebTestDelete.json | 2 +- .../preview/2018-05-01-preview/examples/WebTestGet.json | 2 +- .../preview/2018-05-01-preview/examples/WebTestList.json | 2 +- .../2018-05-01-preview/examples/WebTestListByComponent.json | 2 +- .../2018-05-01-preview/examples/WebTestListByResourceGroup.json | 2 +- .../preview/2018-05-01-preview/examples/WebTestUpdate.json | 2 +- .../2018-05-01-preview/examples/WebTestUpdateTagsOnly.json | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/Operations_List.json b/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/Operations_List.json index 02bcba3635f9..ae1255d329c7 100644 --- a/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/Operations_List.json +++ b/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/Operations_List.json @@ -1,6 +1,6 @@ { "parameters": { - "api-version": "2020-10-05-preview" + "api-version": "2018-05-01-preview" }, "responses": { "200": { diff --git a/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestCreate.json b/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestCreate.json index d4a592e3395a..019e16cfdc08 100644 --- a/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestCreate.json +++ b/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestCreate.json @@ -1,6 +1,6 @@ { "parameters": { - "api-version": "2020-10-05-preview", + "api-version": "2018-05-01-preview", "subscriptionId": "subid", "resourceGroupName": "my-resource-group", "webTestName": "my-webtest-my-component", diff --git a/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestCreateBasic.json b/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestCreateBasic.json index cb68f78aeadf..37b63c424e67 100644 --- a/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestCreateBasic.json +++ b/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestCreateBasic.json @@ -1,6 +1,6 @@ { "parameters": { - "api-version": "2020-10-05-preview", + "api-version": "2018-05-01-preview", "subscriptionId": "subid", "resourceGroupName": "my-resource-group", "webTestName": "my-webtest-my-component", diff --git a/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestCreateStandard.json b/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestCreateStandard.json index 8c18b5e129f7..f55373fa7359 100644 --- a/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestCreateStandard.json +++ b/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestCreateStandard.json @@ -1,6 +1,6 @@ { "parameters": { - "api-version": "2020-10-05-preview", + "api-version": "2018-05-01-preview", "subscriptionId": "subid", "resourceGroupName": "my-resource-group", "webTestName": "my-webtest-my-component", diff --git a/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestDelete.json b/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestDelete.json index c1438fa108c3..f5a4f72f227b 100644 --- a/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestDelete.json +++ b/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestDelete.json @@ -1,6 +1,6 @@ { "parameters": { - "api-version": "2020-10-05-preview", + "api-version": "2018-05-01-preview", "subscriptionId": "subid", "resourceGroupName": "my-resource-group", "webTestName": "my-webtest-01-mywebservice" diff --git a/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestGet.json b/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestGet.json index af81591ea12f..babe2371b934 100644 --- a/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestGet.json +++ b/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestGet.json @@ -1,6 +1,6 @@ { "parameters": { - "api-version": "2020-10-05-preview", + "api-version": "2018-05-01-preview", "subscriptionId": "subid", "resourceGroupName": "my-resource-group", "webTestName": "my-webtest-01-mywebservice" diff --git a/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestList.json b/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestList.json index 033c6ebec7b7..ec8d83304933 100644 --- a/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestList.json +++ b/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestList.json @@ -1,6 +1,6 @@ { "parameters": { - "api-version": "2020-10-05-preview", + "api-version": "2018-05-01-preview", "subscriptionId": "subid", "resourceGroupName": "my-resource-group" }, diff --git a/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestListByComponent.json b/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestListByComponent.json index b8f6f6901248..7a49c17a4fe2 100644 --- a/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestListByComponent.json +++ b/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestListByComponent.json @@ -1,6 +1,6 @@ { "parameters": { - "api-version": "2020-10-05-preview", + "api-version": "2018-05-01-preview", "subscriptionId": "subid", "resourceGroupName": "my-resource-group", "componentName": "my-component" diff --git a/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestListByResourceGroup.json b/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestListByResourceGroup.json index 06a2118a79bb..c68069e87e51 100644 --- a/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestListByResourceGroup.json +++ b/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestListByResourceGroup.json @@ -1,6 +1,6 @@ { "parameters": { - "api-version": "2020-10-05-preview", + "api-version": "2018-05-01-preview", "subscriptionId": "subid", "resourceGroupName": "my-resource-group" }, diff --git a/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestUpdate.json b/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestUpdate.json index 4db95f82f2cd..2f5b42cef9ec 100644 --- a/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestUpdate.json +++ b/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestUpdate.json @@ -1,6 +1,6 @@ { "parameters": { - "api-version": "2020-10-05-preview", + "api-version": "2018-05-01-preview", "subscriptionId": "subid", "resourceGroupName": "my-resource-group", "webTestName": "my-webtest-my-component", diff --git a/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestUpdateTagsOnly.json b/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestUpdateTagsOnly.json index 517323cb7cfe..b67a6093d806 100644 --- a/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestUpdateTagsOnly.json +++ b/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/examples/WebTestUpdateTagsOnly.json @@ -1,6 +1,6 @@ { "parameters": { - "api-version": "2020-10-05-preview", + "api-version": "2018-05-01-preview", "subscriptionId": "subid", "resourceGroupName": "my-resource-group", "webTestName": "my-webtest-my-component", From b3195d6cbc33e302817d5a18c1636a636606d3c9 Mon Sep 17 00:00:00 2001 From: Gustavo Lima Date: Thu, 19 Aug 2021 08:10:51 -0700 Subject: [PATCH 5/5] reference webTests_API in readme --- specification/applicationinsights/resource-manager/readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/specification/applicationinsights/resource-manager/readme.md b/specification/applicationinsights/resource-manager/readme.md index 7d16982291bc..ed7bef93c90c 100644 --- a/specification/applicationinsights/resource-manager/readme.md +++ b/specification/applicationinsights/resource-manager/readme.md @@ -402,6 +402,7 @@ These settings apply only when `--tag=package-2018-05-01-preview` is specified o input-file: - Microsoft.Insights/preview/2018-05-01-preview/componentProactiveDetection_API.json - Microsoft.Insights/preview/2018-05-01-preview/components_API.json +- Microsoft.Insights/preview/2018-05-01-preview/webTests_API.json ``` ### Tag: package-2017-10