mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Canye/fix refresh (#19424)
* Bump version of arc and azcli to 1.3.0 * Fixed refresh to do dc config show and endpoint list first, then check the connectionmode * Await calls to refresh indirect and direct * Made sql mi-arc delete also handle direct mode. Made customlocation for sql mi create work again, regex problem. Co-authored-by: Candice Ye <canye@microsoft.com>
This commit is contained in:
@@ -111,7 +111,7 @@ describe('az', function () {
|
||||
describe('mi-arc', function (): void {
|
||||
it('delete', async function (): Promise<void> {
|
||||
// Assume indirect mode
|
||||
await azTool.sql.miarc.delete(name, namespace);
|
||||
await azTool.sql.miarc.delete(name, {resourceGroup: undefined, namespace: namespace});
|
||||
verifyExecuteCommandCalledWithArgs(['sql', 'mi-arc', 'delete', name, '--k8s-namespace', namespace, '--use-k8s']);
|
||||
});
|
||||
it('list', async function (): Promise<void> {
|
||||
|
||||
Reference in New Issue
Block a user