-
Notifications
You must be signed in to change notification settings - Fork 1
Introduce Managed Identity configuration #2
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
Introduce Managed Identity configuration #2
Conversation
src/Atc.Azure.Messaging/EventHub/EventHubCredentialsPublisherFactory.cs
Outdated
Show resolved
Hide resolved
src/Atc.Azure.Messaging/EventHub/EventHubCredentialsPublisherFactory.cs
Outdated
Show resolved
Hide resolved
src/Atc.Azure.Messaging/EventHub/EventHubCredentialsPublisherFactory.cs
Outdated
Show resolved
Hide resolved
src/Atc.Azure.Messaging/ServiceBus/ServiceBusCredentialsClientFactory.cs
Outdated
Show resolved
Hide resolved
Changed accessors for classes Added coding rules for uninstantiated classes Exposed internal classes to Test assembly
@@ -0,0 +1,39 @@ | |||
using System.Diagnostics.CodeAnalysis; |
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.
Move to GlobalUsings
@@ -0,0 +1,31 @@ | |||
using Atc.Azure.Options.Authorization; |
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.
Move to GlobalUsings
@@ -1,26 +1,68 @@ | |||
using System.Diagnostics.CodeAnalysis; |
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.
Move to GlobalUsings
@@ -0,0 +1,60 @@ | |||
using Atc.Azure.Messaging.EventHub; |
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.
Move to GlobalUsings
@@ -0,0 +1,59 @@ | |||
using Atc.Azure.Messaging.ServiceBus; |
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.
Move to GlobalUsings
@@ -0,0 +1,73 @@ | |||
using Atc.Azure.Messaging.EventHub; |
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.
Move to GlobalUsings
No description provided.