diff -r 2251fb41dbc7 -r 1e110b03ae96 web/lib/Zend/Service/WindowsAzure/Management/HostedServiceInstance.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/lib/Zend/Service/WindowsAzure/Management/HostedServiceInstance.php Sun Apr 21 21:54:24 2013 +0200 @@ -0,0 +1,69 @@ +_data = array( + 'url' => $url, + 'servicename' => $serviceName, + 'description' => $description, + 'affinitygroup' => $affinityGroup, + 'location' => $location, + 'label' => base64_decode($label), + 'deployments' => $deployments + ); + } +}