You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -3287,6 +3293,30 @@ class AzureVirtualMachineScaleSet(AzureResource, BaseAutoScalingGroup):
3287
3293
virtual_machine_profile: Optional[AzureVirtualMachineScaleSetVMProfile] =field(default=None, metadata={'description': 'Describes a virtual machine scale set virtual machine profile.'}) # fmt: skip
3288
3294
zone_balance: Optional[bool] =field(default=None, metadata={'description': 'Whether to force strictly even virtual machine distribution cross x-zones in case there is zone outage. Zonebalance property can only be set if the zones property of the scale set contains more than one zone. If there are no zones or only one zone specified, then zonebalance property should not be set.'}) # fmt: skip
@@ -875,9 +875,7 @@ class AzureManagedCluster(AzureResource):
875
875
}
876
876
aad_profile: Optional[AzureManagedClusterAADProfile] =field(default=None, metadata={'description': 'For more details see [managed AAD on AKS](https://docs.microsoft.com/azure/aks/managed-aad).'}) # fmt: skip
877
877
addon_profiles: Optional[Dict[str, AzureManagedClusterAddonProfile]] =field(default=None, metadata={'description': 'The profile of managed cluster add-on.'}) # fmt: skip
878
-
agent_pool_profiles: Optional[List[str]] =field(
879
-
default=None, metadata={"description": "The agent pool properties."}
880
-
)
878
+
agent_pool_profiles: Optional[List[str]] =field(default=None, metadata={"description": "The agent pool properties."}) # fmt: skip
881
879
api_server_access_profile: Optional[AzureManagedClusterAPIServerAccessProfile] =field(default=None, metadata={'description': 'Access profile for managed cluster API server.'}) # fmt: skip
882
880
auto_scaler_profile: Optional[AutoScalerProfile] =field(default=None, metadata={'description': 'Parameters to be applied to the cluster-autoscaler when enabled'}) # fmt: skip
883
881
auto_upgrade_profile: Optional[AzureManagedClusterAutoUpgradeProfile] =field(default=None, metadata={'description': 'Auto upgrade profile for a managed cluster.'}) # fmt: skip
@@ -919,11 +917,30 @@ class AzureManagedCluster(AzureResource):
919
917
workload_auto_scaler_profile: Optional[AzureManagedClusterWorkloadAutoScalerProfile] =field(default=None, metadata={'description': 'Workload Auto-scaler profile for the managed cluster.'}) # fmt: skip
0 commit comments