Fix Enable Synapse Link (#849)

This commit is contained in:
Steve Faulkner 2021-05-28 15:20:19 -05:00 committed by GitHub
parent 5e2b8d7df0
commit 18ce8749ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -417,7 +417,7 @@ export default class Explorer {
useDialog.getState().closeDialog(); useDialog.getState().closeDialog();
try { try {
await update(userContext.subscriptionId, userContext.resourceGroup, userContext.databaseAccount.id, { await update(userContext.subscriptionId, userContext.resourceGroup, userContext.databaseAccount.name, {
properties: { properties: {
enableAnalyticalStorage: true, enableAnalyticalStorage: true,
}, },