Sqlx approx cost bug fixes (#975)

* function naming changed

* bug fix: replacing multiple occurences of space correctly now
This commit is contained in:
siddjoshi-ms
2021-09-08 14:04:31 -07:00
committed by GitHub
parent 65882ea831
commit 05f46dd635
2 changed files with 7 additions and 7 deletions

View File

@@ -17,7 +17,7 @@ import {
deleteDedicatedGatewayResource,
getCurrentProvisioningState,
getPriceMap,
getReadRegions,
getRegions,
refreshDedicatedGatewayProvisioning,
updateDedicatedGatewayResource,
} from "./SqlX.rp";
@@ -324,7 +324,7 @@ export default class SqlX extends SelfServeBaseClass {
hidden: true,
});
regions = await getReadRegions();
regions = await getRegions();
priceMap = await getPriceMap(regions);
const response = await getCurrentProvisioningState();