This commit is contained in:
Sander van Harmelen 2015-05-20 21:20:07 +02:00
Родитель 02d55d74d2
Коммит cfb34c066e
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -12,8 +12,7 @@ type HostedServiceClient struct {
}
type CreateHostedServiceParameters struct {
XMLName xml.Name
Xmlns string `xml:"xmlns,attr"`
XMLName xml.Name `xml:"http://schemas.microsoft.com/windowsazure CreateHostedService"`
ServiceName string
Label string
Description string