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

Make azure.ParamNotSpecifiedError unexported #28

Merged
merged 1 commit into from Feb 3, 2015

Conversation

jen20
Copy link
Contributor

@jen20 jen20 commented Jan 31, 2015

As discussed during #26.

This necessitates duplication of the error message across the various different packages, however for the cleanliness of the API this seems worthwhile given that the error messages should likely not be localized anyway.

@ahmetb
Copy link
Contributor

ahmetb commented Feb 1, 2015

lgtm.

This necessitates duplication of the error message across the various
different packages, however for the cleanliness of the API this seems
worthwhile given that the error messages should likely not be localized
anyway.
@jeffmendoza
Copy link

@jen20 Can you sign a CLA here: https://cla.msopentech.com/ ?
Thanks

@jeffmendoza
Copy link

@jen20 Sorry, we're switching to a new system, try: https://cla2.msopentech.com/

@jen20
Copy link
Contributor Author

jen20 commented Feb 2, 2015

@jeffmendoza I just did a second one yesterday?

@jen20
Copy link
Contributor Author

jen20 commented Feb 3, 2015

Just done yet another CLA!

ruslangabitov added a commit that referenced this pull request Feb 3, 2015
Make azure.ParamNotSpecifiedError unexported
@ruslangabitov ruslangabitov merged commit 9abf8bf into Azure:master Feb 3, 2015
@jen20 jen20 deleted the private-error-messages branch February 5, 2015 16:40
marstr pushed a commit to marstr/azure-sdk-for-go that referenced this pull request Apr 27, 2017
* Different funcs for write and clear blob pages

* Fixed tests, and changed a name for consistency
marstr pushed a commit that referenced this pull request Apr 28, 2017
* Different funcs for write and clear blob pages

* Fixed tests, and changed a name for consistency
mcardosos added a commit that referenced this pull request May 4, 2017
* Different funcs for write and clear blob pages

* Fixed tests, and changed a name for consistency
AutorestCI added a commit that referenced this pull request May 24, 2019
Merge pull request #28 from leonardbf/NFSAAS-2436-R4-corrections

NFSAAS-2436 corrections to R4 standard
AutorestCI added a commit that referenced this pull request Jun 4, 2019
… swagger for GA (#4861)

* Generated from 3c2d64eec013f8a6a4666a83a2e3daf9fd44b821

Merge pull request #25 from leonardbf/NFSAAS-2436-R4-corrections

NFSAAS-2436 corrections to R4 standard

* Generated from f897f2476e09958144c8dd8f3db8699ee6636763

Merge pull request #26 from leonardbf/NFSAAS-2436-R4-corrections

NFSAAS-2436 corrections to R4 standard

* Generated from 81ff9dd1f123face9e3dae304a8971234c6a5542

Merge pull request #28 from leonardbf/NFSAAS-2436-R4-corrections

NFSAAS-2436 corrections to R4 standard
jhendrixMSFT pushed a commit that referenced this pull request Jun 4, 2019
… swagger for GA (#4861)

* Generated from 3c2d64eec013f8a6a4666a83a2e3daf9fd44b821

Merge pull request #25 from leonardbf/NFSAAS-2436-R4-corrections

NFSAAS-2436 corrections to R4 standard

* Generated from f897f2476e09958144c8dd8f3db8699ee6636763

Merge pull request #26 from leonardbf/NFSAAS-2436-R4-corrections

NFSAAS-2436 corrections to R4 standard

* Generated from 81ff9dd1f123face9e3dae304a8971234c6a5542

Merge pull request #28 from leonardbf/NFSAAS-2436-R4-corrections

NFSAAS-2436 corrections to R4 standard
richardpark-msft pushed a commit to richardpark-msft/azure-sdk-for-go that referenced this pull request Aug 5, 2021
Stripping away context from NewQueue constructor
richardpark-msft pushed a commit to richardpark-msft/azure-sdk-for-go that referenced this pull request Aug 5, 2021
* Removing context from Subscription and Topic constructors.

This is done to drive API consistency after Azure#28. The reasoning is the same;
now that there is no out-of-process work to do in these constructors,
there need not be a cancellation token injected. It would also make for
some very verbose log messages.

* Updating tests
benbp pushed a commit to benbp/azure-sdk-for-go that referenced this pull request Sep 15, 2021
* Removing context from Subscription and Topic constructors.

This is done to drive API consistency after Azure#28. The reasoning is the same;
now that there is no out-of-process work to do in these constructors,
there need not be a cancellation token injected. It would also make for
some very verbose log messages.

* Updating tests
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

4 participants