mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-04-01 17:40:30 -04:00
Cavonac/params (#14264)
* visual consistent added variable table * typo * update variables and code * variable descriptions * typos * typo * added next steps * identifying param cells * updates to readme and removing orphaned notebooks Co-authored-by: Alex Ma <alma1@microsoft.com>
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
"metadata": {
|
||||
"kernelspec": {
|
||||
"name": "powershell",
|
||||
"display_name": "PowerShell"
|
||||
"display_name": "PowerShell",
|
||||
"language": "powershell"
|
||||
},
|
||||
"language_info": {
|
||||
"name": "powershell",
|
||||
@@ -35,7 +36,10 @@
|
||||
"$filePathForCert = \"\" # Path of the certificate file. For example 'D:\\Downloads\\rootcert2.cer'"
|
||||
],
|
||||
"metadata": {
|
||||
"azdata_cell_guid": "8eab9fb0-1e66-4a34-8e32-cf0644b157d9"
|
||||
"azdata_cell_guid": "8eab9fb0-1e66-4a34-8e32-cf0644b157d9",
|
||||
"tags": [
|
||||
"parameters"
|
||||
]
|
||||
},
|
||||
"outputs": [],
|
||||
"execution_count": null
|
||||
|
||||
@@ -2,7 +2,8 @@
|
||||
"metadata": {
|
||||
"kernelspec": {
|
||||
"name": "powershell",
|
||||
"display_name": "PowerShell"
|
||||
"display_name": "PowerShell",
|
||||
"language": "powershell"
|
||||
},
|
||||
"language_info": {
|
||||
"name": "powershell",
|
||||
@@ -62,7 +63,10 @@
|
||||
"$GwIPConf1 = \"\" # Gateway IP Config name of your choice(It would be alphanumeric case insensitive)"
|
||||
],
|
||||
"metadata": {
|
||||
"azdata_cell_guid": "424c911f-fb75-44f9-902d-c06dedf9eaf6"
|
||||
"azdata_cell_guid": "424c911f-fb75-44f9-902d-c06dedf9eaf6",
|
||||
"tags": [
|
||||
"parameters"
|
||||
]
|
||||
},
|
||||
"outputs": [],
|
||||
"execution_count": null
|
||||
|
||||
@@ -2,7 +2,8 @@
|
||||
"metadata": {
|
||||
"kernelspec": {
|
||||
"name": "powershell",
|
||||
"display_name": "PowerShell"
|
||||
"display_name": "PowerShell",
|
||||
"language": "powershell"
|
||||
},
|
||||
"language_info": {
|
||||
"name": "powershell",
|
||||
@@ -73,7 +74,10 @@
|
||||
"$ConnectionName = \"\""
|
||||
],
|
||||
"metadata": {
|
||||
"azdata_cell_guid": "f883288a-fc6a-4b0f-9215-6b771dc72b8d"
|
||||
"azdata_cell_guid": "f883288a-fc6a-4b0f-9215-6b771dc72b8d",
|
||||
"tags": [
|
||||
"parameters"
|
||||
]
|
||||
},
|
||||
"outputs": [],
|
||||
"execution_count": null
|
||||
|
||||
Reference in New Issue
Block a user