File tree 2 files changed +2
-2
lines changed
Cross Product/DNS - Find Dangling DNS Records/AzDanglingDomain
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 12
12
RootModule = ' AzDanglingDomain'
13
13
14
14
# Version number of this module.
15
- ModuleVersion = ' 0.0.9 '
15
+ ModuleVersion = ' 0.0.10 '
16
16
17
17
# Supported PSEditions
18
18
# CompatiblePSEditions = @('Desktop', 'Core')
Original file line number Diff line number Diff line change @@ -508,7 +508,7 @@ Function Process-CNameList {
508
508
509
509
# Azurefd can have subdomains also which we cannot mark as dangled
510
510
if ($item.FQDN -match " azurefd.net" ) {
511
- $count = (($AzResourcesHash.GetEnumerator () | Where { $item.FQDN -match $_.key }) | Measure-Object ).Count
511
+ $count = (($AzResourcesHash.GetEnumerator () | Where { $item.FQDN -match ' $_.key' }) | Measure-Object ).Count
512
512
if ($count -gt 0 ) {
513
513
[void ]$AzCNameMatchingResources.add ($item )
514
514
}
You can’t perform that action at this time.
0 commit comments