Find method Azure KeyPairService
Open
good first issue
- Dominant language
- Python
- Stars
- 117
- Forks
- 51
- Avg merge
- 9h 17m
- Merged PRs (30d)
- 5
Description
Right now, the `find` method in `AzureKeyPairService` always returns a list with only one item, essentially duplicating `get` and wrapping it in a singleton list (name and id are the same property at the moment).
We could alternatively have it list all keypairs within a Resource Group & Storage Account, and do a non-exact match that would return a list with all matches (similar to the OpenStack implementation).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.