We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fa9f6e commit d504901Copy full SHA for d504901
2 files changed
src/azure-cli/azure/cli/command_modules/acs/_consts.py
@@ -211,12 +211,6 @@
211
CONST_ARTIFACT_SOURCE_DIRECT = "Direct"
212
CONST_ARTIFACT_SOURCE_CACHE = "Cache"
213
214
-# consts for network isolated cluster
215
-CONST_ARTIFACT_SOURCE_DIRECT = "Direct"
216
-CONST_ARTIFACT_SOURCE_CACHE = "Cache"
217
-
218
219
220
# consts for decorator pattern
221
class DecoratorMode(Enum):
222
"""Enumerations used to distinguish whether to handle creation or update.
src/azure-cli/azure/cli/command_modules/acs/_validators.py
@@ -29,6 +29,7 @@
29
from azure.cli.core.util import CLIError
30
from knack.log import get_logger
31
32
+
33
logger = get_logger(__name__)
34
35
0 commit comments