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

Add upper letter protocol to security group #1381

Merged
merged 2 commits into from
Dec 19, 2023

Conversation

Fred-sun
Copy link
Collaborator

SUMMARY

Add upper letter protocol to security group, try to fixes #1358

ISSUE TYPE
  • Bugfix Pull Request
  • Docs Pull Request
  • Feature Pull Request
  • New Module Pull Request
COMPONENT NAME

azure_rm_securitygroup.py

ADDITIONAL INFORMATION

@Fred-sun Fred-sun added the ready_for_review The PR has been modified and can be reviewed and merged label Dec 19, 2023
@xuzhang3 xuzhang3 merged commit abea635 into ansible-collections:dev Dec 19, 2023
@Mohammad-Atif-Khan
Copy link

Is this going to offer the different cases of option in autocomplete (via Ansible extension)?

If yes, Respectfully, I don't think this is an elegant solution. The Module docs and developer experience is going to be ugly.

I would instead propose a solution involving transforming the input case (all lower or all upper), so it takes care of the case matching in the background.

@Fred-sun Fred-sun deleted the Add_upper_protocol branch December 22, 2023 00:33
@Fred-sun
Copy link
Collaborator Author

@Mohammad-Atif-Khan Thank you very much for your reply! This choice is a choice that specifies the parameters, and some users prefer uppercase or uppercase. That's why the option is added. We have conversions in the module, which convert all the parameters passed in to uppercase. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready_for_review The PR has been modified and can be reviewed and merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

protocol parameter case mismatch azure_rm_securitygroup
3 participants