Skip to content

Commit da6049f

Browse files
author
audrastump
committed
update
1 parent 9c07c22 commit da6049f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/fleet/azext_fleet/custom.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def create_fleet(cmd,
109109
resource_type=CUSTOM_MGMT_FLEET,
110110
operation_group="fleets"
111111
)()
112-
112+
113113
if fleet_hub_profile:
114114
fleet_properties.hub_profile = fleet_hub_profile
115115

@@ -499,17 +499,17 @@ def get_update_run_strategy(cmd, operation_group, stages):
499499
for group in stage["groups"]:
500500
update_groups.append(update_group_model(
501501
name=group["name"],
502-
#before_gates=group.get("beforeGates", []),
503-
#after_gates=group.get("afterGates", []),
502+
# before_gates=group.get("beforeGates", []),
503+
# after_gates=group.get("afterGates", []),
504504
))
505505

506506
after_wait = stage.get("afterStageWaitInSeconds") or 0
507507

508508
update_stages.append(update_stage_model(
509509
name=stage["name"],
510510
groups=update_groups,
511-
#before_gates=stage.get("beforeGates", []),
512-
#after_gates=stage.get("afterGates", []),
511+
# before_gates=stage.get("beforeGates", []),
512+
# after_gates=stage.get("afterGates", []),
513513
after_stage_wait_in_seconds=after_wait
514514
))
515515

0 commit comments

Comments
 (0)