Skip to content

Commit 322a482

Browse files
author
reneeli@microsoft.com
committed
fix style
1 parent 6f82cda commit 322a482

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/azure-cli/azure/cli/command_modules/acs/managed_cluster_decorator.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2252,7 +2252,7 @@ def _get_outbound_type(
22522252
"for more details."
22532253
)
22542254
if isBasicSKULb:
2255-
if not read_from_mc and outbound_type is not None: # outbound type default to loadbalancer for BLB creation
2255+
if not read_from_mc and outbound_type is not None: # outbound type was default to loadbalancer for BLB creation
22562256
raise InvalidArgumentValueError(
22572257
"{outbound_type} doesn't support basic load balancer sku".format(outbound_type=outbound_type)
22582258
)
@@ -8814,7 +8814,7 @@ def update_vmas_to_vms(self, mc: ManagedCluster) -> ManagedCluster:
88148814
# Set agent pool profile count and vm_size to None
88158815
mc.agent_pool_profiles[0].count = None
88168816
mc.agent_pool_profiles[0].vm_size = None
8817-
8817+
88188818
return mc
88198819

88208820
def update_mc_profile_default(self) -> ManagedCluster:

0 commit comments

Comments
 (0)