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

[Fixes] Updated a "depends on" condtion on natgateway for pip address #3380

Merged
merged 1 commit into from
Jun 28, 2023

Conversation

suspand
Copy link
Contributor

@suspand suspand commented Jun 27, 2023

…atGatewayPublicIpAddress=true"

Error Encountered: PublicIPAddress Not Found- In the main.bicep file, if we set the parameter value of natGatewayPublicIpAddress to true, the module throws an error indicating that the publicipaddress cannot be found.

Thank you for your contribution !

The module in main.bicep throws an error stating that the publicipaddress is not found when we set the parameter value of natGatewayPublicIpAddress to true. To resolve this issue, it is necessary to include a dependency condition in the natgateway resource, ensuring it depends on the publicipaddress module.

Pipeline references

For module/pipeline changes, please create and attach the status badge of your successful run.

Pipeline

Type of Change

Please delete options that are not relevant.

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Update to documentation

Checklist

  • I'm sure there are no other open Pull Requests for the same update/change
  • My corresponding pipelines / checks run clean and green without any errors or warnings
  • My code follows the style guidelines of this project
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation (readme)
  • I did format my code

@suspand suspand requested a review from a team as a code owner June 27, 2023 22:51
@suspand suspand closed this Jun 28, 2023
@suspand suspand deleted the sushmita/fixNatgatewayPublicIpAddress branch June 28, 2023 07:19
@suspand suspand restored the sushmita/fixNatgatewayPublicIpAddress branch June 28, 2023 11:55
@suspand suspand reopened this Jun 28, 2023
@eriqua eriqua changed the title updated a "dependson" condtion on natgateway resource for the case "n… [Fixes] Updated a "depends on" condtion on natgateway for pip address Jun 28, 2023
@eriqua eriqua enabled auto-merge (squash) June 28, 2023 19:30
@eriqua eriqua added bug Something isn't working [cat] modules category: modules labels Jun 28, 2023
@eriqua eriqua linked an issue Jun 28, 2023 that may be closed by this pull request
Copy link
Contributor

@eriqua eriqua left a comment

Choose a reason for hiding this comment

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

🆗

@eriqua eriqua merged commit d3ca8c2 into Azure:main Jun 28, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working [cat] modules category: modules
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug Report]: Error Encountered: PublicIPAddress Not Found
3 participants