Skip to content

Commit c4c6d39

Browse files
authored
Updated how-to-signing-integrations.md
Added new lines where appropriate
1 parent b4342eb commit c4c6d39

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/trusted-signing/how-to-signing-integrations.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -165,13 +165,13 @@ Each authentication method can be disabled individually to avoid unnecessary att
165165

166166
For example, when authenticating with [EnvironmentCredential](/dotnet/api/azure.identity.environmentcredential) specifically, disable the other credentials with the following inputs:
167167

168-
ExcludeEnvironmentCredential: false
169-
ExcludeManagedIdentityCredential: true
170-
ExcludeSharedTokenCacheCredential: true
171-
ExcludeVisualStudioCredential: true
172-
ExcludeVisualStudioCodeCredential: true
173-
ExcludeAzureCliCredential: true
174-
ExcludeAzurePowershellCredential: true
168+
ExcludeEnvironmentCredential: false
169+
ExcludeManagedIdentityCredential: true
170+
ExcludeSharedTokenCacheCredential: true
171+
ExcludeVisualStudioCredential: true
172+
ExcludeVisualStudioCodeCredential: true
173+
ExcludeAzureCliCredential: true
174+
ExcludeAzurePowershellCredential: true
175175
ExcludeInteractiveBrowserCredential: true
176176

177177
Similarly, if using for example an [AzureCliCredential](/dotnet/api/azure.identity.azureclicredential) , then we want to skip over attempting to authenticate with the several methods that come before it in order.

0 commit comments

Comments
 (0)