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

ServiceBus API renaming from PR suggestions #6578

Merged
merged 2 commits into from
Jun 13, 2019

Conversation

bainian12345
Copy link
Contributor

Renaming some function signatures from PR suggestions

@SeanFeldman
Copy link
Contributor

SeanFeldman commented Jun 13, 2019

@bainian12345 just a suggestion - in the issue description you can say fixes #6548 and you'll get the following:

  1. This PR will be auto-associated with the issue 6548
  2. The issue 6548 will be auto-linked to this PR.
  3. When this PR is merged, the issue will be automatically closed.
  4. Remove the need to go to the issue and point to the PR addressing it.

Auto-linking means there will be a record created in the referenced issue/PR by GitHub.

Hope that helps.

@@ -900,7 +900,7 @@ namespace Microsoft.Azure.ServiceBus.Primitives
public abstract class TokenProvider : Microsoft.Azure.ServiceBus.Primitives.ITokenProvider
{
protected TokenProvider() { }
public static Microsoft.Azure.ServiceBus.Primitives.TokenProvider CreateAadTokenProvider(Microsoft.Azure.ServiceBus.Primitives.AzureActiveDirectoryTokenProvider.AuthenticationCallback authCallback, string authority = "https://login.microsoftonline.com/common", object state = null) { }
public static Microsoft.Azure.ServiceBus.Primitives.TokenProvider CreateAzureActiveDirectoryTokenProvider(Microsoft.Azure.ServiceBus.Primitives.AzureActiveDirectoryTokenProvider.AuthenticationCallback authCallback, string authority = "https://login.microsoftonline.com/common", object state = null) { }
Copy link
Contributor

Choose a reason for hiding this comment

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

👍

@jsquire jsquire added Client This issue points to a problem in the data-plane of the library. Service Bus labels Jun 13, 2019
@jsquire jsquire merged commit 6d466eb into Azure:master Jun 13, 2019
@bainian12345 bainian12345 deleted the bailiu_ServiceBusApiRenaming branch June 13, 2019 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Client This issue points to a problem in the data-plane of the library. Service Bus
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants