Spelling fixes, improves readability when deploying
This commit is contained in:
Dope-Lemon 2021-05-18 14:25:53 +10:00 коммит произвёл GitHub
Родитель 411c37514f
Коммит c67e26631b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 7 добавлений и 7 удалений

Просмотреть файл

@ -2,7 +2,7 @@
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"metadata": {
"comments": "A playbook for a new incidnet creation email notification.",
"comments": "A playbook for a new incident creation email notification.",
"author": "Ali Yazdani"
},
"parameters": {
@ -10,7 +10,7 @@
"defaultValue": "new-inc-notification",
"type": "String"
},
"DeployserUserName": {
"DeployersUserName": {
"defaultValue": "<username>@<domain>",
"type": "string"
},
@ -22,7 +22,7 @@
"defaultValue": "az-sentinel-rg",
"type": "String"
},
"SenrinelWSName": {
"SentinelWSName": {
"defaultValue": "az-sentinel-ws-name",
"type": "String"
},
@ -43,7 +43,7 @@
"name": "[variables('sentinelConnectionName')]",
"location": "[resourceGroup().location]",
"properties": {
"displayName": "[parameters('DeployserUserName')]",
"displayName": "[parameters('DeployersUserName')]",
"customParameterValues": {},
"api": {
"id": "[concat('/subscriptions/', subscription().subscriptionId, '/providers/Microsoft.Web/locations/', resourceGroup().location, '/managedApis/azuresentinel')]"
@ -56,7 +56,7 @@
"name": "[variables('o365ConnectionName')]",
"location": "[resourceGroup().location]",
"properties": {
"displayName": "[parameters('DeployserUserName')]",
"displayName": "[parameters('DeployersUserName')]",
"customParameterValues": {},
"api": {
"id": "[concat('/subscriptions/', subscription().subscriptionId, '/providers/Microsoft.Web/locations/', resourceGroup().location, '/managedApis/office365')]"
@ -69,7 +69,7 @@
"name": "[variables('azuremonitorlogsConnectionName')]",
"location": "[resourceGroup().location]",
"properties": {
"displayName": "[parameters('DeployserUserName')]",
"displayName": "[parameters('DeployersUserName')]",
"customParameterValues": {},
"api": {
"id": "[concat('/subscriptions/', subscription().subscriptionId, '/providers/Microsoft.Web/locations/', resourceGroup().location, '/managedApis/azuremonitorlogs')]"
@ -378,7 +378,7 @@
"path": "/queryData",
"queries": {
"resourcegroups": "[parameters('SentinelWSResourceGroup')]",
"resourcename": "[parameters('SenrinelWSName')]",
"resourcename": "[parameters('SentinelWSName')]",
"resourcetype": "Log Analytics Workspace",
"subscriptions": "[parameters('SentinelSubID')]",
"timerange": "24h"