We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1edaedb commit e86e9f5Copy full SHA for e86e9f5
src/azure-cli/azure/cli/command_modules/acs/managed_cluster_decorator.py
@@ -956,7 +956,6 @@ def get_enable_run_command(self) -> bool:
956
"""
957
return self._get_enable_run_command(enable_validation=True)
958
959
-
960
def _get_disable_run_command(self, enable_validation: bool = False) -> bool:
961
"""Internal function to obtain the value of disable_run_command.
962
:return: bool
0 commit comments