Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed postgresql-migration from extensions Gallery #26060

Merged
merged 4 commits into from
Nov 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
67 changes: 1 addition & 66 deletions extensionsGallery-insider.json
Original file line number Diff line number Diff line change
Expand Up @@ -4837,71 +4837,6 @@
"statistics": [],
"flags": ""
},
{
"extensionId": "97",
"extensionName": "postgresql-migration",
"displayName": "Azure PostgreSQL migration",
"shortDescription": "Provides a tool to assess and migrate PostgreSQL databases to Azure database for PostgreSQL",
"publisher": {
"displayName": "Microsoft",
"publisherId": "Microsoft",
"publisherName": "Microsoft"
},
"versions": [
{
"version": "2.0.6",
"lastUpdated": "07/17/2023",
"assetUri": "",
"fallbackAssetUri": "fallbackAssetUri",
"files": [
{
"assetType": "Microsoft.VisualStudio.Services.VSIXPackage",
"source": "https://dsct.blob.core.windows.net/extensions/postgresql-migration/2.0.6/postgresql-migration-2.0.6.vsix"
},
{
"assetType": "Microsoft.VisualStudio.Services.Icons.Default",
"source": "https://dsct.blob.core.windows.net/extensions/postgresql-migration/2.0.6/postgreSQLMigrationIcon.png"
},
{
"assetType": "Microsoft.VisualStudio.Services.Content.Details",
"source": "https://dsct.blob.core.windows.net/extensions/postgresql-migration/2.0.6/README.md"
},
{
"assetType": "Microsoft.VisualStudio.Services.Content.Changelog",
"source": "https://dsct.blob.core.windows.net/extensions/postgresql-migration/2.0.6/CHANGELOG.md"
},
{
"assetType": "Microsoft.VisualStudio.Code.Manifest",
"source": "https://dsct.blob.core.windows.net/extensions/postgresql-migration/2.0.6/package.json"
},
{
"assetType": "Microsoft.VisualStudio.Services.Content.License",
"source": "https://dsct.blob.core.windows.net/extensions/postgresql-migration/2.0.6/LICENSE.rtf"
}
],
"properties": [
{
"key": "Microsoft.VisualStudio.Code.ExtensionDependencies",
"value": "microsoft.net-6-runtime,microsoft.azuredatastudio-postgresql"
},
{
"key": "Microsoft.VisualStudio.Code.Engine",
"value": "*"
},
{
"key": "Microsoft.AzDataEngine",
"value": ">=1.40.0"
},
{
"key": "Microsoft.VisualStudio.Services.Links.Source",
"value": "https://github.com/Microsoft/azuredatastudio"
}
]
}
],
"statistics": [],
"flags": "preview"
},
{
"extensionId": "98",
"extensionName": "ads-extension-mongo-migration",
Expand Down Expand Up @@ -5580,7 +5515,7 @@
"metadataItems": [
{
"name": "TotalCount",
"count": 91
"count": 90
}
]
}
Expand Down
67 changes: 1 addition & 66 deletions extensionsGallery.json
Original file line number Diff line number Diff line change
Expand Up @@ -4837,71 +4837,6 @@
"statistics": [],
"flags": ""
},
{
"extensionId": "97",
"extensionName": "postgresql-migration",
"displayName": "Azure PostgreSQL migration",
"shortDescription": "Provides a tool to assess and migrate PostgreSQL databases to Azure database for PostgreSQL",
"publisher": {
"displayName": "Microsoft",
"publisherId": "Microsoft",
"publisherName": "Microsoft"
},
"versions": [
{
"version": "2.0.6",
"lastUpdated": "07/17/2023",
"assetUri": "",
"fallbackAssetUri": "fallbackAssetUri",
"files": [
{
"assetType": "Microsoft.VisualStudio.Services.VSIXPackage",
"source": "https://dsct.blob.core.windows.net/extensions/postgresql-migration/2.0.6/postgresql-migration-2.0.6.vsix"
},
{
"assetType": "Microsoft.VisualStudio.Services.Icons.Default",
"source": "https://dsct.blob.core.windows.net/extensions/postgresql-migration/2.0.6/postgreSQLMigrationIcon.png"
},
{
"assetType": "Microsoft.VisualStudio.Services.Content.Details",
"source": "https://dsct.blob.core.windows.net/extensions/postgresql-migration/2.0.6/README.md"
},
{
"assetType": "Microsoft.VisualStudio.Services.Content.Changelog",
"source": "https://dsct.blob.core.windows.net/extensions/postgresql-migration/2.0.6/CHANGELOG.md"
},
{
"assetType": "Microsoft.VisualStudio.Code.Manifest",
"source": "https://dsct.blob.core.windows.net/extensions/postgresql-migration/2.0.6/package.json"
},
{
"assetType": "Microsoft.VisualStudio.Services.Content.License",
"source": "https://dsct.blob.core.windows.net/extensions/postgresql-migration/2.0.6/LICENSE.rtf"
}
],
"properties": [
{
"key": "Microsoft.VisualStudio.Code.ExtensionDependencies",
"value": "microsoft.net-6-runtime,microsoft.azuredatastudio-postgresql"
},
{
"key": "Microsoft.VisualStudio.Code.Engine",
"value": "*"
},
{
"key": "Microsoft.AzDataEngine",
"value": ">=1.40.0"
},
{
"key": "Microsoft.VisualStudio.Services.Links.Source",
"value": "https://github.com/Microsoft/azuredatastudio"
}
]
}
],
"statistics": [],
"flags": "preview"
},
{
"extensionId": "98",
"extensionName": "ads-extension-mongo-migration",
Expand Down Expand Up @@ -5701,7 +5636,7 @@
"metadataItems": [
{
"name": "TotalCount",
"count": 93
"count": 92
}
]
}
Expand Down
Loading