merge staging. update create_create_billing_owner azure csp tests

This commit is contained in:
2020-02-11 16:57:37 -05:00
8 changed files with 505 additions and 8 deletions

View File

@@ -28,6 +28,7 @@ class AzureStages(Enum):
INITIAL_MGMT_GROUP_VERIFICATION = "initial management group verification"
TENANT_ADMIN_OWNERSHIP = "tenant admin ownership"
TENANT_PRINCIPAL_OWNERSHIP = "tenant principial ownership"
BILLING_OWNER = "billing owner"
def _build_csp_states(csp_stages):