mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Fix arc controller connect (#11995)
This commit is contained in:
@@ -121,7 +121,7 @@ export class ConnectToControllerDialog extends InitializingComponent {
|
|||||||
rememberPassword: this.rememberPwCheckBox.checked ?? false,
|
rememberPassword: this.rememberPwCheckBox.checked ?? false,
|
||||||
resources: []
|
resources: []
|
||||||
};
|
};
|
||||||
const controllerModel = new ControllerModel(this._treeDataProvider, controllerInfo);
|
const controllerModel = new ControllerModel(this._treeDataProvider, controllerInfo, this.passwordInputBox.value);
|
||||||
try {
|
try {
|
||||||
// Validate that we can connect to the controller, this also populates the controllerRegistration from the connection response.
|
// Validate that we can connect to the controller, this also populates the controllerRegistration from the connection response.
|
||||||
await controllerModel.refresh(false);
|
await controllerModel.refresh(false);
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"azdata.displayName": "azdata",
|
"azdata.displayName": "azdata",
|
||||||
"azdata.description": "Support for azdata"
|
"azdata.description": "Support for Azure Data CLI. See https://docs.microsoft.com/cli/azure/?view=azure-cli-latest for more information."
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user