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

Ignoring resources which have null ipconfig or frontendIPConfig #1760

Merged
merged 1 commit into from
May 19, 2016

Conversation

anaggar
Copy link
Contributor

@anaggar anaggar commented May 19, 2016

No description provided.

@KrishnaAdityaB
Copy link
Contributor

#1604

@@ -496,13 +496,16 @@ function Get-MachinesFqdnsForPublicIP
#Map the ipc to the fqdn
foreach($publicIp in $publicIPAddressResources)
{
if(-not [string]::IsNullOrEmpty($publicIP.DnsSettings.Fqdn))
if(-not [string]::IsNullOrEmpty($publicIp.IpConfiguration.Id))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good to have both the checks. Verify DnsSettings.Fqdn too.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we are doing that also in next statement..

@pavanadepu2
Copy link
Contributor

Looks fine

@pstricker
Copy link

Has this been released yet?

@ericsciple
Copy link
Contributor

Based on when it was merged to master and the deployment schedule, I think it should be there.

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

Successfully merging this pull request may close these issues.

7 participants