-
Notifications
You must be signed in to change notification settings - Fork 908
Replace sqlops namespace with azdata namespace
Alan Ren edited this page Nov 13, 2019
·
1 revision
we have deprecated the sqlops namespace and introduced a new namespace azdata. please follow the steps below to update your extension if you are still using sqlops.
- Open your package.json, under devDependencies, find the sqlops entry:
"sqlops": "github:anthonydresser/sqlops-extension-sqlops"
and replace it with
"azdata": "^1.0.0"
- Replace all the sqlops call with azdata. The list below shows the list of the methods that were moved or renamed, other than that you can simply replace sqlops with azdata.
- sqlops.window.createDialog -> azdata.window.createWebViewDialog
- sqlops.window.modelviewdialog.createTab -> azdata.window.createTab
- sqlops.window.modelviewdialog.createButton -> azdata.window.createButton
- sqlops.window.modelviewdialog.openDialog -> azdata.window.openDialog
- sqlops.window.modelviewdialog.closeDialog -> azdata.window.closeDialog
- sqlops.window.modelviewdialog.createWizardPage -> azdata.window.createWizardPage
- sqlops.window.modelviewdialog.createWizard -> azdata.window.createWizard
Please open an issue if you have any questions.
Documentation
- Get Started
- Install Azure Data Studio
- Telemetry
- Microsoft Ready 2019 Lab
- MS Docs Overview
- Debug Trace Logging
- Troubleshoot Azure Authentication Issues
- FAQ
Contributing
- How to Contribute
- Developer Getting Started
- Submitting Bugs and Suggestions
- Localization
- Troubleshooting Build Issues
- Engineering FAQ
- How to update typings files
- Importing and using modules
- UI Guidelines
- Angular UI Guidelines
- Contributor License Agreement
- Azure Data Studio Tests
- Why is the Azure Data Studio license different than the repository license?
Tool Services
Extensibility Reference
- Getting Started
- Extensibility API
- Contribution Points
- Context Variables
- Servers and Data Explorer Tree Views
- Debugging with VS Code
- Extension Authoring
- Building multiple insight widgets
- Microsoft Ignite lab
- List of Extensions
- Replace sqlops namespace
Project Management