We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 226ddc3 commit ed7f981Copy full SHA for ed7f981
2 files changed
src/azure-cli/azure/cli/command_modules/network/azure_stack/zone_file/parse_zone_file.py
@@ -289,8 +289,6 @@ def _add_record_names(text):
289
Go through each line of the text and ensure that
290
a name is defined. Use previous record name if there is none.
291
"""
292
- global SUPPORTED_RECORDS
293
-
294
lines = text.split("\n")
295
ret = []
296
previous_record_name = None
src/azure-cli/azure/cli/command_modules/network/zone_file/parse_zone_file.py
@@ -293,8 +293,6 @@ def _add_record_names(text):
297
298
299
300
0 commit comments