Update allocate call (#1290)

This commit is contained in:
Karthik chakravarthy
2022-06-21 08:48:18 -04:00
committed by GitHub
parent 1643ce4dbb
commit 13811b1d44
4 changed files with 9 additions and 2 deletions

View File

@@ -354,6 +354,10 @@ export enum ContainerStatusType {
Disconnected = "Disconnected",
}
export enum PoolIdType {
DefaultPoolId = "default",
}
export const EmulatorMasterKey =
//[SuppressMessage("Microsoft.Security", "CS002:SecretInNextLine", Justification="Well known public masterKey for emulator")]
"C2y6yDjf5/R+ob0N8A7Cgv30VRDJIWEHLM+4QDU5DE2nQ9nDuVTqobD4b8mGGyPMbIZnqyMsEcaGQy67XIw/Jw==";