Add Tables to missing api type checks for dataplane RBAC. (#2060)

* Add Tables to missing api type checks for dataplane RBAC.

* Comment out test that is broken due to invalid hook call error.
This commit is contained in:
jawelton74
2025-02-20 08:15:53 -08:00
committed by GitHub
parent 51a412e2c0
commit a04eaff6be
3 changed files with 22 additions and 17 deletions

View File

@@ -553,7 +553,7 @@ async function configurePortal(): Promise<Explorer> {
const { databaseAccount: account, subscriptionId, resourceGroup } = userContext;
let dataPlaneRbacEnabled;
if (userContext.apiType === "SQL") {
if (isDataplaneRbacSupported(userContext.apiType)) {
if (LocalStorageUtility.hasItem(StorageKey.DataPlaneRbacEnabled)) {
const isDataPlaneRbacSetting = LocalStorageUtility.getEntryString(StorageKey.DataPlaneRbacEnabled);
Logger.logInfo(