Fix Enable Synapse Link (#849)
This commit is contained in:
parent
5e2b8d7df0
commit
18ce8749ed
|
@ -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,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue