We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75fdc53 commit 17cd7c1Copy full SHA for 17cd7c1
src/aks-preview/azext_aks_preview/managed_cluster_decorator.py
@@ -2867,6 +2867,7 @@ def get_migrate_vmas_to_vms(self) -> bool:
2867
"""
2868
return self.raw_param.get("migrate_vmas_to_vms")
2869
2870
+
2871
# pylint: disable=too-many-public-methods
2872
class AKSPreviewManagedClusterCreateDecorator(AKSManagedClusterCreateDecorator):
2873
def __init__(
0 commit comments