step in state machine to reset tenant admin password to random value

This commit is contained in:
2020-03-05 12:57:56 -05:00
parent f2dbd4fbc7
commit 16cf5dfe00
7 changed files with 426 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ class AzureStages(Enum):
TENANT_ADMIN_OWNERSHIP = "tenant admin ownership"
TENANT_PRINCIPAL_OWNERSHIP = "tenant principial ownership"
BILLING_OWNER = "billing owner"
TENANT_ADMIN_CREDENTIAL_RESET = "tenant admin credential reset"
def _build_csp_states(csp_stages):