mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-22 22:28:50 +00:00
Config Refactor Part 2 - Change Opt Param Names & Set File Expiry (#2835)
* Remove Old Optional Parameters and Hardcoded Values. * Set file to expire. * Adding expiry. * test sleep * Tested expiry. * Set expirty to 24hrs. * Syntax error. * Formatting. * Changing optional. * Adding new params. * Removing arguments. * Removing arguments. * Changing param names. * Update params.
This commit is contained in:
committed by
GitHub
parent
ddbc715b3f
commit
1ac3fd4bed
@ -56,6 +56,7 @@ class Config(BaseResponse):
|
||||
authority: str
|
||||
client_id: str
|
||||
tenant_domain: str
|
||||
multi_tenant_domain: Optional[str]
|
||||
|
||||
|
||||
class ContainerInfoBase(BaseResponse):
|
||||
|
Reference in New Issue
Block a user