-
Notifications
You must be signed in to change notification settings - Fork 513
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
Feature: Added new deployment toggles to hub-spoke #699
Conversation
/azp run validateazcloud |
Azure Pipelines successfully started running 1 pipeline(s). |
The following is missing to make this work as it is now. Without this, it will check if a subnet is created with
I also noticed that varVpnGwConfig and varErGwConfig will deploy the PublicIP by default. I want to leave the code in for GwConfig, because maybe I want to use it later. With the toggles/boolean, we are now able to remove the check if empty and simple check if true/false. If it is false, then it gives the
Also, a minor wording issue:
Should say.
|
be7d4a6
to
b41c87d
Compare
Thanks @FallenHoot, as mentioned in Teams thread, going to open separate PR for subnet related changes. Have included your other recommendations though. |
/azp run validateazcloud |
Azure Pipelines successfully started running 1 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a couple of comments
Co-authored-by: Jack Tracey <[email protected]>
Co-authored-by: Jack Tracey <[email protected]>
Feature: Added new deployment toggles to hub-spoke (Azure#699)
Overview/Summary
Add additional deployment toggles for the hub-spoke module for feature parity with the VWAN module.
This PR fixes/adds/changes/removes
Breaking Changes
Testing Evidence
Validated the following with both parVpnGatewayConfig and parExpressRouteGatewayConfig objects containing data:
As part of this Pull Request I have
.bicep
file/s I am adding/editing are using the latest API version possiblemain
branch