-
Notifications
You must be signed in to change notification settings - Fork 517
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
Fixed parDdosEnabled/parDdosPlanName camel casing #196
Fixed parDdosEnabled/parDdosPlanName camel casing #196
Conversation
I cannot access ADO item link so I have not checked the item when creating the pull request. |
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.
Thanks @cbezenco,
Can you also change the output and the resources symbolic name to all follow camelCasing properly as well?
Also please update the docs if required.
Massively appreciate this and look forward to merging once ready 👍
That's fine. I need to update the PR template |
Ok will do. |
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.
Thanks @cbezenco, just a few more small bits 👍👍
…example, doc and validate.yaml
/azp run e2e |
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.
Thanks @cbezenco,
can we ensue that the resource name parameter input for the DDoS plan is alz-ddos-plan
across all references including parameter example files?
Thanks
DDoS plan is alz-ddos-plan across all references. Done and tested successfully. |
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.
Can still see references to alz-ddos-Plan
instead of alz-ddos-plan
https://github.com/cbezenco/ALZ-Bicep/blob/71b660ade82e76ea8cb5c7b8dbea707e551c7a84/infra-as-code/bicep/modules/hubNetworking/hubNetworking.parameters.example.json#L52
Weird... I can see it but doing a github searching on my repo does not report it (see snapshoot). I used Github search for the other changes and it was working. Am I doing something wrong ? I did file search using Visual Studio Code and it did report 3 more isntances that I fixed. I hope this is ok now... Still wonder why Github search does not seem to work on that particular search. |
/azp run e2e |
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.
LGTM 🚢
Overview/Summary
Fix for bug #195
This PR fixes/adds/changes/removes
Changed casing for parDDoS to parDdos on parDdosEnabled and parDdosPlanName in hubnetworking.bicep
Breaking Changes
None
Testing Evidence
PS C:\GithubCamelCasingFix\ALZ-Bicep> New-AzResourceGroupDeployment `
DeploymentName : hubNetworking
ResourceGroupName : rg-LAB2-hub
ProvisioningState : Succeeded
Timestamp : 3/29/2022 8:05:01 AM
Mode : Incremental
TemplateLink :
Parameters :
As part of this Pull Request I have
main
branch