Skip to content

Commit

Permalink
Fix clang formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsonkhan authored Jul 19, 2023
1 parent 751f7b3 commit 5f6be3d
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ namespace Azure { namespace Identity {
}

/**
* @brief Attempts authentication using a managed identity that has been assigned to the deployment environment. This authentication type works in Azure VMs,
* App Service and Azure Functions applications, as well as the Azure Cloud Shell. More information about configuring managed identities can be found here:
* @brief Attempts authentication using a managed identity that has been assigned to the
* deployment environment. This authentication type works in Azure VMs, App Service and Azure
* Functions applications, as well as the Azure Cloud Shell. More information about configuring
* managed identities can be found here:
* https://docs.microsoft.com/azure/active-directory/managed-identities-azure-resources/overview
*/
class ManagedIdentityCredential final : public Core::Credentials::TokenCredential {
Expand Down

0 comments on commit 5f6be3d

Please sign in to comment.