Skip to content

Commit

Permalink
Extension for service endpoints datasources workspace (#641)
Browse files Browse the repository at this point in the history
* Extension for service endpoints datasources workspace
  • Loading branch information
santoshTYSS authored and Lovakumar committed Jul 2, 2019
1 parent 5762a0b commit becc51d
Show file tree
Hide file tree
Showing 23 changed files with 8,749 additions and 0 deletions.
26 changes: 26 additions & 0 deletions Extensions/DataSources/azure-devops-extension.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"manifestVersion": 1,
"id": "Datasources",
"publisher": "ms-vscs-rm",
"scopes": [
"vso.project",
"vso.serviceendpoint_query"
],
"version": "1.0.598",
"name": "Datasources",
"description": "Extension for testing service endpoint datasources.",
"categories": [
"Azure Pipelines"
],
"targets": [
{
"id": "Microsoft.VisualStudio.Services"
}
],
"files": [
{
"path": "dist",
"addressable": true
}
]
}
Loading

0 comments on commit becc51d

Please sign in to comment.