-
Notifications
You must be signed in to change notification settings - Fork 4k
Azure Firewall Policy Commandlets #10204
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
Azure Firewall Policy Commandlets #10204
Conversation
All the comments are resolved and all the checks are passing. Please let me know if there are any more comments :) |
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 but is there a reason why most of new models' properties are names in camelCase? C#'s conventions are to name them in PascalCase. It won't be a problem for AutoMapper
This was a one off thing where we had to use a polymorphic JSON converter to convert from the PS object to the sdk object and it was just accepting the camel case. |
Thanks for pointing that out!
@saisujithreddym , please use the following syntax to specify the property name in JSON: [JsonProperty(PropertyName="key", Order=3)]
string Key { get; set; } Thanks |
@isra-fel I was thinking about the same solution lately and was working on it on the sidelines. I have pushed the changes. Please let me know if you have any more comments. |
Description
The changes include adding new commandlets to support azure firewall policy operation.
Design review: https://github.com/Azure/azure-powershell-cmdlet-review-pr/issues/389
Checklist
CONTRIBUTING.md
ChangeLog.md
file(s) has been updated:ChangeLog.md
file can be found atsrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
## Upcoming Release
header -- no new version header should be addedNote
There were some changes regarding the commandlet names after the design review: