Skip to content

Commit

Permalink
retrigger downstream CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
REDMOND\glfeokti committed Jun 5, 2018
1 parent 5961b92 commit 412a225
Show file tree
Hide file tree
Showing 6 changed files with 58 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,10 @@
"isBuffered": {
"type": "boolean",
"description": "Whether records are buffered in the logger before publishing. Default is assumed to be true."
},
"resourceId": {
"type": "string",
"description": "Azure Resource Id of a log target (either Azure Event Hub resource or Azure Application Insights resource)."
}
},
"required": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"credentials": {
"instrumentationKey": "{{5a.......2a}}"
},
"isBuffered": false
"isBuffered": false,
"resourceId": "/subscriptions/subid/resourceGroups/rg1/providers/microsoft.insights/components/airesource"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,48 @@
"apiId": "57d1f7558aa04f15146d9d8a",
"parameters": {
"properties": {
"enabled": true
"alwaysLog": "allErrors",
"loggerId": "/loggers/applicationinsights",
"sampling": {
"samplingType": "fixed",
"percentage": 50
},
"frontend": {
"request": {
"headers": [
"Content-type"
],
"body": {
"bytes": 512
}
},
"response": {
"headers": [
"Content-type"
],
"body": {
"bytes": 512
}
}
},
"backend": {
"request": {
"headers": [
"Content-type"
],
"body": {
"bytes": 512
}
},
"response": {
"headers": [
"Content-type"
],
"body": {
"bytes": 512
}
}
}
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"name": "hydraeventhub",
"connectionString": "{{59544ef2e4bbd50d9468c617}}"
},
"isBuffered": true
"isBuffered": true,
"resourceId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.EventHub/namespaces/hydraeventhub-ns"
}
}
},
Expand All @@ -45,7 +46,8 @@
"name": "hydraeventhub",
"connectionString": "{{59544ef2e4bbd50d9468c617}}"
},
"isBuffered": true
"isBuffered": true,
"resourceId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.EventHub/namespaces/hydraeventhub-ns"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"name": "testeventhub4",
"connectionString": "Endpoint=sb://eventhubapim.servicebus.windows.net/;SharedAccessKeyName=Sender;SharedAccessKey=************"
},
"isBuffered": true
"isBuffered": true,
"resourceId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.EventHub/namespaces/eventhubapim"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"credentials": {
"connectionString": "Endpoint=sb://apimaccounts.servicebus.windows.net/;SharedAccessKeyName=Send;SharedAccessKey=*******************h=****"
},
"isBuffered": true
"isBuffered": true,
"resourceId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.EventHub/namespaces/apimaccounts"
}
},
{
Expand All @@ -33,7 +34,8 @@
"name": "hydraeventhub",
"connectionString": "{{Logger-Credentials-59544ef2e4bbd50d9468c618}}"
},
"isBuffered": true
"isBuffered": true,
"resourceId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.EventHub/namespaces/hydraeventhub-ns"
}
}
],
Expand Down

0 comments on commit 412a225

Please sign in to comment.