Skip to content

Commit f4efd00

Browse files
authored
Adds Deployer extension. (#25873)
1 parent 6a6391a commit f4efd00

File tree

1 file changed

+63
-4
lines changed

1 file changed

+63
-4
lines changed

extensionsGallery.json

+63-4
Original file line numberDiff line numberDiff line change
@@ -5571,17 +5571,76 @@
55715571
],
55725572
"statistics": [],
55735573
"flags": ""
5574-
}
5575-
5576-
5574+
},
5575+
{
5576+
"extensionId": "110",
5577+
"extensionName": "sql-deployer",
5578+
"displayName": "Deployer",
5579+
"shortDescription": "The Deployer extension makes deploying many SQL scripts easy, and provides shortcuts for common developer tasks.",
5580+
"publisher": {
5581+
"displayName": "Rollersoft",
5582+
"publisherId": "rollersoft",
5583+
"publisherName": "rollersoft"
5584+
},
5585+
"versions": [
5586+
{
5587+
"version": "3.5.3",
5588+
"lastUpdated": "08/27/2024",
5589+
"assetUri": "",
5590+
"fallbackAssetUri": "fallbackAssetUri",
5591+
"files": [
5592+
{
5593+
"assetType": "Microsoft.SQLOps.DownloadPage",
5594+
"source": "https://github.com/ShawnRoller/deployer-azs-extension/releases/latest"
5595+
},
5596+
{
5597+
"assetType": "Microsoft.VisualStudio.Services.Icons.Default",
5598+
"source": "https://raw.githubusercontent.com/ShawnRoller/deployer-azs-extension/main/deployer-icon.png"
5599+
},
5600+
{
5601+
"assetType": "Microsoft.VisualStudio.Services.Content.Details",
5602+
"source": "https://raw.githubusercontent.com/ShawnRoller/deployer-azs-extension/main/README.md"
5603+
},
5604+
{
5605+
"assetType": "Microsoft.VisualStudio.Code.Manifest",
5606+
"source": "https://raw.githubusercontent.com/ShawnRoller/deployer-azs-extension/main/package.json"
5607+
},
5608+
{
5609+
"assetType": "Microsoft.VisualStudio.Services.Content.License",
5610+
"source": "https://raw.githubusercontent.com/ShawnRoller/deployer-azs-extension/main/LICENSE"
5611+
}
5612+
],
5613+
"properties": [
5614+
{
5615+
"key": "Microsoft.VisualStudio.Code.ExtensionDependencies",
5616+
"value": ""
5617+
},
5618+
{
5619+
"key": "Microsoft.VisualStudio.Services.Links.Source",
5620+
"value": "https://github.com/ShawnRoller/deployer-azs-extension"
5621+
},
5622+
{
5623+
"key": "Microsoft.VisualStudio.Code.Engine",
5624+
"value": "*"
5625+
},
5626+
{
5627+
"key": "Microsoft.AzDataEngine",
5628+
"value": "*"
5629+
}
5630+
]
5631+
}
5632+
],
5633+
"statistics": [],
5634+
"flags": ""
5635+
}
55775636
],
55785637
"resultMetadata": [
55795638
{
55805639
"metadataType": "ResultCount",
55815640
"metadataItems": [
55825641
{
55835642
"name": "TotalCount",
5584-
"count": 91
5643+
"count": 92
55855644
}
55865645
]
55875646
}

0 commit comments

Comments
 (0)