Updating files
This commit is contained in:
Родитель
0666f8d9f4
Коммит
82c8f0adce
Двоичный файл не отображается.
|
@ -6,13 +6,21 @@
|
|||
"isEnabled": true,
|
||||
"excludedTypes": "Request"
|
||||
}
|
||||
},
|
||||
"fileLoggingMode": "debugOnly",
|
||||
"logLevel": {
|
||||
"default": "Warning",
|
||||
"Host": "Error",
|
||||
"Function": "Error",
|
||||
"Host.Aggregator": "Information",
|
||||
"Host.Results": "Error"
|
||||
}
|
||||
},
|
||||
"extensionBundle": {
|
||||
"id": "Microsoft.Azure.Functions.ExtensionBundle",
|
||||
"version": "[3.*, 4.0.0)"
|
||||
"version": "[4.0.0, 5.0.0)"
|
||||
},
|
||||
"managedDependency": {
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
}
|
|
@ -13,7 +13,7 @@
|
|||
"defaultValue": "JumpCloud"
|
||||
},
|
||||
"JumpCloudApiToken": {
|
||||
"type": "string",
|
||||
"type": "securestring",
|
||||
"defaultValue": "<apiToken>",
|
||||
"metadata":{
|
||||
"description": "Your Organisations API token from your JumpCloud Account"
|
||||
|
@ -38,7 +38,7 @@
|
|||
"defaultValue": "<workspaceID>"
|
||||
},
|
||||
"WorkspaceKey": {
|
||||
"type": "string",
|
||||
"type": "securestring",
|
||||
"defaultValue": "<workspaceKey>"
|
||||
},
|
||||
"AppInsightsWorkspaceResourceID": {
|
||||
|
@ -234,7 +234,7 @@
|
|||
"value": "https://aka.ms/sentinel-Jumpcloud-functionapp"
|
||||
}
|
||||
],
|
||||
"powerShellVersion": "~7"
|
||||
"powerShellVersion": "7.4"
|
||||
},
|
||||
"serverFarmId": "[resourceId('Microsoft.Web/serverfarms', variables('FunctionName'))]",
|
||||
"httpsOnly": true,
|
||||
|
@ -293,4 +293,3 @@
|
|||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче