From 020af1e33a79fc2205c9f5e3e30171c49d963371 Mon Sep 17 00:00:00 2001 From: Robert Hencke Date: Sun, 26 Jul 2015 00:43:39 -0400 Subject: [PATCH] Fix minor documentation errors. --- .../Development/GetAzureServiceProjectRoleRuntime.cs | 1 - .../Services/Commands/Websites/PublishAzureWebsiteProject.cs | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ServiceManagement/Services/Commands/CloudService/Development/GetAzureServiceProjectRoleRuntime.cs b/src/ServiceManagement/Services/Commands/CloudService/Development/GetAzureServiceProjectRoleRuntime.cs index 9ec8be051c4a..c0fd41d9b53d 100644 --- a/src/ServiceManagement/Services/Commands/CloudService/Development/GetAzureServiceProjectRoleRuntime.cs +++ b/src/ServiceManagement/Services/Commands/CloudService/Development/GetAzureServiceProjectRoleRuntime.cs @@ -35,7 +35,6 @@ public class GetAzureServiceProjectRoleRuntimeCommand : AzurePSCmdlet /// The manifest parameter is mainly a testing hook. /// /// The runtime type to filter by - /// The path to the service in question /// The path to the manifest file, if null, the default cloud manifest is used (test hook) [PermissionSet(SecurityAction.Demand, Name = "FullTrust")] public void GetAzureRuntimesProcess(string runtimeType, string manifest = null) diff --git a/src/ServiceManagement/Services/Commands/Websites/PublishAzureWebsiteProject.cs b/src/ServiceManagement/Services/Commands/Websites/PublishAzureWebsiteProject.cs index 6354ba3b141a..e5a374a7eddd 100644 --- a/src/ServiceManagement/Services/Commands/Websites/PublishAzureWebsiteProject.cs +++ b/src/ServiceManagement/Services/Commands/Websites/PublishAzureWebsiteProject.cs @@ -100,7 +100,7 @@ public override void ExecuteCmdlet() /// Generate dynamic parameters based on the connection strings in the Web.config. /// It will look at 2 Web.config files: /// 1. Web.config - /// 2. Web..config (like Web.Release.config) + /// 2. Web.<configuration>.config (like Web.Release.config) /// This only works when -ProjectFile is used and -ConnectionString is not used. /// /// The dynamic parameters.