Alpha state. A platform designed for building enterprise-grade, multi-tenant products using Azure, .NET, React, TypeScript, Infrastructure as Code, etc.
Fixes a bug where TenantId containing a hyphen caused model binding to fail. Updates tests to use tenant-1 as seed data and add coverage for hyphenated TenantId. Changes CreateUserCommand.TenantId from a string to a TenantId type for consistency.
Checklist
[x] I have added a Label to the pull-request
[x] I have added tests, and done manual regression tests
[x] I have updated the documentation, if necessary
Summary & Motivation
Fixes a bug where TenantId containing a hyphen caused model binding to fail. Updates tests to use
tenant-1
as seed data and add coverage for hyphenated TenantId. ChangesCreateUserCommand.TenantId
from a string to aTenantId
type for consistency.Checklist