Closed isyedakhtar closed 2 years ago
The usw region is hardcoded at the moment. We should pass it alongside the params of seed command like username/password etc.
async CreateOrganization(id: string, name: string, accessToken: string): Promise<void> { var org: Organization = { Id: id, Name: name, Environment: "Sandbox", Region: { Id: "usw"} // US West Azure region }
The usw region is hardcoded at the moment. We should pass it alongside the params of seed command like username/password etc.
async CreateOrganization(id: string, name: string, accessToken: string): Promise<void> { var org: Organization = { Id: id, Name: name, Environment: "Sandbox", Region: { Id: "usw"} // US West Azure region }