diff --git a/specification/monitor/resource-manager/Microsoft.Insights/stable/2019-03-01/actionGroups_API.json b/specification/monitor/resource-manager/Microsoft.Insights/stable/2019-03-01/actionGroups_API.json index a4b47bf7894a..ff39155ebae6 100644 --- a/specification/monitor/resource-manager/Microsoft.Insights/stable/2019-03-01/actionGroups_API.json +++ b/specification/monitor/resource-manager/Microsoft.Insights/stable/2019-03-01/actionGroups_API.json @@ -504,9 +504,9 @@ "type": "string", "description": "The email address of this receiver." }, - "useUnifiedSchema": { + "useCommonAlertSchema": { "type": "boolean", - "description": "Indicates whether to use unified schema." + "description": "Indicates whether to use common alert schema." }, "status": { "readOnly": true, @@ -517,7 +517,7 @@ "required": [ "name", "emailAddress", - "useUnifiedSchema" + "useCommonAlertSchema" ] }, "SmsReceiver": { @@ -558,15 +558,15 @@ "type": "string", "description": "The URI where webhooks should be sent." }, - "useUnifiedSchema": { + "useCommonAlertSchema": { "type": "boolean", - "description": "Indicates whether to use unified schema." + "description": "Indicates whether to use common alert schema." } }, "required": [ "name", "serviceUri", - "useUnifiedSchema" + "useCommonAlertSchema" ] }, "ItsmReceiver": { @@ -645,9 +645,9 @@ "type": "string", "description": "The URI where webhooks should be sent." }, - "useUnifiedSchema": { + "useCommonAlertSchema": { "type": "boolean", - "description": "Indicates whether to use unified schema." + "description": "Indicates whether to use common alert schema." } }, "required": [ @@ -655,7 +655,7 @@ "runbookName", "webhookResourceId", "isGlobalRunbook", - "useUnifiedSchema" + "useCommonAlertSchema" ] }, "VoiceReceiver": { @@ -695,16 +695,16 @@ "type": "string", "description": "The callback url where http request sent to." }, - "useUnifiedSchema": { + "useCommonAlertSchema": { "type": "boolean", - "description": "Indicates whether to use unified schema." + "description": "Indicates whether to use common alert schema." } }, "required": [ "name", "resourceId", "callbackUrl", - "useUnifiedSchema" + "useCommonAlertSchema" ] }, "AzureFunctionReceiver": { @@ -726,9 +726,9 @@ "type": "string", "description": "The http trigger url where http request sent to." }, - "useUnifiedSchema": { + "useCommonAlertSchema": { "type": "boolean", - "description": "Indicates whether to use unified schema." + "description": "Indicates whether to use common alert schema." } }, "required": [ @@ -736,7 +736,7 @@ "functionAppResourceId", "functionName", "httpTriggerUrl", - "useUnifiedSchema" + "useCommonAlertSchema" ] }, "ArmRoleReceiver": { @@ -750,15 +750,15 @@ "type": "string", "description": "The arm role id." }, - "useUnifiedSchema": { + "useCommonAlertSchema": { "type": "boolean", - "description": "Indicates whether to use unified schema." + "description": "Indicates whether to use common alert schema." } }, "required": [ "name", "roleId", - "useUnifiedSchema" + "useCommonAlertSchema" ] }, "ReceiverStatus": { diff --git a/specification/monitor/resource-manager/Microsoft.Insights/stable/2019-03-01/examples/createOrUpdateActionGroup.json b/specification/monitor/resource-manager/Microsoft.Insights/stable/2019-03-01/examples/createOrUpdateActionGroup.json index e1a82fde3d8e..775a40ca8790 100644 --- a/specification/monitor/resource-manager/Microsoft.Insights/stable/2019-03-01/examples/createOrUpdateActionGroup.json +++ b/specification/monitor/resource-manager/Microsoft.Insights/stable/2019-03-01/examples/createOrUpdateActionGroup.json @@ -14,12 +14,12 @@ { "name": "John Doe's email", "emailAddress": "johndoe@email.com", - "useUnifiedSchema": false + "useCommonAlertSchema": false }, { "name": "Jane Smith's email", "emailAddress": "janesmith@email.com", - "useUnifiedSchema": true + "useCommonAlertSchema": true } ], "smsReceivers": [ @@ -38,7 +38,7 @@ { "name": "Sample webhook", "serviceUri": "http://www.example.com/webhook", - "useUnifiedSchema": true + "useCommonAlertSchema": true } ], "itsmReceivers": [ @@ -64,7 +64,7 @@ "isGlobalRunbook": false, "name": "testRunbook", "serviceUri": "https://s13events.azure-automation.net/webhooks?token=iimE%2fD19Eg%2bvDy22yUMecIZY6Uiz%2bHfuQ67r8r1wY%2fI%3d", - "useUnifiedSchema": true + "useCommonAlertSchema": true } ], "voiceReceivers": [ @@ -79,7 +79,7 @@ "name": "Sample logicApp", "resourceId": "/subscriptions/187f412d-1758-44d9-b052-169e2564721d/resourceGroups/LogicApp/providers/Microsoft.Logic/workflows/testLogicApp", "callbackUrl": "https://prod-27.northcentralus.logic.azure.com/workflows/68e572e818e5457ba898763b7db90877/triggers/manual/paths/invoke/azns/test?api-version=2016-10-01&sp=%2Ftriggers%2Fmanual%2Frun&sv=1.0&sig=Abpsb72UYJxPPvmDo937uzofupO5r_vIeWEx7KVHo7w", - "useUnifiedSchema": false + "useCommonAlertSchema": false } ], "azureFunctionReceivers": [ @@ -88,14 +88,14 @@ "functionAppResourceId": "/subscriptions/5def922a-3ed4-49c1-b9fd-05ec533819a3/resourceGroups/aznsTest/providers/Microsoft.Web/sites/testFunctionApp", "functionName": "HttpTriggerCSharp1", "httpTriggerUrl": "https://testfunctionapp.azurewebsites.net/api/HttpTriggerCSharp1?code=4CopFfiXqUQC8dvIM7F53J7tIU3Gy9QQIG/vKAXMe2avhHqK3/jVYw==", - "useUnifiedSchema": true + "useCommonAlertSchema": true } ], "armRoleReceivers": [ { "name": "Sample armRole", "roleId": "8e3af657-a8ff-443c-a75c-2fe8c4bcb635", - "useUnifiedSchema": true + "useCommonAlertSchema": true } ] } @@ -118,13 +118,13 @@ "name": "John Doe's email", "emailAddress": "johndoe@email.com", "status": "Enabled", - "useUnifiedSchema": false + "useCommonAlertSchema": false }, { "name": "Jane Smith's email", "emailAddress": "janesmith@email.com", "status": "Enabled", - "useUnifiedSchema": true + "useCommonAlertSchema": true } ], "smsReceivers":[ @@ -145,7 +145,7 @@ { "name": "Sample webhook", "serviceUri": "http://www.example.com/webhook", - "useUnifiedSchema": true + "useCommonAlertSchema": true } ], "itsmReceivers": [ @@ -171,7 +171,7 @@ "isGlobalRunbook": false, "name": "testRunbook", "serviceUri": "https://s13events.azure-automation.net/webhooks?token=iimE%2fD19Eg%2bvDy22yUMecIZY6Uiz%2bHfuQ67r8r1wY%2fI%3d", - "useUnifiedSchema": true + "useCommonAlertSchema": true } ], "voiceReceivers": [ @@ -186,7 +186,7 @@ "name": "Sample logicApp", "resourceId": "/subscriptions/187f412d-1758-44d9-b052-169e2564721d/resourceGroups/LogicApp/providers/Microsoft.Logic/workflows/testLogicApp", "callbackUrl": "https://prod-27.northcentralus.logic.azure.com/workflows/68e572e818e5457ba898763b7db90877/triggers/manual/paths/invoke/azns/test?api-version=2016-10-01&sp=%2Ftriggers%2Fmanual%2Frun&sv=1.0&sig=Abpsb72UYJxPPvmDo937uzofupO5r_vIeWEx7KVHo7w", - "useUnifiedSchema": false + "useCommonAlertSchema": false } ], "azureFunctionReceivers": [ @@ -195,14 +195,14 @@ "functionAppResourceId": "/subscriptions/5def922a-3ed4-49c1-b9fd-05ec533819a3/resourceGroups/aznsTest/providers/Microsoft.Web/sites/testFunctionApp", "functionName": "HttpTriggerCSharp1", "httpTriggerUrl": "https://testfunctionapp.azurewebsites.net/api/HttpTriggerCSharp1?code=4CopFfiXqUQC8dvIM7F53J7tIU3Gy9QQIG/vKAXMe2avhHqK3/jVYw==", - "useUnifiedSchema": true + "useCommonAlertSchema": true } ], "armRoleReceivers": [ { "name": "Sample armRole", "roleId": "8e3af657-a8ff-443c-a75c-2fe8c4bcb635", - "useUnifiedSchema": true + "useCommonAlertSchema": true } ] } @@ -224,13 +224,13 @@ "name": "John Doe's email", "emailAddress": "johndoe@email.com", "status": "Enabled", - "useUnifiedSchema": false + "useCommonAlertSchema": false }, { "name": "Jane Smith's email", "emailAddress": "janesmith@email.com", "status": "Enabled", - "useUnifiedSchema": true + "useCommonAlertSchema": true } ], "smsReceivers":[ @@ -251,7 +251,7 @@ { "name": "Sample webhook", "serviceUri": "http://www.example.com/webhook", - "useUnifiedSchema": true + "useCommonAlertSchema": true } ], "itsmReceivers": [ @@ -277,7 +277,7 @@ "isGlobalRunbook": false, "name": "testRunbook", "serviceUri": "https://s13events.azure-automation.net/webhooks?token=iimE%2fD19Eg%2bvDy22yUMecIZY6Uiz%2bHfuQ67r8r1wY%2fI%3d", - "useUnifiedSchema": true + "useCommonAlertSchema": true } ], "voiceReceivers": [ @@ -292,7 +292,7 @@ "name": "Sample logicApp", "resourceId": "/subscriptions/187f412d-1758-44d9-b052-169e2564721d/resourceGroups/LogicApp/providers/Microsoft.Logic/workflows/testLogicApp", "callbackUrl": "https://prod-27.northcentralus.logic.azure.com/workflows/68e572e818e5457ba898763b7db90877/triggers/manual/paths/invoke/azns/test?api-version=2016-10-01&sp=%2Ftriggers%2Fmanual%2Frun&sv=1.0&sig=Abpsb72UYJxPPvmDo937uzofupO5r_vIeWEx7KVHo7w", - "useUnifiedSchema": false + "useCommonAlertSchema": false } ], "azureFunctionReceivers": [ @@ -301,14 +301,14 @@ "functionAppResourceId": "/subscriptions/5def922a-3ed4-49c1-b9fd-05ec533819a3/resourceGroups/aznsTest/providers/Microsoft.Web/sites/testFunctionApp", "functionName": "HttpTriggerCSharp1", "httpTriggerUrl": "https://testfunctionapp.azurewebsites.net/api/HttpTriggerCSharp1?code=4CopFfiXqUQC8dvIM7F53J7tIU3Gy9QQIG/vKAXMe2avhHqK3/jVYw==", - "useUnifiedSchema": true + "useCommonAlertSchema": true } ], "armRoleReceivers": [ { "name": "Sample armRole", "roleId": "8e3af657-a8ff-443c-a75c-2fe8c4bcb635", - "useUnifiedSchema": true + "useCommonAlertSchema": true } ] } diff --git a/specification/monitor/resource-manager/Microsoft.Insights/stable/2019-03-01/examples/getActionGroup.json b/specification/monitor/resource-manager/Microsoft.Insights/stable/2019-03-01/examples/getActionGroup.json index 28e3f31b5d2f..2896dd13117d 100644 --- a/specification/monitor/resource-manager/Microsoft.Insights/stable/2019-03-01/examples/getActionGroup.json +++ b/specification/monitor/resource-manager/Microsoft.Insights/stable/2019-03-01/examples/getActionGroup.json @@ -22,13 +22,13 @@ "name": "John Doe's email", "emailAddress": "johndoe@email.com", "status": "Enabled", - "useUnifiedSchema": true + "useCommonAlertSchema": true }, { "name": "Jane Smith's email", "emailAddress": "janesmith@email.com", "status": "Disabled", - "useUnifiedSchema": true + "useCommonAlertSchema": true } ], "smsReceivers": [ @@ -49,7 +49,7 @@ { "name": "Sample webhook", "serviceUri": "http://www.example.com/webhook", - "useUnifiedSchema": false + "useCommonAlertSchema": false } ] } diff --git a/specification/monitor/resource-manager/Microsoft.Insights/stable/2019-03-01/examples/listActionGroups.json b/specification/monitor/resource-manager/Microsoft.Insights/stable/2019-03-01/examples/listActionGroups.json index 78ea4baed409..30bec9bfa7ea 100644 --- a/specification/monitor/resource-manager/Microsoft.Insights/stable/2019-03-01/examples/listActionGroups.json +++ b/specification/monitor/resource-manager/Microsoft.Insights/stable/2019-03-01/examples/listActionGroups.json @@ -23,13 +23,13 @@ "name": "John Doe's email", "emailAddress": "johndoe@email.com", "status": "Enabled", - "useUnifiedSchema": true + "useCommonAlertSchema": true }, { "name": "Jane Smith's email", "emailAddress": "janesmith@email.com", "status": "Disabled", - "useUnifiedSchema": true + "useCommonAlertSchema": true } ], "smsReceivers": [ @@ -50,7 +50,7 @@ { "name": "Sample webhook", "serviceUri": "http://www.example.com/webhook", - "useUnifiedSchema": false + "useCommonAlertSchema": false } ] } @@ -69,7 +69,7 @@ "name": "John Doe's email", "emailAddress": "johndoe@email.com", "status": "Enabled", - "useUnifiedSchema": true + "useCommonAlertSchema": true } ], "smsReceivers": [ diff --git a/specification/monitor/resource-manager/Microsoft.Insights/stable/2019-03-01/examples/patchActionGroup.json b/specification/monitor/resource-manager/Microsoft.Insights/stable/2019-03-01/examples/patchActionGroup.json index 587eb02e94c8..cea90dcf4195 100644 --- a/specification/monitor/resource-manager/Microsoft.Insights/stable/2019-03-01/examples/patchActionGroup.json +++ b/specification/monitor/resource-manager/Microsoft.Insights/stable/2019-03-01/examples/patchActionGroup.json @@ -28,13 +28,13 @@ "name": "John Doe's email", "emailAddress": "johndoe@email.com", "status": "Enabled", - "useUnifiedSchema": true + "useCommonAlertSchema": true }, { "name": "Jane Smith's email", "emailAddress": "janesmith@email.com", "status": "Enabled", - "useUnifiedSchema": true + "useCommonAlertSchema": true } ], "smsReceivers":[ @@ -55,7 +55,7 @@ { "name": "Sample webhook", "serviceUri": "http://www.example.com/webhook", - "useUnifiedSchema": false + "useCommonAlertSchema": false } ] }