Skip to content

Commit

Permalink
pylint (#36108)
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesHolland authored Jun 17, 2024
1 parent 3a668e3 commit 9c8d165
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ def _populate_arm_parameters(self, workspace: Workspace, **kwargs: Any) -> Tuple
if workspace.system_datastores_auth_mode:
_set_val(param["systemDatastoresAuthMode"], workspace.system_datastores_auth_mode)

if workspace.allow_roleassignment_on_rg == False:
if workspace.allow_roleassignment_on_rg is False:
_set_val(param["allowRoleAssignmentOnRG"], "false")

if workspace.image_build_compute:
Expand Down

0 comments on commit 9c8d165

Please sign in to comment.