Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ public class GetAzureServiceProjectRoleRuntimeCommand : AzurePSCmdlet
/// The manifest parameter is mainly a testing hook.
/// </summary>
/// <param name="runtimeType">The runtime type to filter by</param>
/// <param name="rootPath">The path to the service in question</param>
/// <param name="manifest">The path to the manifest file, if null, the default cloud manifest is used (test hook)</param>
[PermissionSet(SecurityAction.Demand, Name = "FullTrust")]
public void GetAzureRuntimesProcess(string runtimeType, string manifest = null)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.<configuration>.config (like Web.Release.config)
/// 2. Web.&lt;configuration&gt;.config (like Web.Release.config)
/// This only works when -ProjectFile is used and -ConnectionString is not used.
/// </summary>
/// <returns>The dynamic parameters.</returns>
Expand Down