Add rest of three utils files to Matser (#370)

* 'minor change'
This commit is contained in:
Chris-MS-896
2021-01-13 17:49:06 -06:00
committed by GitHub
parent babda4d9cb
commit 9a1e8b2d87
6 changed files with 19 additions and 14 deletions

View File

@@ -1,5 +1,4 @@
import * as Constants from "../Common/Constants";
import { AutoPilotOfferSettings, Offer } from "../Contracts/DataModels";
export const manualToAutoscaleDisclaimer = `The starting autoscale max RU/s will be determined by the system, based on the current manual throughput settings and storage of your resource. After autoscale has been enabled, you can change the max RU/s. <a href="${Constants.Urls.autoscaleMigration}">Learn more</a>.`;

View File

@@ -21,7 +21,7 @@ export function logConsoleMessage(type: ConsoleDataType, message: string, id?: s
}
dataExplorer.logConsoleData({ type: type, date: formattedDate, message: message, id: id });
}
return id;
return id || "";
}
export function clearInProgressMessageWithId(id: string): void {