Sha256: a4e00d032ade4065b24b2b34dc4b86b8cc6b4226db6a0b505039a4109f148834
Contents?: true
Size: 1.76 KB
Versions: 2
Compression:
Stored size: 1.76 KB
Contents
<?xml version="1.0"?> <HostedServices xmlns="http://schemas.microsoft.com/windowsazure" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <HostedService> <Url>https://management.core.windows.net/268abcd2-fabc-4cd3-a4ea-80324bddff87/services/hostedservices/cloud-service-1</Url> <ServiceName>cloud-service-1</ServiceName> <HostedServiceProperties> <Description>Explicitly created cloud service</Description> <Location>West US</Location> <Label>ZGVsZXRlLW5vZGUtZmFjZTUtc2VydmljZS1yanRvcw==</Label> <Status>Created</Status> <DateCreated>2013-04-22T07:37:56Z</DateCreated> <DateLastModified>2013-04-22T07:38:09Z</DateLastModified> <ExtendedProperties> <ExtendedProperty> <Name>prop_1_name</Name> <Value>prop_1_value</Value> </ExtendedProperty> <ExtendedProperty> <Name>prop_2_name</Name> <Value>prop_2_value</Value> </ExtendedProperty> </ExtendedProperties> </HostedServiceProperties> <DefaultWinRMCertificateThumbprint>dummy-cert-value</DefaultWinRMCertificateThumbprint> </HostedService> <HostedService> <Url>https://management.core.windows.net/268abcd2-fabc-4cd3-a4ea-80324bddff87/services/hostedservices/cloud-service-2</Url> <ServiceName>cloud-service-2</ServiceName> <HostedServiceProperties> <Description>Explicitly created storage service</Description> <Location>West US</Location> <Label>ZGVtbzEtbWFzdGVyLXNlcnZpY2UtZXRnanM=</Label> <Status>Created</Status> <DateCreated>2013-03-20T09:25:34Z</DateCreated> <DateLastModified>2013-04-05T09:32:18Z</DateLastModified> <ExtendedProperties/> </HostedServiceProperties> </HostedService> </HostedServices>
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
stuartpreston-azure-sdk-for-ruby-0.7.2 | test/fixtures/list_cloud_services.xml |
azure-plus-0.6.5 | test/fixtures/list_cloud_services.xml |