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 458e8cb commit da554c3Copy full SHA for da554c3
src/azure-cli/azure/cli/command_modules/network/custom.py
@@ -1668,6 +1668,7 @@ def _build_record(cmd, data):
1668
def import_zone(cmd, resource_group_name, zone_name, file_name):
1669
from azure.cli.core.util import read_file_content
1670
import sys
1671
+ logger.warning("In the future, zone name will be case insensitive.")
1672
RecordSet = cmd.get_models('RecordSet', resource_type=ResourceType.MGMT_NETWORK_DNS)
1673
1674
file_text = read_file_content(file_name)
0 commit comments