Update product references from 'sqlops' to 'azdata' (#4259)

* Update extensions to use azdata

* Switch core code to use azdata
This commit is contained in:
Karl Burtram
2019-03-01 13:59:37 -08:00
committed by GitHub
parent 220685a522
commit 84890eb1b4
371 changed files with 3208 additions and 3184 deletions

View File

@@ -2349,7 +2349,7 @@ declare module 'azdata' {
export namespace window {
/**
* @deprecated this method has been deprecated and will be removed in a future release, please use sqlops.window.createWebViewDialog instead.
* @deprecated this method has been deprecated and will be removed in a future release, please use azdata.window.createWebViewDialog instead.
* @param title
*/
export function createDialog(
@@ -3249,7 +3249,7 @@ declare module 'azdata' {
export namespace window {
/**
* @deprecated this namespace has been deprecated and will be removed in a future release, please use the methods under sqlops.window namespace.
* @deprecated this namespace has been deprecated and will be removed in a future release, please use the methods under azdata.window namespace.
*/
export namespace modelviewdialog {
/**