mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-17 04:18:07 +00:00
Remove dependency on onefuzz deployment role to unblock (#1693)
This commit is contained in:
@ -261,10 +261,6 @@ class Scaleset(BASE_SCALESET, ORMMixin):
|
||||
SCALESET_LOG_PREFIX + "scaleset running scaleset_id:%s",
|
||||
self.scaleset_id,
|
||||
)
|
||||
auto_scaling = self.try_to_enable_auto_scaling()
|
||||
if isinstance(auto_scaling, Error):
|
||||
self.set_failed(auto_scaling)
|
||||
return
|
||||
|
||||
identity_result = self.try_set_identity(vmss)
|
||||
if identity_result:
|
||||
|
Reference in New Issue
Block a user