Skip to content

Commit 54b26d9

Browse files
author
Samuel Anudeep
committed
Modified a comment based on surkumar's suggestions.
1 parent 0eca33d commit 54b26d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ResourceManager/AzureBackup/Commands.AzureBackup/Cmdlets/VaultCredentials/GetAzureBackupVaultCredentials.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public override void ExecuteCmdlet()
6666
string channelIntegrityKey = string.Empty;
6767
try
6868
{
69-
// Upload cert into acs namespace
69+
// Upload cert into ID Mgmt
7070
WriteVerbose(string.Format(CultureInfo.InvariantCulture, "RecoveryService - Going to upload the certificate"));
7171
acsNamespace = UploadCert(cert, subscriptionId, ResourceName, resourceType, ResourceGroupName);
7272
WriteVerbose(string.Format(CultureInfo.InvariantCulture, "RecoveryService - Successfully uploaded the certificate"));
@@ -198,4 +198,4 @@ private XmlWriterSettings GetXmlWriterSettings()
198198
};
199199
}
200200
}
201-
}
201+
}

0 commit comments

Comments
 (0)