mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-28 07:40:30 -04:00
* added extension folder incomplete * WIP extension progress * notebook finally opens in side panel * notebook now opens via notebook extension * html file spaces restored * package json fixed * fixed vscode import issue * more cleanup * remove git stuff * placeholder icon logos added * fixed gulpfile * cleanup changes * vscode import fixed * fixed main and yarn.lock * added provided notebooks view * formatting for package.json * removed first command as its not necessary * fixed notebook typo * readded spaces
34 lines
964 B
Plaintext
34 lines
964 B
Plaintext
{
|
|
"metadata": {
|
|
"kernelspec": {
|
|
"name": "powershell",
|
|
"display_name": "PowerShell"
|
|
},
|
|
"language_info": {
|
|
"name": "powershell",
|
|
"codemirror_mode": "shell",
|
|
"mimetype": "text/x-sh",
|
|
"file_extension": ".ps1"
|
|
}
|
|
},
|
|
"nbformat_minor": 2,
|
|
"nbformat": 4,
|
|
"cells": [
|
|
{
|
|
"cell_type": "markdown",
|
|
"source": [
|
|
"Migrate SQL Server Instance to Azure SQL Managed Instance\n",
|
|
"=============================================\n",
|
|
"\n",
|
|
"Description\n",
|
|
"-----\n",
|
|
"\n",
|
|
"clone the configuration and data of a sql instance into a managed instance\n",
|
|
""
|
|
],
|
|
"metadata": {
|
|
"azdata_cell_guid": "43600853-57b3-4e60-a2a9-a28fb82af386"
|
|
}
|
|
}
|
|
]
|
|
} |