Azure / azure-sdk-for-net

This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.
MIT License
5.48k stars 4.81k forks source link

RollbackUpdateOrUpgradeByDeploymentSlotAsync incorrect spec #368

Closed jeffwilcox closed 10 years ago

jeffwilcox commented 10 years ago

Customer-reported issue needs a fix.

RollbackUpdateOrUpgradeByDeploymentSlotAsync: was wondering that could it because there is a slash needed before "?" in

string url = this.Client.BaseUri + "/" + this.Client.Credentials.SubscriptionId + "/services/hostedservices/" + serviceName + "/deploymentslots/" + deploymentSlot + "?comp=rollback";

https://github.com/WindowsAzure/azure-sdk-for-net/issues/368

markcowl commented 10 years ago

@jeffwilcox this should be fixed, please reopen if not.