updates
This commit is contained in:
Родитель
7bdc466399
Коммит
e40e91db93
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
|
||||
{
|
||||
"name": "Attach to PowerShell Functions",
|
||||
"type": "PowerShell",
|
||||
|
@ -8,6 +9,14 @@
|
|||
"customPipeName": "AzureFunctionsPSWorker",
|
||||
"runspaceId": 1,
|
||||
"preLaunchTask": "func: host start"
|
||||
},
|
||||
{
|
||||
"type": "PowerShell",
|
||||
"request": "launch",
|
||||
"name": "PowerShell Launch Current File",
|
||||
"script": "${file}",
|
||||
"args": [],
|
||||
"cwd": "${file}"
|
||||
}
|
||||
]
|
||||
}
|
Двоичные данные
Solutions/Dynatrace/Package/2.0.0.zip
Двоичные данные
Solutions/Dynatrace/Package/2.0.0.zip
Двоичный файл не отображается.
|
@ -934,6 +934,7 @@
|
|||
"apiVersion": "2016-06-01",
|
||||
"name": "[[variables('MicrosoftSentinelConnectionName')]",
|
||||
"location": "[[variables('workspace-location-inline')]",
|
||||
"kind": "V1",
|
||||
"properties": {
|
||||
"displayName": "[[variables('MicrosoftSentinelConnectionName')]",
|
||||
"parameterValueType": "Alternative",
|
||||
|
@ -947,8 +948,10 @@
|
|||
"apiVersion": "2016-06-01",
|
||||
"name": "[[variables('MicrosoftGraphSecurityConnectionName')]",
|
||||
"location": "[[variables('workspace-location-inline')]",
|
||||
"kind": "V1",
|
||||
"properties": {
|
||||
"displayName": "[[variables('MicrosoftGraphSecurityConnectionName')]",
|
||||
"parameterValueType": "Alternative",
|
||||
"api": {
|
||||
"id": "[[variables('_connection-2')]"
|
||||
}
|
||||
|
|
|
@ -56,6 +56,7 @@
|
|||
"apiVersion": "2016-06-01",
|
||||
"name": "[variables('MicrosoftSentinelConnectionName')]",
|
||||
"location": "[resourceGroup().location]",
|
||||
"kind": "V1",
|
||||
"properties": {
|
||||
"displayName": "[variables('MicrosoftSentinelConnectionName')]",
|
||||
"parameterValueType": "Alternative",
|
||||
|
@ -69,8 +70,10 @@
|
|||
"apiVersion": "2016-06-01",
|
||||
"name": "[variables('MicrosoftGraphSecurityConnectionName')]",
|
||||
"location": "[resourceGroup().location]",
|
||||
"kind": "V1",
|
||||
"properties": {
|
||||
"displayName": "[variables('MicrosoftGraphSecurityConnectionName')]",
|
||||
"parameterValueType": "Alternative",
|
||||
"api": {
|
||||
"id": "[subscriptionResourceId('Microsoft.Web/locations/managedApis', resourceGroup().location,'microsoftgraphsecurity')]"
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче