http://git-wip-us.apache.org/repos/asf/jclouds-labs/blob/de2f415a/azurecompute/src/test/resources/hostedservice.xml ---------------------------------------------------------------------- diff --git a/azurecompute/src/test/resources/hostedservice.xml b/azurecompute/src/test/resources/hostedservice.xml index 625aeb3..bdece1b 100644 --- a/azurecompute/src/test/resources/hostedservice.xml +++ b/azurecompute/src/test/resources/hostedservice.xml @@ -1,10 +1,13 @@ <HostedService xmlns="http://schemas.microsoft.com/windowsazure"> - <Url>https://management.core.windows.net/eb0347c3-68d4-4550-9b39-5e7e0f92f7db/services/hostedservices/neotys</Url> + <Url>https://api/services/hostedservices/neotys</Url> <ServiceName>neotys</ServiceName> <HostedServiceProperties> - <Description>Implicitly created hosted service2012-08-06 14:55 - </Description> + <Description>Implicitly created hosted service2012-08-06 14:55</Description> <Location>West Europe</Location> <Label>bmVvdHlz</Label> + <Status>Created</Status> + <DateCreated>2012-08-06T14:55:17Z</DateCreated> + <DateLastModified>2012-08-06T15:50:34Z</DateLastModified> + <ExtendedProperties /> </HostedServiceProperties> </HostedService> \ No newline at end of file
http://git-wip-us.apache.org/repos/asf/jclouds-labs/blob/de2f415a/azurecompute/src/test/resources/hostedservice_details.xml ---------------------------------------------------------------------- diff --git a/azurecompute/src/test/resources/hostedservice_details.xml b/azurecompute/src/test/resources/hostedservice_details.xml deleted file mode 100644 index d730cc7..0000000 --- a/azurecompute/src/test/resources/hostedservice_details.xml +++ /dev/null @@ -1,13 +0,0 @@ -<HostedService xmlns="http://schemas.microsoft.com/windowsazure"> - <Url>https://management.core.windows.net/eb0347c3-68d4-4550-9b39-5e7e0f92f7db/services/hostedservices/neotys</Url> - <ServiceName>neotys</ServiceName> - <HostedServiceProperties> - <Description>Implicitly created hosted service2012-08-06 14:55</Description> - <Location>West Europe</Location> - <Label>bmVvdHlz</Label> - <Status>Created</Status> - <DateCreated>2012-08-06T14:55:17Z</DateCreated> - <DateLastModified>2012-08-06T15:50:34Z</DateLastModified> - <ExtendedProperties /> - </HostedServiceProperties> -</HostedService> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/jclouds-labs/blob/de2f415a/azurecompute/src/test/resources/hostedservices.xml ---------------------------------------------------------------------- diff --git a/azurecompute/src/test/resources/hostedservices.xml b/azurecompute/src/test/resources/hostedservices.xml index 66b7589..3cee89b 100644 --- a/azurecompute/src/test/resources/hostedservices.xml +++ b/azurecompute/src/test/resources/hostedservices.xml @@ -1,10 +1,10 @@ <HostedServices xmlns="http://schemas.microsoft.com/windowsazure" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <HostedService> - <Url>https://management.core.windows.net/eb0347c3-68d4-4550-9b39-5e7e0f92f7db/services/hostedservices/neotys</Url> + <Url>https://api/services/hostedservices/neotys</Url> <ServiceName>neotys</ServiceName> <HostedServiceProperties> - <Description>Implicitly created hosted service2012-08-06 14:55</Description> + <Description>Implicitly created hosted service2012-08-06 14:55</Description> <Location>West Europe</Location> <Label>bmVvdHlz</Label> <Status>Created</Status> @@ -14,7 +14,7 @@ </HostedServiceProperties> </HostedService> <HostedService> - <Url>https://management.core.windows.net/eb0347c3-68d4-4550-9b39-5e7e0f92f7db/services/hostedservices/neotys3</Url> + <Url>https://api/services/hostedservices/neotys3</Url> <ServiceName>neotys3</ServiceName> <HostedServiceProperties> <Description i:nil="true" />
