-
Notifications
You must be signed in to change notification settings - Fork 434
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
Allow uppercase chars in service and plan names #433
Conversation
Hey duglin! Thanks for submitting this pull request! I'm here to inform the recipients of the pull request that you and the commit authors have already signed the CLA. |
spec.md
Outdated
@@ -353,7 +359,7 @@ It is therefore RECOMMENDED that implementations avoid such strings. | |||
|
|||
| Response field | Type | Description | | |||
| --- | --- | --- | | |||
| name* | string | A CLI-friendly name of the service. MUST only contain lowercase characters, numbers and hyphens (no spaces). MUST be unique across all service objects returned in this response. MUST be a non-empty string. | | |||
| name* | string | A CLI-friendly name of the service. MUST only contain alphanumerica characters and hyphens (no spaces). MUST be unique across all service objects returned in this response. MUST be a non-empty string. | |
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.
typo? alphanumeric
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.
fixed!
Closes openservicebrokerapi#422 Signed-off-by: Doug Davis <dug@us.ibm.com>
fixed typo and added text around how names are now case-sensitive |
re-reviews needed due to minor tweaks |
Closes #422
Signed-off-by: Doug Davis dug@us.ibm.com