Skip to content

Commit d1b1bd7

Browse files
committed
Fixing validation errors
1 parent ae122ac commit d1b1bd7

2 files changed

Lines changed: 11 additions & 6 deletions

File tree

.openpublishing.redirection.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@
99
"source_path": "docs/big-data-cluster/reference-azdata-notebook.md",
1010
"redirect_url": "/sql/big-data-cluster/reference-azdata",
1111
"redirect_document_id": false
12-
},
12+
},
13+
{
14+
"source_path": "docs/big-data-cluster/reference-mssqlctl-bdc-app-template.md",
15+
"redirect_url": "/sql/big-data-cluster/reference-azdata-bdc-app-template",
16+
"redirect_document_id": false
17+
},
1318
{
1419
"source_path": "docs/big-data-cluster/reference-mssqlctl-bdc-app.md",
1520
"redirect_url": "/sql/big-data-cluster/reference-azdata-bdc-app",

docs/big-data-cluster/reference-azdata.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The following article provides reference for the **azdata** tool for [SQL Server
2626
|[azdata logout](#azdata-logout) | Log out of cluster.
2727

2828
## azdata login
29-
When your cluster is deployed, it will list the controller endpoint during deployment, which you should use to login. If you do not know the controller endpoint, you may login by having your cluster's kube config on your system in the default location of <user home>/.kube/config or use the KUBECONFIG env var, i.e. export KUBECONFIG=path/to/.kube/config.
29+
When your cluster is deployed, it will list the controller endpoint during deployment, which you should use to log in. If you do not know the controller endpoint, you may log in by having your cluster's kube config on your system in the default location of <user home>/.kube/config or use the KUBECONFIG env var, that is, export KUBECONFIG=path/to/.kube/config.
3030
```bash
3131
azdata login [--cluster-name -n]
3232
[--controller-username -u]
@@ -38,7 +38,7 @@ Log in interactively. Cluster name will always be prompted for if not specified
3838
```bash
3939
azdata login
4040
```
41-
Log in (non-interactively). Log in with cluster name, controller user name, controller endpoint, and EULA acceptance set as arguments. The environment variable CONTROLLER_PASSWORD must be set. If you do not want to specify the controller endpoint, please have the kube config on your machine in the default location of <user home>/.kube/config or use the KUBECONFIG env var, i.e. export KUBECONFIG=path/to/.kube/config.
41+
Log in (non-interactively). Log in with cluster name, controller user name, controller endpoint, and EULA acceptance set as arguments. The environment variable CONTROLLER_PASSWORD must be set. If you do not want to specify the controller endpoint, have the kube config on your machine in the default location of <user home>/.kube/config or use the KUBECONFIG env var, that is, export KUBECONFIG=path/to/.kube/config.
4242
```bash
4343
azdata login --cluster-name ClusterName --controller-user johndoe@contoso.com --controller-endpoint https://<ip>:30080 --accept-eula yes
4444
```
@@ -52,7 +52,7 @@ Cluster name.
5252
#### `--controller-username -u`
5353
Account user. If you do not want to use this arg, you may set the environment variable CONTROLLER_USERNAME.
5454
#### `--controller-endpoint -e`
55-
Cluster controller endpoint "https://host:port". If you do not want to use this arg, you may use the kube config on your machine. Please ensure the config is located at the default location of <user home>/.kube/config or use the KUBECONFIG env var.
55+
Cluster controller endpoint "https://host:port". If you do not want to use this arg, you may use the kube config on your machine. Ensure the config is located at the default location of <user home>/.kube/config or use the KUBECONFIG env var.
5656
#### `--accept-eula -a`
5757
Do you accept the license terms? [yes/no]. If you do not want to use this arg, you may set the environment variable ACCEPT_EULA to 'yes'. The license terms for this product can be viewed at https://aka.ms/azdata-eula.
5858
### Global Arguments
@@ -63,7 +63,7 @@ Show this help message and exit.
6363
#### `--output -o`
6464
Output format. Allowed values: json, jsonc, table, tsv. Default: json.
6565
#### `--query -q`
66-
JMESPath query string. See [http://jmespath.org/](http://jmespath.org/]) for more information and examples.
66+
JMESPath query string. For more information, see [http://jmespath.org/](http://jmespath.org/]) for more information and examples.
6767
#### `--verbose`
6868
Increase logging verbosity. Use --debug for full debug logs.
6969
## azdata logout
@@ -84,7 +84,7 @@ Show this help message and exit.
8484
#### `--output -o`
8585
Output format. Allowed values: json, jsonc, table, tsv. Default: json.
8686
#### `--query -q`
87-
JMESPath query string. See [http://jmespath.org/](http://jmespath.org/]) for more information and examples.
87+
JMESPath query string. For more information, see [http://jmespath.org/](http://jmespath.org/]) for more information and examples.
8888
#### `--verbose`
8989
Increase logging verbosity. Use --debug for full debug logs.
9090

0 commit comments

Comments
 (0)