Skip to content

Commit 6f497b5

Browse files
authored
[Add Identity Script] Fix indentation (Azure#15451)
1 parent f29ad54 commit 6f497b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

common/tools/add-identity-mgmt-lib.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ If you are on a [Node.js that has LTS status](https://nodejs.org/about/releases/
8686
- Follow the instructions in the section on Authenticating client side browser applications in [Azure Identity examples](https://aka.ms/azsdk/js/identity/examples) to register your application in the Microsoft identity platform and set the right permissions.
8787
- Copy the client ID and tenant ID from the Overview section of your app registration in Azure portal and use it in the browser sample below.
8888
- If you are writing a server side application,
89-
- [Select a credential from \`@azure/identity\` based on the authentication method of your choice](https://aka.ms/azsdk/js/identity/examples)
90-
- Complete the set up steps required by the credential if any.
91-
- Use the credential you picked in the place of \`DefaultAzureCredential\` in the Node.js sample below.
89+
- [Select a credential from \`@azure/identity\` based on the authentication method of your choice](https://aka.ms/azsdk/js/identity/examples)
90+
- Complete the set up steps required by the credential if any.
91+
- Use the credential you picked in the place of \`DefaultAzureCredential\` in the Node.js sample below.
9292
9393
In the below samples, we pass the credential and the Azure subscription id to instantiate the client.
9494
Once the client is created, explore the operations on it either in your favorite editor or in our [API reference documentation](https://docs.microsoft.com/javascript/api) to get started.

0 commit comments

Comments
 (0)