azure 0.7.1 → 0.7.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +31 -0
- data/azure.gemspec +2 -1
- data/lib/azure.rb +1 -0
- data/lib/azure/base_management/management_http_request.rb +3 -12
- data/lib/azure/blob/auth/shared_access_signature.rb +4 -0
- data/lib/azure/blob/blob_service.rb +2 -2
- data/lib/azure/client_services.rb +13 -13
- data/lib/azure/core/http/http_request.rb +3 -14
- data/lib/azure/core/service.rb +2 -1
- data/lib/azure/http_client.rb +1 -17
- data/lib/azure/http_response_helper.rb +38 -0
- data/lib/azure/sql_database_management/serialization.rb +4 -0
- data/lib/azure/sql_database_management/sql_database_management_service.rb +10 -9
- data/lib/azure/version.rb +1 -1
- data/lib/azure/virtual_machine_image_management/virtual_machine_image_management_service.rb +2 -2
- data/lib/azure/virtual_machine_management/serialization.rb +21 -12
- data/lib/azure/virtual_machine_management/virtual_machine_management_service.rb +8 -3
- metadata +17 -199
- data/test/fixtures/32px-fulls-black.jpg +0 -0
- data/test/fixtures/affinity_group.xml +0 -33
- data/test/fixtures/all_containers.xml +0 -20
- data/test/fixtures/all_tables.xml +0 -22
- data/test/fixtures/container_acl.xml +0 -11
- data/test/fixtures/create_sql_database_server.xml +0 -2
- data/test/fixtures/create_storage_desc_error.xml +0 -5
- data/test/fixtures/create_storage_extendedprop_error.xml +0 -8
- data/test/fixtures/create_storage_extendedpropname_error.xml +0 -6
- data/test/fixtures/create_storage_full_error.xml +0 -6
- data/test/fixtures/create_storage_label_error.xml +0 -5
- data/test/fixtures/create_storage_location_error.xml +0 -5
- data/test/fixtures/create_storage_name_error.xml +0 -6
- data/test/fixtures/create_table_response_entry.xml +0 -15
- data/test/fixtures/delete_storage_container_error.xml +0 -5
- data/test/fixtures/delete_storage_error.xml +0 -5
- data/test/fixtures/deployment_error.xml +0 -5
- data/test/fixtures/empty_xml_file +0 -0
- data/test/fixtures/get_storage_account_error.xml +0 -5
- data/test/fixtures/get_storage_account_properties.xml +0 -34
- data/test/fixtures/get_storage_account_properties_new.xml +0 -32
- data/test/fixtures/http_error.xml +0 -5
- data/test/fixtures/insert_entity_response_entry.xml +0 -25
- data/test/fixtures/list_affinity_groups.xml +0 -22
- data/test/fixtures/list_blobs.xml +0 -121
- data/test/fixtures/list_block_all_with_none_committed.xml +0 -22
- data/test/fixtures/list_blocks_all.xml +0 -23
- data/test/fixtures/list_blocks_committed.xml +0 -13
- data/test/fixtures/list_cloud_services.xml +0 -39
- data/test/fixtures/list_containers.xml +0 -38
- data/test/fixtures/list_firewall_management_endpoint.xml +0 -27
- data/test/fixtures/list_locations.xml +0 -212
- data/test/fixtures/list_os_images.xml +0 -110
- data/test/fixtures/list_page_ranges.xml +0 -11
- data/test/fixtures/list_sql_database.xml +0 -24
- data/test/fixtures/list_sql_server_firewall.xml +0 -23
- data/test/fixtures/list_storage_account_single.xml +0 -25
- data/test/fixtures/list_storage_accounts.xml +0 -48
- data/test/fixtures/list_virtual_networks.xml +0 -91
- data/test/fixtures/list_vm_images.xml +0 -21
- data/test/fixtures/logging.xml +0 -11
- data/test/fixtures/management_certificate.pem +0 -55
- data/test/fixtures/management_certificate.pfx +0 -0
- data/test/fixtures/management_certificate.publishsettings +0 -12
- data/test/fixtures/messages.xml +0 -12
- data/test/fixtures/metrics.xml +0 -10
- data/test/fixtures/privatekey.key +0 -28
- data/test/fixtures/query_entities_empty_response.xml +0 -7
- data/test/fixtures/query_entities_response.xml +0 -45
- data/test/fixtures/queue_service_properties.xml +0 -22
- data/test/fixtures/queue_service_properties_original.xml +0 -19
- data/test/fixtures/queues.xml +0 -16
- data/test/fixtures/retention_policy.xml +0 -5
- data/test/fixtures/sb_default_create_queue_response.xml +0 -23
- data/test/fixtures/sb_default_create_relay_response.xml +0 -15
- data/test/fixtures/sb_default_create_topic_response.xml +0 -18
- data/test/fixtures/sb_get_access_token_response.txt +0 -1
- data/test/fixtures/sb_queues_runtime_peek_message_response_headers.txt +0 -9
- data/test/fixtures/storage_service_keys.xml +0 -8
- data/test/fixtures/storage_service_properties.xml +0 -55
- data/test/fixtures/update_storage_account.xml +0 -16
- data/test/fixtures/update_storage_error.xml +0 -5
- data/test/fixtures/updated_storage_accounts.xml +0 -55
- data/test/fixtures/virtual_machine.xml +0 -116
- data/test/fixtures/windows_virtual_machine.xml +0 -106
- data/test/integration/affinity_group/Affinity_test.rb +0 -55
- data/test/integration/affinity_group/Create_Affinity_test.rb +0 -64
- data/test/integration/affinity_group/Delete_Affinity_test.rb +0 -56
- data/test/integration/affinity_group/List_Affinity_test.rb +0 -41
- data/test/integration/affinity_group/Update_Affinity_test.rb +0 -87
- data/test/integration/blob/blob_gb18030_test.rb +0 -199
- data/test/integration/blob/blob_metadata_test.rb +0 -75
- data/test/integration/blob/blob_pages_test.rb +0 -119
- data/test/integration/blob/blob_properties_test.rb +0 -77
- data/test/integration/blob/block_blob_test.rb +0 -303
- data/test/integration/blob/container/container_acl_test.rb +0 -69
- data/test/integration/blob/container/container_metadata_test.rb +0 -50
- data/test/integration/blob/container/create_container_test.rb +0 -60
- data/test/integration/blob/container/delete_container_test.rb +0 -39
- data/test/integration/blob/container/get_container_properties_test.rb +0 -48
- data/test/integration/blob/container/list_containers_test.rb +0 -79
- data/test/integration/blob/container/root_container_test.rb +0 -55
- data/test/integration/blob/copy_blob_test.rb +0 -113
- data/test/integration/blob/create_blob_snapshot_test.rb +0 -80
- data/test/integration/blob/create_page_blob_test.rb +0 -83
- data/test/integration/blob/delete_blob_test.rb +0 -159
- data/test/integration/blob/get_blob_test.rb +0 -65
- data/test/integration/blob/informative_errors_test.rb +0 -39
- data/test/integration/blob/lease/acquire_lease_test.rb +0 -36
- data/test/integration/blob/lease/break_lease_test.rb +0 -40
- data/test/integration/blob/lease/release_lease_test.rb +0 -40
- data/test/integration/blob/lease/renew_lease_test.rb +0 -42
- data/test/integration/blob/list_blobs_test.rb +0 -113
- data/test/integration/cloud_service/Cloud_Create_test.rb +0 -45
- data/test/integration/cloud_service/Cloud_Delete_test.rb +0 -45
- data/test/integration/database/create_sql_server_firewall_test.rb +0 -81
- data/test/integration/database/create_sql_server_test.rb +0 -53
- data/test/integration/database/delete_sql_server_firewall_test.rb +0 -63
- data/test/integration/database/delete_sql_server_test.rb +0 -44
- data/test/integration/database/list_sql_server_firewall_test.rb +0 -44
- data/test/integration/database/list_sql_servers_test.rb +0 -44
- data/test/integration/database/reset_password_sql_server_test.rb +0 -53
- data/test/integration/location/Location_List_test.rb +0 -38
- data/test/integration/location/RoleSize_List_test.rb +0 -34
- data/test/integration/queue/clear_messages_test.rb +0 -42
- data/test/integration/queue/create_message_test.rb +0 -75
- data/test/integration/queue/create_queue_test.rb +0 -50
- data/test/integration/queue/delete_message_test.rb +0 -67
- data/test/integration/queue/delete_queue_test.rb +0 -45
- data/test/integration/queue/informative_errors_test.rb +0 -42
- data/test/integration/queue/list_messages_encoded_test.rb +0 -79
- data/test/integration/queue/list_messages_test.rb +0 -79
- data/test/integration/queue/list_queues_test.rb +0 -43
- data/test/integration/queue/peek_messages_test.rb +0 -59
- data/test/integration/queue/queue_gb18030_test.rb +0 -131
- data/test/integration/queue/queue_metadata_test.rb +0 -40
- data/test/integration/queue/update_message_test.rb +0 -74
- data/test/integration/service_bus/informative_errors_test.rb +0 -37
- data/test/integration/service_bus/queues_scenario_test.rb +0 -200
- data/test/integration/service_bus/queues_test.rb +0 -266
- data/test/integration/service_bus/relay_test.rb +0 -132
- data/test/integration/service_bus/rules_test.rb +0 -145
- data/test/integration/service_bus/sb_queue_gb18030_test.rb +0 -182
- data/test/integration/service_bus/scenario_test.rb +0 -101
- data/test/integration/service_bus/subscriptions_test.rb +0 -211
- data/test/integration/service_bus/topics_scenario_test.rb +0 -406
- data/test/integration/service_bus/topics_test.rb +0 -129
- data/test/integration/storage_management/storage_management_test.rb +0 -185
- data/test/integration/table/create_table_test.rb +0 -36
- data/test/integration/table/delete_entity_batch_test.rb +0 -107
- data/test/integration/table/delete_entity_test.rb +0 -94
- data/test/integration/table/delete_table_test.rb +0 -40
- data/test/integration/table/get_table_test.rb +0 -37
- data/test/integration/table/informative_errors_test.rb +0 -39
- data/test/integration/table/insert_entity_batch_test.rb +0 -100
- data/test/integration/table/insert_entity_test.rb +0 -88
- data/test/integration/table/insert_or_merge_entity_batch_test.rb +0 -159
- data/test/integration/table/insert_or_merge_entity_test.rb +0 -143
- data/test/integration/table/insert_or_replace_entity_batch_test.rb +0 -152
- data/test/integration/table/insert_or_replace_entity_test.rb +0 -137
- data/test/integration/table/merge_entity_batch_test.rb +0 -128
- data/test/integration/table/merge_entity_test.rb +0 -113
- data/test/integration/table/query_entities_test.rb +0 -196
- data/test/integration/table/query_tables_test.rb +0 -43
- data/test/integration/table/query_test.rb +0 -251
- data/test/integration/table/table_acl_test.rb +0 -52
- data/test/integration/table/table_gb18030_test.rb +0 -355
- data/test/integration/table/update_entity_batch_test.rb +0 -149
- data/test/integration/table/update_entity_test.rb +0 -131
- data/test/integration/test_helper.rb +0 -40
- data/test/integration/vm/VM_Create_test.rb +0 -262
- data/test/integration/vm/VM_Delete_test.rb +0 -53
- data/test/integration/vm/VM_Operations_test.rb +0 -172
- data/test/integration/vm_image/virtual_machine_disk_test.rb +0 -37
- data/test/integration/vm_image/virtual_machine_image_test.rb +0 -37
- data/test/integration/vnet/Virtual_Network_Create_test.rb +0 -116
- data/test/integration/vnet/Virtual_Network_list_test.rb +0 -48
- data/test/support/env.rb +0 -19
- data/test/support/fixtures.rb +0 -36
- data/test/support/name_generator.rb +0 -168
- data/test/support/stubs.rb +0 -42
- data/test/support/virtual_machine_name_generator.rb +0 -102
- data/test/support/virtual_network_helper.rb +0 -73
- data/test/test_helper.rb +0 -47
- data/test/unit/affinity_group/affinity_group_test.rb +0 -189
- data/test/unit/affinity_group/serialization_test.rb +0 -87
- data/test/unit/base_management/base_management_service_test.rb +0 -19
- data/test/unit/base_management/location_test.rb +0 -56
- data/test/unit/base_management/role_size_test.rb +0 -50
- data/test/unit/blob/auth/shared_access_signature_test.rb +0 -71
- data/test/unit/blob/blob_service_test.rb +0 -1970
- data/test/unit/cloud_service_management/cloud_service_management_service_test.rb +0 -94
- data/test/unit/cloud_service_management/serialization_test.rb +0 -169
- data/test/unit/config/azure_test.rb +0 -131
- data/test/unit/config/client_test.rb +0 -37
- data/test/unit/core/auth/shared_key_lite_test.rb +0 -51
- data/test/unit/core/auth/shared_key_test.rb +0 -58
- data/test/unit/core/auth/signer_test.rb +0 -30
- data/test/unit/core/http/http_error_test.rb +0 -61
- data/test/unit/core/http/http_request_test.rb +0 -138
- data/test/unit/core/http/http_response_test.rb +0 -20
- data/test/unit/core/http/retry_policy_test.rb +0 -23
- data/test/unit/core/utility_test.rb +0 -122
- data/test/unit/database/serialization_test.rb +0 -94
- data/test/unit/database/sql_database_server_service_test.rb +0 -341
- data/test/unit/http_client_test.rb +0 -74
- data/test/unit/service/serialization_test.rb +0 -533
- data/test/unit/service/storage_service_test.rb +0 -297
- data/test/unit/storage_management/serialization_test.rb +0 -244
- data/test/unit/storage_management/storage_management_service_test.rb +0 -247
- data/test/unit/table/edmtype_test.rb +0 -108
- data/test/unit/virtual_machine_image_management/serialization_test.rb +0 -50
- data/test/unit/virtual_machine_image_management/virtual_machine_image_management_service_test.rb +0 -114
- data/test/unit/virtual_machine_management/serialization_test.rb +0 -316
- data/test/unit/virtual_machine_management/virtual_machine_management_service_test.rb +0 -480
- data/test/unit/vnet/serialization_test.rb +0 -187
- data/test/unit/vnet/virtual_network_management_service_test.rb +0 -131
@@ -1,25 +0,0 @@
|
|
1
|
-
|
2
|
-
<?xml version="1.0"?>
|
3
|
-
<StorageServices xmlns="http://schemas.microsoft.com/windowsazure" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
|
4
|
-
<StorageService>
|
5
|
-
<Url>https://management.core.windows.net/268a3762-abcd-4cd3-a4ea-80e84bddff87/services/storageservices/storage1</Url>
|
6
|
-
<ServiceName>storage1</ServiceName>
|
7
|
-
<StorageServiceProperties>
|
8
|
-
<Description i:nil="true"/>
|
9
|
-
<Location>West US</Location>
|
10
|
-
<Label>c3VzZQ==</Label>
|
11
|
-
<Status>Created</Status>
|
12
|
-
<Endpoints>
|
13
|
-
<Endpoint>http://storage1.blob.core.windows.net/</Endpoint>
|
14
|
-
<Endpoint>http://storage1.queue.core.windows.net/</Endpoint>
|
15
|
-
<Endpoint>http://storage1.table.core.windows.net/</Endpoint>
|
16
|
-
</Endpoints>
|
17
|
-
<GeoReplicationEnabled>true</GeoReplicationEnabled>
|
18
|
-
<GeoPrimaryRegion>West US</GeoPrimaryRegion>
|
19
|
-
<StatusOfPrimary/>
|
20
|
-
<GeoSecondaryRegion>East US</GeoSecondaryRegion>
|
21
|
-
<StatusOfSecondary/>
|
22
|
-
</StorageServiceProperties>
|
23
|
-
<ExtendedProperties/>
|
24
|
-
</StorageService>
|
25
|
-
</StorageServices>
|
@@ -1,48 +0,0 @@
|
|
1
|
-
|
2
|
-
<?xml version="1.0"?>
|
3
|
-
<StorageServices xmlns="http://schemas.microsoft.com/windowsazure" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
|
4
|
-
<StorageService>
|
5
|
-
<Url>https://management.core.windows.net/268a3762-abcd-4cd3-a4ea-80e84bddff87/services/storageservices/storage1</Url>
|
6
|
-
<ServiceName>storage1</ServiceName>
|
7
|
-
<StorageServiceProperties>
|
8
|
-
<Description i:nil="true"/>
|
9
|
-
<Location>West US</Location>
|
10
|
-
<Label>c3VzZQ==</Label>
|
11
|
-
<Status>Created</Status>
|
12
|
-
<Endpoints>
|
13
|
-
<Endpoint>http://storage1.blob.core.windows.net/</Endpoint>
|
14
|
-
<Endpoint>http://storage1.queue.core.windows.net/</Endpoint>
|
15
|
-
<Endpoint>http://storage1.table.core.windows.net/</Endpoint>
|
16
|
-
</Endpoints>
|
17
|
-
<GeoReplicationEnabled>true</GeoReplicationEnabled>
|
18
|
-
<GeoPrimaryRegion>West US</GeoPrimaryRegion>
|
19
|
-
<StatusOfPrimary/>
|
20
|
-
<GeoSecondaryRegion>East US</GeoSecondaryRegion>
|
21
|
-
<StatusOfSecondary/>
|
22
|
-
<AccountType>Standard_GRS</AccountType>
|
23
|
-
</StorageServiceProperties>
|
24
|
-
<ExtendedProperties/>
|
25
|
-
</StorageService>
|
26
|
-
<StorageService>
|
27
|
-
<Url>https://management.core.windows.net/268a3762-abcd-4cd3-a4ea-80e84bddff87/services/storageservices/storage2</Url>
|
28
|
-
<ServiceName>storage2</ServiceName>
|
29
|
-
<StorageServiceProperties>
|
30
|
-
<Description i:nil="true"/>
|
31
|
-
<Location>West US</Location>
|
32
|
-
<Label>c3VzZQ==</Label>
|
33
|
-
<Status>Created</Status>
|
34
|
-
<Endpoints>
|
35
|
-
<Endpoint>http://storage2.blob.core.windows.net/</Endpoint>
|
36
|
-
<Endpoint>http://storage2.queue.core.windows.net/</Endpoint>
|
37
|
-
<Endpoint>http://storage2.table.core.windows.net/</Endpoint>
|
38
|
-
</Endpoints>
|
39
|
-
<GeoReplicationEnabled>true</GeoReplicationEnabled>
|
40
|
-
<GeoPrimaryRegion>West US</GeoPrimaryRegion>
|
41
|
-
<StatusOfPrimary/>
|
42
|
-
<GeoSecondaryRegion>East US</GeoSecondaryRegion>
|
43
|
-
<StatusOfSecondary/>
|
44
|
-
<AccountType>Standard_GRS</AccountType>
|
45
|
-
</StorageServiceProperties>
|
46
|
-
<ExtendedProperties/>
|
47
|
-
</StorageService>
|
48
|
-
</StorageServices>
|
@@ -1,91 +0,0 @@
|
|
1
|
-
<VirtualNetworkSites xmlns="http://schemas.microsoft.com/windowsazure" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
|
2
|
-
<VirtualNetworkSite>
|
3
|
-
<Name>test-virtual-network</Name>
|
4
|
-
<Id>afd3a393-8fe2-4127-a834-1b2b920729fe</Id>
|
5
|
-
<AffinityGroup>Test</AffinityGroup>
|
6
|
-
<State>Created</State>
|
7
|
-
<AddressSpace>
|
8
|
-
<AddressPrefixes>
|
9
|
-
<AddressPrefix>10.0.0.0/8</AddressPrefix>
|
10
|
-
</AddressPrefixes>
|
11
|
-
</AddressSpace>
|
12
|
-
<Dns>
|
13
|
-
<DnsServers>
|
14
|
-
<DnsServer>
|
15
|
-
<Name>dns-server-1</Name>
|
16
|
-
<Address>1.2.3.4</Address>
|
17
|
-
</DnsServer>
|
18
|
-
<DnsServer>
|
19
|
-
<Name>dns-server-2</Name>
|
20
|
-
<Address>2.3.4.5</Address>
|
21
|
-
</DnsServer>
|
22
|
-
</DnsServers>
|
23
|
-
</Dns>
|
24
|
-
<Subnets>
|
25
|
-
<Subnet>
|
26
|
-
<Name>Subnet-1</Name>
|
27
|
-
<AddressPrefix>10.0.0.0/11</AddressPrefix>
|
28
|
-
</Subnet>
|
29
|
-
</Subnets>
|
30
|
-
</VirtualNetworkSite>
|
31
|
-
<VirtualNetworkSite>
|
32
|
-
<Name>test-vn</Name>
|
33
|
-
<Id>63b81850-5565-4f3a-a0c7-d89581f19d14</Id>
|
34
|
-
<AffinityGroup>Test</AffinityGroup>
|
35
|
-
<State>Created</State>
|
36
|
-
<InUse>true</InUse>
|
37
|
-
<AddressSpace>
|
38
|
-
<AddressPrefixes>
|
39
|
-
<AddressPrefix>10.0.0.0/8</AddressPrefix>
|
40
|
-
</AddressPrefixes>
|
41
|
-
</AddressSpace>
|
42
|
-
<Subnets>
|
43
|
-
<Subnet>
|
44
|
-
<Name>Subnet-1</Name>
|
45
|
-
<AddressPrefix>10.0.0.0/11</AddressPrefix>
|
46
|
-
</Subnet>
|
47
|
-
<Subnet>
|
48
|
-
<Name>GatewaySubnet</Name>
|
49
|
-
<AddressPrefix>10.32.0.0/29</AddressPrefix>
|
50
|
-
</Subnet>
|
51
|
-
</Subnets>
|
52
|
-
<Dns>
|
53
|
-
<DnsServers>
|
54
|
-
<DnsServer>
|
55
|
-
<Name>dns-server-1</Name>
|
56
|
-
<Address>1.2.3.4</Address>
|
57
|
-
</DnsServer>
|
58
|
-
<DnsServer>
|
59
|
-
<Name>dns-server-2</Name>
|
60
|
-
<Address>2.3.4.5</Address>
|
61
|
-
</DnsServer>
|
62
|
-
</DnsServers>
|
63
|
-
</Dns>
|
64
|
-
<Gateway>
|
65
|
-
<Profile>Small</Profile>
|
66
|
-
<Sites/>
|
67
|
-
</Gateway>
|
68
|
-
</VirtualNetworkSite>
|
69
|
-
<VirtualNetworkSite>
|
70
|
-
<Name>vnet</Name>
|
71
|
-
<Id>7197ffaa-d277-42f2-8e8f-88f230a42c24</Id>
|
72
|
-
<AffinityGroup>Test</AffinityGroup>
|
73
|
-
<State>Created</State>
|
74
|
-
<AddressSpace>
|
75
|
-
<AddressPrefixes>
|
76
|
-
<AddressPrefix>172.16.0.0/12</AddressPrefix>
|
77
|
-
<AddressPrefix>192.168.0.0/16</AddressPrefix>
|
78
|
-
</AddressPrefixes>
|
79
|
-
</AddressSpace>
|
80
|
-
<Subnets>
|
81
|
-
<Subnet>
|
82
|
-
<Name>Subnet-1</Name>
|
83
|
-
<AddressPrefix>172.16.0.0/15</AddressPrefix>
|
84
|
-
</Subnet>
|
85
|
-
<Subnet>
|
86
|
-
<Name>Subnet-2</Name>
|
87
|
-
<AddressPrefix>192.168.0.0/29</AddressPrefix>
|
88
|
-
</Subnet>
|
89
|
-
</Subnets>
|
90
|
-
</VirtualNetworkSite>
|
91
|
-
</VirtualNetworkSites>
|
@@ -1,21 +0,0 @@
|
|
1
|
-
<VMImages>
|
2
|
-
<VMImage>
|
3
|
-
<Name>Ansible-20140729-87566</Name>
|
4
|
-
<Label>Ansible image</Label>
|
5
|
-
<Category>User</Category>
|
6
|
-
<OSDiskConfiguration>
|
7
|
-
<Name>Ansible-20140729-87566-os-2014-07-29</Name>
|
8
|
-
<HostCaching>ReadWrite</HostCaching>
|
9
|
-
<OSState>Specialized</OSState>
|
10
|
-
<OS>Linux</OS>
|
11
|
-
<MediaLink>http://mystorage.blob.core.windows.net/vhds/Ansible-20140729-87566-os-2014-07-29.vhd</MediaLink>
|
12
|
-
<LogicalDiskSizeInGB>30</LogicalDiskSizeInGB>
|
13
|
-
</OSDiskConfiguration>
|
14
|
-
<DataDiskConfigurations />
|
15
|
-
<ServiceName>ansibles</ServiceName>
|
16
|
-
<DeploymentName>Ansible</DeploymentName>
|
17
|
-
<RoleName>Ansible</RoleName>
|
18
|
-
<Location>West US</Location>
|
19
|
-
<CreatedTime>2014-07-29T09:22:41.5598445Z</CreatedTime>
|
20
|
-
</VMImage>
|
21
|
-
</VMImages>
|
data/test/fixtures/logging.xml
DELETED
@@ -1,55 +0,0 @@
|
|
1
|
-
Bag Attributes
|
2
|
-
localKeyID: 01 00 00 00
|
3
|
-
friendlyName: {D4417DE0-CB19-4947-B5B4-DE6D7F72171D}
|
4
|
-
Microsoft CSP Name: Microsoft Software Key Storage Provider
|
5
|
-
Key Attributes: <No Attributes>
|
6
|
-
-----BEGIN PRIVATE KEY-----
|
7
|
-
MIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDlVqp43jiBkO2M
|
8
|
-
YOpCqofHsFHaooZCmYSAxyZGyxQLPEc4Zvft0uzIdQy6QnzN+MQkQ8hWrL+BNp2S
|
9
|
-
NYPFIXY9HYz5BZBMomM/lTsZltLgJSQENE6jTomznCgRy4GNg0hkaGkuhSSbWmBC
|
10
|
-
jmlfJXkbZgfGuc5Lz8BZYPWO5hvP23XIRnVIW44oKcQfvkS80qyyzFNa0vdp3rov
|
11
|
-
WdKV3QfScDIgTr0FQDANYTYWBV/r4xnXndjLOxgVwU3Kp0WPUkCz3uloMRGWs974
|
12
|
-
bpWGwnOblJb4j0X7Q46rTZ4f4HGZlKbeRV/MtPcrZJ+V6ovQ9tz1sUbbCbn4ABag
|
13
|
-
m+6NCcqRAgMBAAECggEAHHRMidsOeTrlUke7AQL9/j9o5H7KOCyqdTzgSaPMLJmx
|
14
|
-
v3R9GeeT48osBlcV+4a8MMCtNF3SE+LWGYwkuXptnGcUdNglH3D9befi0Ym2R8Or
|
15
|
-
7I6d3CK0MJH1IcIVZJyviG+w7ynrURAdRdy8A6dXV5go6lXm296co3ZFeVGhDUCR
|
16
|
-
838zthk0Ltf347nLerhJUhJAIOX7Ct21xMOrbT5KfOVThgTxrZKmP29ORMoqnXN8
|
17
|
-
8SdpHsdqdNro8uSEARyG80g4ZZVPVqZqRLr+cX080lJ4p8GPf/nPOWGGrtGCCEgI
|
18
|
-
1FCX8aWH3PGOSLqo3boSiZfrLHT5BhJsXD/OXJZPzQKBgQD9vl+jiZSHPoo63/JO
|
19
|
-
uKS0kGos6ZZc4WvjXx6JBrtnsOdw9YBAPKEY9VYyKi3fnv1v1gIB65e9rfeF+PmI
|
20
|
-
KXKLwLcZWFRbaaB3xs3Bxo0Yn1tRRvANDAKR8Xfl77B06j2kKrPmfdEbmd3hHJqN
|
21
|
-
ZYG4hj+PR1SQ+0jvwSg7cPtwrQKBgQDnYLxxoejm+JrEVGebvKv3AWDshBN+91dX
|
22
|
-
iM4u5zke4qzocp0RYpjIjkUIb6Y/jwxscZmgetu9keDBAFCPU2ReTjFGmHZiip72
|
23
|
-
xxQLF2dxlqgcSzURW9SjbstB0LUyxbTwIYTTOavHBrvnkw9S4rgLVHTVWzzInWag
|
24
|
-
iw4lbfBp9QKBgC7KTS6F7zqlQK4sn6z+hXi6bKnNhSmpc9CguKvB7wrm5zbAPp8Z
|
25
|
-
zwcgLn3fo0fqNIfL6eDaxcd3bf5pc/I02meE6P6meB/HMY0Fe72w1FHnCNrK/vcY
|
26
|
-
8Nxir55Z/asBis5cBYKKTuYNEIozURij0DDrqIrON3zoqYF0l+umIOedAoGAYiTn
|
27
|
-
ai/qkeaMB5Fh7W6HZxvfmBOiDW4vT0MJal3MHey6uVK8iz5OXmvynlR1qWotM+av
|
28
|
-
6qGSigPR2Swf/9u4rEPwpOhQ9xWjvjvNpbLEvyrPnkjMdtOEC9sYPo+f/KxeRqmB
|
29
|
-
JPPGiIKzu9PmYRsoRC4L7OBplRMnEBxL4NaUbu0CgYEA2z7BuOzuE3QmxaNzbP7+
|
30
|
-
PWkRg0JEFksN/8bRo6fuVMaosEs4jZunCyPk0ne//p+dcKE8cInC9/jGJs5XutUi
|
31
|
-
L8KuTu3ljFOLE/y+8FHR/Hxpvzp8k6iDPl7mvvZJ7gt2aO9IZq3XHoRLbgSUPo2X
|
32
|
-
YlXoh+vo+SQVRQtbxpuk1gM=
|
33
|
-
-----END PRIVATE KEY-----
|
34
|
-
Bag Attributes
|
35
|
-
localKeyID: 01 00 00 00
|
36
|
-
friendlyName: Ruby SDK
|
37
|
-
subject=/CN=Windows Azure Tools
|
38
|
-
issuer=/CN=Windows Azure Tools
|
39
|
-
-----BEGIN CERTIFICATE-----
|
40
|
-
MIICxDCCAaygAwIBAgIQQ86pQDjNkolP6pILfxFhITANBgkqhkiG9w0BAQUFADAe
|
41
|
-
MRwwGgYDVQQDExNXaW5kb3dzIEF6dXJlIFRvb2xzMB4XDTEzMDUxNjA0NDgzNloX
|
42
|
-
DTE0MDUxNjA0NDgzNlowHjEcMBoGA1UEAxMTV2luZG93cyBBenVyZSBUb29sczCC
|
43
|
-
ASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAOVWqnjeOIGQ7Yxg6kKqh8ew
|
44
|
-
UdqihkKZhIDHJkbLFAs8Rzhm9+3S7Mh1DLpCfM34xCRDyFasv4E2nZJ1g8Uhdj0d
|
45
|
-
jPkFkEyiYz+VOxmW0uAlJCQ0TqNOibOcKBHLgY2DSGRoaS6FJJtaYEKOaV8leRtm
|
46
|
-
B8a5zkvPsFlg9Y7mG8/bdchGdUhbjigpxB++RLzSrLLMU1rS92neui9Z0pXdB9Jw
|
47
|
-
MiBOvQVAMA1hNhYFX+vjGded2Ms7GBXBTcqnRY9SQLPe6WgxEZaz3vaulYbCc5uU
|
48
|
-
lviPRftDjqtNnh/gcZmUpt5FX8y09ytkn5Xqi9D23PWxRtsJufgAFqCb7o0JypEC
|
49
|
-
AwEAATANBgkqhkiG9w0BAQUFAAOCAQEAFkhTUWZN3xvh50zvDBRJgvc83kx61Npl
|
50
|
-
J1G6F98aa+mdZmkbXLdNt+dHR+aGg/0RAs97yPoSc9km5uedEpQQD0xDh9X84jSv
|
51
|
-
GnrGTsmjBMJvE8jhT0P/zGfTKfncQOx00cVcNm5F1GdWsni7OcVuOLQ+0se8VHsR
|
52
|
-
JSQBBWQVZOXJp2zYs935jrI47bCCNSNFQ1sAvxFdMeBZKwtmvhp1c6Zl3j/KVbvL
|
53
|
-
S0Izpu1vXvozNDo6HmJPhpONU6qlMfU2iSzUQN21PRt82vMOVx4xyBzbm6vPc50g
|
54
|
-
PR10SWXaXL/UmBlxfJ3nhD1YgqIQtWMdbSQ81j3MzrGrrlIdjPUFOw==
|
55
|
-
-----END CERTIFICATE-----
|
Binary file
|
@@ -1,12 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
2
|
-
<PublishData>
|
3
|
-
<PublishProfile
|
4
|
-
SchemaVersion="2.0"
|
5
|
-
PublishMethod="AzureServiceManagementAPI">
|
6
|
-
<Subscription
|
7
|
-
ServiceManagementUrl="https://management.core.windows.net"
|
8
|
-
Id="subscription-id"
|
9
|
-
Name="Fixtures Publish Settings"
|
10
|
-
ManagementCertificate="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" />
|
11
|
-
</PublishProfile>
|
12
|
-
</PublishData>
|
data/test/fixtures/messages.xml
DELETED
@@ -1,12 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
2
|
-
<QueueMessagesList>
|
3
|
-
<QueueMessage>
|
4
|
-
<MessageId>5974b586-0df3-4e2d-ad0c-18e3892bfca2</MessageId>
|
5
|
-
<InsertionTime>Fri, 09 Oct 2009 21:04:30 GMT</InsertionTime>
|
6
|
-
<ExpirationTime>Fri, 16 Oct 2009 21:04:30 GMT</ExpirationTime>
|
7
|
-
<PopReceipt>YzQ4Yzg1MDItYTc0Ny00OWNjLTkxYTUtZGM0MDFiZDAwYzEw</PopReceipt>
|
8
|
-
<TimeNextVisible>Fri, 09 Oct 2009 23:29:20 GMT</TimeNextVisible>
|
9
|
-
<DequeueCount>1</DequeueCount>
|
10
|
-
<MessageText>PHRlc3Q+dGhpcyBpcyBhIHRlc3QgbWVzc2FnZTwvdGVzdD4=</MessageText>
|
11
|
-
</QueueMessage>
|
12
|
-
</QueueMessagesList>
|
data/test/fixtures/metrics.xml
DELETED
@@ -1,28 +0,0 @@
|
|
1
|
-
-----BEGIN PRIVATE KEY-----
|
2
|
-
MIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQC9vJzU/05UmaW8
|
3
|
-
UscuGggCfSVm0nkGEDljjGNXFN1Ktu98+6GJ83R9kXFbmv96ZbYhL354ySNMHoe4
|
4
|
-
QwdTzXwC3XpNdNIhSIPrONSzlrjMZu46d9leGZKCOpkV+Omg6mrwEnA3KY/JbxuN
|
5
|
-
LOP8UU7F5DWmsgDyWKy1iqbRwoxdivEfMSb2Z82yJA5l1HoAY+AGYG2CLZKAFGjm
|
6
|
-
l6J1Ic5a3UerT0vhvwK9CEK6dIxBpBuNpLg8QSLIADKk1DC2WRsfF9p7ilDiZw2p
|
7
|
-
peKw4hP84VsXeKkElmPQayt1PDlooEJrj6/gyuUekhjQgYSy31W6w1oeyBn18OjY
|
8
|
-
C4cnFhg/AgMBAAECggEAW33B2mup592XL7Jy3WYsCpcyG9zOAwB7y+b8WBd1hfuk
|
9
|
-
jA4CnTTKLWqe0N9y5iB5rJLsV24WGTR3mYCo3d4uOGt3+DWmxenjwt9KobbCMb5I
|
10
|
-
jeUQ6fFG1olPHGtErRWcr1sUxWTDMwziqjbFUPwcEgyzWkhncHUWAwxy2J8JdGkg
|
11
|
-
mVBz6wubaFiO6MHAa1eHV/et1tLKRRpAc2/vrJpc4wcvu23CgM2rC+W7GggufH0z
|
12
|
-
rVKhNTKklTm3K/2tZfgpAyzi7L/3KPVjEUysyCSEwaoY6nXIFC7E16JlPBa0HS9U
|
13
|
-
9yPxDqvE1EAZUdWUtF5FNvaohl2an8M85PgEV6OxIQKBgQDlPvIj4gSnbkv7VLSA
|
14
|
-
5TEdcJBJbTJDsyNWgUUmFZeCo7KtpXc0g2B0fKuBaJi4KiLpfkaNgUVMF5UyOIKO
|
15
|
-
1m0Yv+B+PMkVfUoYgWZ1YSF169nR/CB5sq496a1W+Qx2KxMlyl98MU7Q6rOPJ+KE
|
16
|
-
qXuZLdt38OwS2inYhb3n0daSmQKBgQDT4UZGyjAxK0RCCmVaxrlbTf/rtn1InMld
|
17
|
-
lulxRVNs5q9Rd64U0gfQY7UsxSNi5xS1e36EW8jvbg3fRvevvvziHsBTueEJSty8
|
18
|
-
EuFLq6tSRj6VZjS7SPkSAKuMNM2g5OasK9E1+yvisM7LGNubCXJOGEGH1Mx7hX5Y
|
19
|
-
mEEBytaglwKBgHE//28qoRH1syOeXO2wS+s3SJB9mW9IeBSsF/UQhaDMLeEK9TDE
|
20
|
-
Fkp1rGRpv8h7SHQBJemSCyHkJJiCwjy+QXcQk17JuK0dEBW7F1q1eUpAEYNjAsgc
|
21
|
-
NWfwoOlub3GRJgxtRW6dDUq4J6x5D7Zp491wghNmubk2faWxrHdxeodBAoGAMwDn
|
22
|
-
ieLh9vQTWlJmU5PCytfb40HqprAXSRAq4blue6iMS3Aj1583glJ+KmjKO+Skd4ti
|
23
|
-
yTnPBNPZQwYyWXwAI+6DHaSBJ1t+B0gEM9L/Sq7eIdiYmPzX+B1xLi8H0NNJM+jY
|
24
|
-
U8ZCqi8lmH5DXu7HNUVhgPEYyCM6Ztk/zM6nG8ECgYAV3/3k/9T7TVgdEMV0wPEu
|
25
|
-
+neVz7rdeSGOa56ThFSQRRvxADRSeqzmLkW1HcvSZzkiSa0LAYEnXlbPApzO+FL2
|
26
|
-
uJ+dD7akMYTZx3lo2bLz0jYQkIwsh1L4+bymqJEa7AN0A+Gfqnxo7lgbUOXzExGI
|
27
|
-
mH4F7Y5/CEE9TsYdKYDXAA==
|
28
|
-
-----END PRIVATE KEY-----
|
@@ -1,7 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
2
|
-
<feed xml:base="http://myaccount.table.core.windows.net/" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns="http://www.w3.org/2005/Atom">
|
3
|
-
<title type="text">Customers</title>
|
4
|
-
<id>http://myaccount.table.core.windows.net/Customers</id>
|
5
|
-
<updated>2008-10-01T15:26:13Z</updated>
|
6
|
-
<link rel="self" title="Customers" href="Customers" />
|
7
|
-
</feed>
|
@@ -1,45 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
2
|
-
<feed xml:base="http://myaccount.table.core.windows.net/" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns="http://www.w3.org/2005/Atom">
|
3
|
-
<title type="text">Customers</title>
|
4
|
-
<id>http://myaccount.table.core.windows.net/Customers</id>
|
5
|
-
<updated>2008-10-01T15:26:13Z</updated>
|
6
|
-
<link rel="self" title="Customers" href="Customers" />
|
7
|
-
<entry m:etag="W/"datetime'2008-10-01T15%3A26%3A04.6812774Z'"">
|
8
|
-
<id>http://myaccount.table.core.windows.net/Customers(PartitionKey='part1',RowKey='row1')</id>
|
9
|
-
<title type="text"></title>
|
10
|
-
<updated>2008-10-01T15:26:13Z</updated>
|
11
|
-
<author>
|
12
|
-
<name />
|
13
|
-
</author>
|
14
|
-
<link rel="edit" title="Customers" href="Customers(PartitionKey='part1',RowKey='row1')" />
|
15
|
-
<category term="myaccount.Customers" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
|
16
|
-
<content type="application/xml">
|
17
|
-
<m:properties>
|
18
|
-
<d:PartitionKey>part1</d:PartitionKey>
|
19
|
-
<d:RowKey>row1</d:RowKey>
|
20
|
-
<d:Name>John</d:Name>
|
21
|
-
<d:Address m:null="true" />
|
22
|
-
<d:CustomerSince m:type="Edm.DateTime">2008-10-01T15:25:05.2852025Z</d:CustomerSince>
|
23
|
-
</m:properties>
|
24
|
-
</content>
|
25
|
-
</entry>
|
26
|
-
<entry m:etag="W/"datetime'2008-10-01T15%3A26%3A04.6812774Z'"">
|
27
|
-
<id>http://myaccount.table.core.windows.net/Customers(PartitionKey='part1',RowKey='row2')</id>
|
28
|
-
<title type="text"></title>
|
29
|
-
<updated>2008-10-01T15:26:13Z</updated>
|
30
|
-
<author>
|
31
|
-
<name />
|
32
|
-
</author>
|
33
|
-
<link rel="edit" title="Customers" href="Customers(PartitionKey='part1',RowKey='row2')" />
|
34
|
-
<category term="myaccount.Customers" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
|
35
|
-
<content type="application/xml">
|
36
|
-
<m:properties>
|
37
|
-
<d:PartitionKey>part1</d:PartitionKey>
|
38
|
-
<d:RowKey>row2</d:RowKey>
|
39
|
-
<d:Name>Michael</d:Name>
|
40
|
-
<d:Address m:null="true" />
|
41
|
-
<d:CustomerSince m:type="Edm.DateTime">2008-10-01T15:25:05.2852025Z</d:CustomerSince>
|
42
|
-
</m:properties>
|
43
|
-
</content>
|
44
|
-
</entry>
|
45
|
-
</feed>
|
@@ -1,22 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
2
|
-
<StorageServiceProperties>
|
3
|
-
<Logging>
|
4
|
-
<Version>1.0</Version>
|
5
|
-
<Delete>true</Delete>
|
6
|
-
<Read>false</Read>
|
7
|
-
<Write>true</Write>
|
8
|
-
<RetentionPolicy>
|
9
|
-
<Enabled>true</Enabled>
|
10
|
-
<Days>7</Days>
|
11
|
-
</RetentionPolicy>
|
12
|
-
</Logging>
|
13
|
-
<Metrics>
|
14
|
-
<Version>1.0</Version>
|
15
|
-
<Enabled>true</Enabled>
|
16
|
-
<IncludeAPIs>false</IncludeAPIs>
|
17
|
-
<RetentionPolicy>
|
18
|
-
<Enabled>true</Enabled>
|
19
|
-
<Days>3</Days>
|
20
|
-
</RetentionPolicy>
|
21
|
-
</Metrics>
|
22
|
-
</StorageServiceProperties>
|
@@ -1,19 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
2
|
-
<StorageServiceProperties>
|
3
|
-
<Logging>
|
4
|
-
<Version>1.0</Version>
|
5
|
-
<Read>false</Read>
|
6
|
-
<Write>false</Write>
|
7
|
-
<Delete>false</Delete>
|
8
|
-
<RetentionPolicy>
|
9
|
-
<Enabled>false</Enabled>
|
10
|
-
</RetentionPolicy>
|
11
|
-
</Logging>
|
12
|
-
<Metrics>
|
13
|
-
<Version>1.0</Version>
|
14
|
-
<Enabled>false</Enabled>
|
15
|
-
<RetentionPolicy>
|
16
|
-
<Enabled>false</Enabled>
|
17
|
-
</RetentionPolicy>
|
18
|
-
</Metrics>
|
19
|
-
</StorageServiceProperties>
|
data/test/fixtures/queues.xml
DELETED
@@ -1,16 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
2
|
-
<EnumerationResults AccountName="http://myaccount.queue.core.windows.net">
|
3
|
-
<Prefix>queue-prefix</Prefix>
|
4
|
-
<Marker>the-marker</Marker>
|
5
|
-
<MaxResults>100</MaxResults>
|
6
|
-
<Queues>
|
7
|
-
<Queue>
|
8
|
-
<Name>queue-name</Name>
|
9
|
-
<Url>http://myaccount.queue.core.windows.net/queue-name</Url>
|
10
|
-
<Metadata>
|
11
|
-
<Color>purple</Color>
|
12
|
-
<Shape>square</Shape>
|
13
|
-
</Metadata>
|
14
|
-
</Queue>
|
15
|
-
<NextMarker />
|
16
|
-
</EnumerationResults>
|