caveat: you cannot get a fqdn for a VM in the same config file
        as it will try and resolve before deploying the arm
        template
This commit is contained in:
Paul Edwards 2020-03-23 10:07:11 +00:00
Родитель 97cfa39d92
Коммит eecc592ea3
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -128,8 +128,7 @@ class ConfigFile:
path = ".".join(parts[2:])
res = f"{url}{path}?{saskey}"
elif prefix == "fqdn":
pass
#azutil.get_fqdn(self.data["resource_group"], parts[1]+"pip")
azutil.get_fqdn(self.data["resource_group"], parts[1]+"pip")
elif prefix == "sakey":
res = azutil.get_storage_key(parts[1])
elif prefix == "saskey":