Revert code

This commit is contained in:
Senthamil Sindhu
2024-04-08 16:20:40 -07:00
parent c6ad538559
commit 78d9a0cd8d
2 changed files with 2 additions and 2 deletions

View File

@@ -735,7 +735,7 @@ export class CassandraAPIDataClient extends TableDataClient {
const activeCassandraProxyEndpoints: string[] = [
CassandraProxyEndpoints.Development,
CassandraProxyEndpoints.Mpac,
CassandraProxyEndpoints.Prod,
// CassandraProxyEndpoints.Prod,
];
let canAccessCassandraProxy: boolean = userContext.databaseAccount.properties.publicNetworkAccess === "Enabled";
if (userContext.databaseAccount.properties.ipRules?.length > 0) {