What type of change does your code introduce to the provider? Please put an x (w/o heading/trailing white spaces) in the boxes that apply:
[x] New feature (change that adds new functionality)
[ ] Bug-fix (change that fixes current functionality)
[ ] Tech debt (enhances the current functionality)
[ ] New release (pumps the version)
Checklist
Please put an x (w/o heading/trailing white spaces) in the boxes that apply:
[x] I have read and followed the CONTRIBUTING guidelines
[x] I have added tests that prove my fix is effective or that my feature works
[x] I have made sure code compiles correctly and all tests are passing by running make test-all
[x] I have added/updated necessary documentation (if appropriate)
[x] I have added the following info to the title of the PR (pick the appropriate option for the type of change). This is important because the release notes will include this information.
[x] Feature Request: PRs related to feature requests should have in the title [FeatureRequest: Issue #X] <PR Title>
[ ] Bug Fixes: PRs related to bug fixes should have in the title [BugFix: Issue #X] <PR Title>
[ ] Tech Debt: PRs related to technical debt should have in the title [TechDebt: Issue #X] <PR Title>
[ ] New Release: PRs related to a new release should have in the title [NewRelease] vX.Y.Z
What problem does this Pull Request solve?
Closes #352
Type of change
What type of change does your code introduce to the provider? Please put an
x
(w/o heading/trailing white spaces) in the boxes that apply:Checklist
Please put an
x
(w/o heading/trailing white spaces) in the boxes that apply:make test-all
[FeatureRequest: Issue #X] <PR Title>
[BugFix: Issue #X] <PR Title>
[TechDebt: Issue #X] <PR Title>
[NewRelease] vX.Y.Z
Checklist for Admins