mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Don't localize paths in sample resource deployment (#17544)
This commit is contained in:
@@ -36,7 +36,7 @@
|
|||||||
{
|
{
|
||||||
"name": "validations-wizard",
|
"name": "validations-wizard",
|
||||||
"notebookWizard": {
|
"notebookWizard": {
|
||||||
"notebook": "%deployment-notebook-1%",
|
"notebook": "./notebooks/deploy-x-data-service-1.ipynb",
|
||||||
"runNotebook": false,
|
"runNotebook": false,
|
||||||
"codeCellInsertionPosition": 1,
|
"codeCellInsertionPosition": 1,
|
||||||
"actionText": "%deploy.wizard.action%",
|
"actionText": "%deploy.wizard.action%",
|
||||||
@@ -132,7 +132,7 @@
|
|||||||
{
|
{
|
||||||
"name": "test-wizard",
|
"name": "test-wizard",
|
||||||
"notebookWizard": {
|
"notebookWizard": {
|
||||||
"notebook": "%deployment-notebook-1%",
|
"notebook": "./notebooks/deploy-x-data-service-1.ipynb",
|
||||||
"type": "new-arc-control-plane",
|
"type": "new-arc-control-plane",
|
||||||
"runNotebook": false,
|
"runNotebook": false,
|
||||||
"codeCellInsertionPosition": 1,
|
"codeCellInsertionPosition": 1,
|
||||||
@@ -466,7 +466,7 @@
|
|||||||
{
|
{
|
||||||
"name": "edition_evaluation",
|
"name": "edition_evaluation",
|
||||||
"dialog": {
|
"dialog": {
|
||||||
"notebook": "%deployment-notebook-1%",
|
"notebook": "./notebooks/deploy-x-data-service-1.ipynb",
|
||||||
"title": "%dialog-title-1%",
|
"title": "%dialog-title-1%",
|
||||||
"name": "dialog1",
|
"name": "dialog1",
|
||||||
"tabs": [
|
"tabs": [
|
||||||
@@ -525,7 +525,7 @@
|
|||||||
{
|
{
|
||||||
"name": "edition_standard",
|
"name": "edition_standard",
|
||||||
"dialog": {
|
"dialog": {
|
||||||
"notebook": "%deployment-notebook-2%",
|
"notebook": "./notebooks/deploy-x-data-service-2.ipynb",
|
||||||
"title": "%dialog-title-2%",
|
"title": "%dialog-title-2%",
|
||||||
"name": "dialog2",
|
"name": "dialog2",
|
||||||
"tabs": [
|
"tabs": [
|
||||||
|
|||||||
@@ -8,8 +8,6 @@
|
|||||||
"option-value-name-2": "Standard",
|
"option-value-name-2": "Standard",
|
||||||
"dialog-title-1": "Start Evaluation of X Data Service",
|
"dialog-title-1": "Start Evaluation of X Data Service",
|
||||||
"dialog-title-2": "Deploy X Data Service",
|
"dialog-title-2": "Deploy X Data Service",
|
||||||
"deployment-notebook-1": "./notebooks/deploy-x-data-service-1.ipynb",
|
|
||||||
"deployment-notebook-2": "./notebooks/deploy-x-data-service-2.ipynb",
|
|
||||||
"text-field": "text field",
|
"text-field": "text field",
|
||||||
"password-field": "password field",
|
"password-field": "password field",
|
||||||
"kube.cluster.context": "Kube cluster context",
|
"kube.cluster.context": "Kube cluster context",
|
||||||
|
|||||||
Reference in New Issue
Block a user