mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Added check for .toLowerCase and added upgrade message for clarity. (#20187)
Co-authored-by: Candice Ye <canye@microsoft.com>
This commit is contained in:
@@ -100,7 +100,7 @@ export class MiaaModel extends ResourceModel {
|
||||
try {
|
||||
try {
|
||||
let result;
|
||||
if (this.controllerModel.info.connectionMode === ConnectionMode.direct) {
|
||||
if (this.controllerModel.info.connectionMode.toLowerCase() === ConnectionMode.direct) {
|
||||
result = await this._azApi.az.sql.miarc.show(
|
||||
this.info.name,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user