Skip to content

Commit

Permalink
Merge pull request #2484 from saragluna/patch-1
Browse files Browse the repository at this point in the history
Fix typo in the readme file
  • Loading branch information
wangmingliang-ms committed Aug 23, 2024
2 parents 3da56c7 + 9213645 commit 29976be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ Maven Plugin | Maven Central Version | Build Status

All the Azure Maven plugins share the same authentication logic. There are 4 authentication methods by priority order:

1. [Service Principles in plugin configuration](https://github.com/microsoft/azure-maven-plugins/wiki/Authentication#service-principles-in-plugin-configuration)
1. [Service Principles in settings.xml](https://github.com/microsoft/azure-maven-plugins/wiki/Authentication#service-principles-in-settings.xml) (Recommended for production use)
1. [Service Principals in plugin configuration](https://github.com/microsoft/azure-maven-plugins/wiki/Authentication#service-principles-in-plugin-configuration)
1. [Service Principals in settings.xml](https://github.com/microsoft/azure-maven-plugins/wiki/Authentication#service-principles-in-settings.xml) (Recommended for production use)
1. [Maven Plugin for Azure Account](https://github.com/microsoft/azure-maven-plugins/wiki/Authentication#maven-plugin-for-azure-account) (Default if no other method are used)
1. [Azure CLI](https://github.com/microsoft/azure-maven-plugins/wiki/Authentication#azure-cli)

For example, if you have not only Service Principles configured in your plugin configuration, but also Azure CLI installed and logged in, the Azure Maven plugins will use the Service Principles in your plugin configuration.
For example, if you have not only Service Principals configured in your plugin configuration, but also Azure CLI installed and logged in, the Azure Maven plugins will use the Service Principals in your plugin configuration.

If no credential found, Azure Maven plugins will automatically log you in with the third method like OAuth or DeviceLogin provided by Maven Plugin for Azure Account.

Expand Down

0 comments on commit 29976be

Please sign in to comment.