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 a overload method of ServiceBusConfiguration. configureWithWrapAuthentication with 3 parameters #213

Closed
guangyang opened this issue Feb 4, 2013 · 2 comments

Comments

@guangyang
Copy link
Contributor

Dev estimate: 1
Test estimate: 1

  • namespace - A String object that represents the namespace.
  • authenticationName - A String object that represents the authentication name.
  • authenticationPassword - A String object that represents the authentication password
@alexrios
Copy link

Create another overload of this method?, wouldnt be better create a fluent setter that a developer can set only the necessary parameters instead of passing null or try to guess the arguments? What you think?

newServiceBusConfiguration()
    .OnNamespace("foo")
    .withProfile("bar")
    .authenticatedAs("user")
    .withPassword("pw");

@azuresdkci azuresdkci removed this from the Backlog milestone Sep 21, 2014
@markcowl
Copy link
Member

closing as obsolete. Please reopen if this is till an issue

g2vinay pushed a commit to g2vinay/azure-sdk-for-java that referenced this issue Mar 4, 2019
Set logging properties to null if service does not return them
sima-zhu pushed a commit to sima-zhu/azure-sdk-for-java that referenced this issue Mar 21, 2019
Add ExpectedResponse and UnexpectedResponseExceptionType annotations
g2vinay pushed a commit to g2vinay/azure-sdk-for-java that referenced this issue Jul 9, 2019
* FeedOptions refactoring

* Remove FeedOptionsBase
navalev pushed a commit to navalev/azure-sdk-for-java that referenced this issue Dec 24, 2019
* initial datasource

* fixed linting and style

* more tests wip

* updates to tests wip

* updated the tests

* fixed test bug

* added missing json file

* updated documentation

* changed use of delete command in a test
@github-actions github-actions bot locked and limited conversation to collaborators Apr 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants