update the notebooks for the new release (#6451)

* get ready for new release

* azdata

* header update

* comments

* update text

* remove kubernetes version option
This commit is contained in:
Alan Ren
2019-07-22 14:46:18 -07:00
committed by GitHub
parent ab4b19f7c3
commit d976dad139
8 changed files with 365 additions and 389 deletions

View File

@@ -131,8 +131,8 @@
"displayName": "%version-display-name%",
"values": [
{
"name": "ctp3.1",
"displayName": "%sql-2019ctp31-display-name%"
"name": "bdc2019",
"displayName": "%bdc-2019-display-name%"
}
]
},
@@ -153,7 +153,7 @@
],
"providers": [
{
"notebook": "%bdc-ctp31-aks-notebook%",
"notebook": "%bdc-2019-aks-notebook%",
"requiredTools": [
{
"name": "kubectl"
@@ -162,22 +162,22 @@
"name": "azcli"
},
{
"name": "mssqlctl"
"name": "azdata"
}
],
"when": "target=aks&&version=ctp3.1"
"when": "target=aks&&version=bdc2019"
},
{
"notebook": "%bdc-ctp31-existing-cluster-notebook%",
"notebook": "%bdc-2019-existing-cluster-notebook%",
"requiredTools": [
{
"name": "kubectl"
},
{
"name": "mssqlctl"
"name": "azdata"
}
],
"when": "target=existingCluster&&version=ctp3.1"
"when": "target=existingCluster&&version=bdc2019"
}
]
}