Sha256: a40ac53bc6b6c9e843b754ac0d92c006cd42b78c398705277ece1f1bd2cec819
Contents?: true
Size: 1.04 KB
Versions: 2
Compression:
Stored size: 1.04 KB
Contents
<?xml version="1.0"?> <ServiceResources xmlns="http://schemas.microsoft.com/windowsazure" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <ServiceResource> <Name>AllowAllWindowsAzureIps</Name> <Type>Microsoft.SqlAzure.FirewallRule</Type> <StartIpAddress>0.0.0.0</StartIpAddress> <EndIpAddress>0.0.0.0</EndIpAddress> </ServiceResource> <ServiceResource> <Name>ClientIPAddress_2013-09-03_13:54:21</Name> <Type>Microsoft.SqlAzure.FirewallRule</Type> <StartIpAddress>167.220.224.226</StartIpAddress> <EndIpAddress>167.220.224.226</EndIpAddress> </ServiceResource> <ServiceResource> <Name>Rule1</Name> <Type>Microsoft.SqlAzure.FirewallRule</Type> <StartIpAddress>10.0.0.1</StartIpAddress> <EndIpAddress>10.0.0.255</EndIpAddress> </ServiceResource> <ServiceResource> <Name>Rule2</Name> <Type>Microsoft.SqlAzure.FirewallRule</Type> <StartIpAddress>192.168.1.1</StartIpAddress> <EndIpAddress>192.168.1.255</EndIpAddress> </ServiceResource> </ServiceResources>
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
stuartpreston-azure-sdk-for-ruby-0.7.2 | test/fixtures/list_firewall_management_endpoint.xml |
azure-plus-0.6.5 | test/fixtures/list_firewall_management_endpoint.xml |