Upgrade JS SDK version to 3.16.1 (#1287)

This commit is contained in:
victor-meng
2022-06-03 13:19:29 -07:00
committed by GitHub
parent e34f68b162
commit 98fb7a5fd6
10 changed files with 188 additions and 84 deletions

View File

@@ -50,8 +50,6 @@ export interface SplashScreenProps {
}
export class SplashScreen extends React.Component<SplashScreenProps> {
private static readonly seeMoreItemTitle: string = "See more Cosmos DB documentation";
private static readonly seeMoreItemUrl: string = "https://aka.ms/cosmosdbdocument";
private static readonly dataModelingUrl = "https://docs.microsoft.com/azure/cosmos-db/modeling-data";
private static readonly throughputEstimatorUrl = "https://cosmos.azure.com/capacitycalculator";
private static readonly failoverUrl = "https://docs.microsoft.com/azure/cosmos-db/high-availability";