Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error with the Get-DanglingDnsRecords script when running against multiple azure subscriptions #362

Open
SumeshP opened this issue May 31, 2024 · 2 comments
Assignees

Comments

@SumeshP
Copy link

SumeshP commented May 31, 2024

Error with the Get-DanglingDnsRecords script when running against multiple azure subscriptions.

Link:
(https://github.com/Azure/Azure-Network-Security/tree/master/Cross%20Product/DNS%20-%20Find%20Dangling%20DNS%20Records)

Get-DanglingDnsRecords : Method invocation failed because [System.Management.Automation.PSObject] does not contain a
method named 'op_Addition'.
At line:1 char:1

  • Get-DanglingDnsRecords -FetchDnsRecordsFromAzureSubscription -Verbose
  •   + CategoryInfo          : InvalidOperation: (op_Addition:String) [Get-DanglingDnsRecords], RuntimeException
      + FullyQualifiedErrorId : MethodNotFound,Get-DanglingDnsRecords
    
    

Reproduce
Steps to reproduce the behavior:
Install-Module -Name AzDanglingDomain -Scope CurrentUser
Import-Module -Name AzDanglingDomain -Force
Get-DanglingDnsRecords -FetchDnsRecordsFromAzureSubscription

Expected behavior
No errors when adding elements to array when there are more than one subscriptions.

Environment- if applicable
$PSVersionTable

Name Value


PSVersion 5.1.22621.2506
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.22621.2506
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1

Desktop (please complete the following information if applicable):

  • OS: Win 11
Copy link

Message that will be displayed on users' first issue

@shabaz-github
Copy link
Collaborator

@abhijeetgaiha / @tanviohri - Hello Team, Please take a look at this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants