Update UPAPI for Dedicated Gateway in Self Serve Portal (#1825)

Update UPAPI for Dedicated Gateway in Self Serve Portal
This commit is contained in:
tarazou9
2024-06-11 16:01:46 -04:00
committed by GitHub
parent 1ba3a6c761
commit 8c25742304
8 changed files with 188 additions and 30 deletions

View File

@@ -255,6 +255,7 @@ export class HttpHeaders {
public static partitionKey: string = "x-ms-documentdb-partitionkey";
public static migrateOfferToManualThroughput: string = "x-ms-cosmos-migrate-offer-to-manual-throughput";
public static migrateOfferToAutopilot: string = "x-ms-cosmos-migrate-offer-to-autopilot";
public static xAPIKey: string = "X-API-Key";
}
export class ContentType {