Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Commit

Permalink
Republished samples with Fluent 1.1.3 reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Hovsep Mkrtchyan committed Jun 28, 2017
1 parent b6b7a87 commit b813247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Common/Utilities.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1525,7 +1525,7 @@ public static void Print(IRegistry azureRegistry)
{
StringBuilder info = new StringBuilder();

RegistryListCredentialsResultInner acrCredentials = azureRegistry.ListCredentials();
RegistryListCredentials acrCredentials = azureRegistry.ListCredentials();
info.Append("Azure Container Registry: ").Append(azureRegistry.Id)
.Append("\n\tName: ").Append(azureRegistry.Name)
.Append("\n\tServer Url: ").Append(azureRegistry.LoginServerUrl)
Expand Down

0 comments on commit b813247

Please sign in to comment.