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 method on entities for concatenating locations #29

Merged
merged 2 commits into from Feb 1, 2015

Conversation

jen20
Copy link
Contributor

@jen20 jen20 commented Jan 31, 2015

As discussed in #26.

This eliminates some repetition in the location client by implementing Stringer on a LocationList as a comma separated list of the location names.

This eliminates some repetition in the location client by implementing
Stringer on a LocationList as a comma separated list of the location
names.
}

return errors.New(fmt.Sprintf(invalidLocationError, location, strings.Trim(availableLocations.String(), ", ")))
return errors.New(fmt.Sprintf(invalidLocationError, location, locations.String()))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.String() is redundant

@ahmetb
Copy link
Contributor

ahmetb commented Feb 1, 2015

also please consider using git config to configure your local repo config using the email address you have on github. committer/author seems different in commits tab. https://help.github.com/articles/why-are-my-commits-linked-to-the-wrong-user/ & https://help.github.com/articles/changing-author-info/

@jen20
Copy link
Contributor Author

jen20 commented Feb 1, 2015

@ahmetalpbalkan that was due to a missing email address on GitHub - not sure where it went... All fixed now.

@ruslangabitov
Copy link
Contributor

LGTM
@jen20 can you please sign a CLA at https://cla.msopentech.com/

@jen20
Copy link
Contributor Author

jen20 commented Feb 1, 2015

Signed. Was fairly sure I'd done that in the past but apparently before that system!

ruslangabitov added a commit that referenced this pull request Feb 1, 2015
Add method on entities for concatenating locations
@ruslangabitov ruslangabitov merged commit acc54a2 into Azure:master Feb 1, 2015
@jen20 jen20 deleted the location-concatenation branch February 5, 2015 16:40
marstr pushed a commit to marstr/azure-sdk-for-go that referenced this pull request Apr 27, 2017
* Added missing parameters
As a bonus, updated all documentation links

* Fix Travis

* Comments from review
marstr pushed a commit that referenced this pull request Apr 28, 2017
* Added missing parameters
As a bonus, updated all documentation links

* Fix Travis

* Comments from review
mcardosos added a commit that referenced this pull request May 4, 2017
* Added missing parameters
As a bonus, updated all documentation links

* Fix Travis

* Comments from review
AutorestCI added a commit that referenced this pull request Aug 21, 2019
Merge pull request #29 from leonardbf/ANF-169-add-07-swagger

ANF-169 add 2019-07-01 swagger
richardpark-msft pushed a commit to richardpark-msft/azure-sdk-for-go that referenced this pull request Aug 5, 2021
benbp pushed a commit to benbp/azure-sdk-for-go that referenced this pull request Sep 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants