add to mock and FSMstates

This commit is contained in:
dandds
2020-02-09 16:52:29 -05:00
parent 23aeb77821
commit 80894a5fb9
5 changed files with 13 additions and 2 deletions

View File

@@ -26,6 +26,7 @@ class AzureStages(Enum):
PRINCIPAL_ADMIN_ROLE = "tenant principal admin"
TENANT_ADMIN_OWNERSHIP = "tenant admin ownership"
TENANT_PRINCIPAL_OWNERSHIP = "tenant principial ownership"
BILLING_OWNER = "billing owner"
def _build_csp_states(csp_stages):