mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-19 17:22:48 -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,
|
||||
resources: []
|
||||
};
|
||||
const controllerModel = new ControllerModel(this._treeDataProvider, controllerInfo);
|
||||
const controllerModel = new ControllerModel(this._treeDataProvider, controllerInfo, this.passwordInputBox.value);
|
||||
try {
|
||||
// Validate that we can connect to the controller, this also populates the controllerRegistration from the connection response.
|
||||
await controllerModel.refresh(false);
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"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