Skip to content

bug fix and test case for slot issue #441

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

Closed
wants to merge 1 commit into from
Closed

Conversation

NaveenGoli
Copy link
Contributor

No description provided.

@azurecla
Copy link

Hi @NaveenGoli, I'm your friendly neighborhood Azure Pull Request Bot (You can call me AZPRBOT). Thanks for your contribution!


It looks like you're working at Microsoft (ngoli). If you're full-time, we DON'T require a contribution license agreement.



If you are a vendor, or work for Microsoft Open Technologies, DO please sign the electronic contribution license agreement. It will take 2 minutes and there's no faxing! https://cla.azure.com.

TTYL, AZPRBOT;

@@ -47,13 +47,20 @@ public WebSiteManagementClient WrappedWebsitesClient

public WebSite CreateWebsite(string resourceGroupName, string webSiteName, string slotName, string location, string webHostingPlan)
{
string webSiteSlotName = webSiteName;
if (string.IsNullOrEmpty(slotName) == false)

Choose a reason for hiding this comment

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

you can use !string.IsNullOrEmpty(slotName)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

true, I think its stylistic fix?

@naveedaz
Copy link
Contributor

Signed off from my perspective.

@markcowl
Copy link
Member

markcowl commented Jun 2, 2015

@NaveenGoli reopend against the release branch here: #454

@markcowl markcowl closed this Jun 2, 2015
huangpf added a commit to AzureRT/azure-powershell that referenced this pull request Feb 26, 2016
HPF PR: vmss <- huangpf:dev
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.

5 participants