This commit is contained in:
Ofer Shezaf 2023-04-17 14:08:40 +03:00 коммит произвёл GitHub
Родитель 2ba09d911f
Коммит 95b359f688
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 10 добавлений и 3 удалений

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

@ -3,10 +3,17 @@
"contentVersion": "1.0.0.0",
"parameters": {
"Workspace": {
"type": "string"
"type": "string",
"metadata": {
"description": "The Microsoft Sentinel workspace into which the function will be deployed. Has to be in the selected Resource Group."
}
},
"location": {
"type": "string"
"WorkspaceRegion": {
"type": "string",
"defaultValue": "[resourceGroup().location]",
"metadata": {
"description": "The region of the selected workspace. The default value will use the Region selection above."
}
}
},
"resources": [