Skip to content

WebApp bash tests and modifications #1593

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 31 commits into from
Jan 7, 2016
Merged

WebApp bash tests and modifications #1593

merged 31 commits into from
Jan 7, 2016

Conversation

amarzavery
Copy link
Contributor

No description provided.

amarzavery and others added 28 commits December 16, 2015 18:13
@@ -0,0 +1,17 @@
#!/bin/bash
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This whole file should be removed

@@ -68,7 +68,7 @@ public class SetAzureWebAppCmdlet : WebAppBaseCmdlet
[Parameter(ParameterSetName = ParameterSet1Name, Position = 10, Mandatory = false, HelpMessage = "Web app connection strings. Example: -ConnectionStrings @{ ConnectionString1 = @{ Type = \"MySql\"; Value = \"MySql Connection string\"}; ConnectionString2 = @{ Type = \"SQLAzure\"; Value = \"SqlAzure Connection string 2\"} }")]
[ValidateNotNullOrEmpty]
[ValidateConnectionStrings]
public Hashtable ConnectionStrings { get; set; }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add

// TODO: CLU
//public Hashtable ConnectionStrings { get; set; }

amarzavery added a commit that referenced this pull request Jan 7, 2016
WebApp bash tests and modifications
@amarzavery amarzavery merged commit 6fe8424 into Azure:clu Jan 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants