Make AADP purchase quantity configurable

Also remove a few constant params from the payload model.
This commit is contained in:
tomdds
2020-01-30 22:08:48 -05:00
parent 4fb9b88e1d
commit 6b8ea41925
4 changed files with 4 additions and 16 deletions

View File

@@ -12,6 +12,7 @@ AZURE_CONFIG = {
"POWERSHELL_CLIENT_ID": "MOCK",
"AZURE_OWNER_ROLE_DEF_ID": "MOCK",
"AZURE_GRAPH_RESOURCE": "MOCK",
"AZURE_AADP_QTY": 5,
}
AUTH_CREDENTIALS = {