We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c1e1f8 commit e8c8b1fCopy full SHA for e8c8b1f
AcmeCaPlugin/Clients/DNS/InfobloxDnsProvider.cs
@@ -90,7 +90,7 @@ public async Task<bool> CreateRecordAsync(string recordName, string txtValue)
90
continue;
91
}
92
93
- var recordRef = refProperty.GetString();
+ var recordRef = "./" + refProperty.GetString();
94
if (string.IsNullOrEmpty(recordRef))
95
{
96
_logger?.LogWarning("[Infoblox] Record _ref is null or empty");
0 commit comments