Граф коммитов

7874 Коммитов

Автор SHA1 Сообщение Дата
Ahmet Alp Balkan 0610ad9525 Merge pull request #91 from paulmey/fix-integration-tests
Fix integration_test
2015-03-30 17:20:55 -07:00
Paul Meyer e4d4762642 Fix integration_test
Role operations were changed to async, so now have to waited on.
2015-03-30 14:45:01 -07:00
Paul Meyer 6e3a7986af Add WaitForDeploymentPowerState 2015-03-30 14:45:00 -07:00
Ahmet Alp Balkan 2b8444a527 Merge pull request #85 from paulmey/requestid
Introduce Azure OperationId type and expose GetOperationStatus
2015-03-26 19:47:48 +00:00
Paul Meyer 83ea78c145 Expose GetOperationStatus 2015-03-26 11:54:39 -07:00
Paul Meyer f5619c96f2 Introduce Azure OperationId type 2015-03-26 10:45:43 -07:00
Ahmet Alp Balkan a4d2635e7f Merge pull request #86 from paulmey/ci
Fix test bug and adjust CI to run for management package
2015-03-26 17:07:06 +00:00
Paul Meyer 4f7c4dfc64 Fix test bug and adjust CI 2015-03-26 10:01:38 -07:00
Ahmet Alp Balkan 68f6fec373 Merge pull request #81 from paulmey/storage-keys
Add storageservice.GetStorageServiceKeys
2015-03-26 00:30:50 +00:00
Paul Meyer 3969532a26 Add storageservice.GetStorageServiceKeys 2015-03-25 16:59:49 -07:00
Ahmet Alp Balkan ae646f15b6 Merge pull request #80 from paulmey/resource-extensions
Add vm.GetResourceExtensions
2015-03-25 23:49:32 +00:00
Paul Meyer a20884c7c9 Add vm.GetResourceExtensions
Signed-off-by: Paul Meyer <paul.meyer@microsoft.com>
2015-03-25 16:43:21 -07:00
Ahmet Alp Balkan e844b79a30 Merge pull request #83 from paulmey/resource-extension-types
Add types for RoleInstance.ResourceExtensionStatusList
2015-03-25 23:40:54 +00:00
Ahmet Alp Balkan a73d87bd81 Merge pull request #84 from paulmey/fix-vm-enums
Fix some enums in virtualmachine/entities
2015-03-25 23:37:10 +00:00
Ahmet Alp Balkan 616e3d7da5 Merge pull request #82 from paulmey/update-role
Add virtualmachine.UpdateRole
2015-03-25 23:33:06 +00:00
Paul Meyer 613571c6f3 Fix some enums in virtualmachine/entities 2015-03-25 16:28:46 -07:00
Paul Meyer 43bf19f91a Add types for RoleInstance.ResourceExtensionStatusList
Signed-off-by: Paul Meyer <paul.meyer@microsoft.com>
2015-03-25 16:28:16 -07:00
Paul Meyer 35ebe5556f Add virtualmachine.UpdateRole
Signed-off-by: Paul Meyer <paul.meyer@microsoft.com>
2015-03-25 16:26:56 -07:00
Ahmet Alp Balkan 3fc7dc47ca Merge pull request #79 from paulmey/test-client
Move GetTestClient from vmutils to testutils
2015-03-24 23:19:09 +00:00
Paul Meyer 62c5efb7dd Move GetTestClient from vmutils to testutils so it can be used in other SDK packages
Signed-off-by: Paul Meyer <paul.meyer@microsoft.com>
2015-03-24 15:48:28 -07:00
Ahmet Alp Balkan 37a5f1c1c3 Merge pull request #75 from paulmey/new-vm-config
Fix: NewVmConfiguration never returns error
2015-03-24 21:39:59 +00:00
Ahmet Alp Balkan 3bf8b1c5ce Merge pull request #77 from paulmey/add-certificat
Add hostedservice.AddCertificate
2015-03-24 20:50:49 +00:00
Ahmet Alp Balkan 0ac65a88cd Merge pull request #78 from paulmey/role-ops
Provide async control to caller for vm.*Role operations
2015-03-24 20:50:24 +00:00
Paul Meyer 8134a30f22 Fix: NewVmConfiguration never returns error
Signed-off-by: Paul Meyer <paul.meyer@microsoft.com>
2015-03-24 13:19:38 -07:00
Paul Meyer 3b4f3c9f28 Provide async control to caller for vm.*Role operations
Signed-off-by: Paul Meyer <paul.meyer@microsoft.com>
2015-03-24 12:05:50 -07:00
Paul Meyer 99c55b922c Add AddCertificate
Signed-off-by: Paul Meyer <paul.meyer@microsoft.com>
2015-03-24 11:54:27 -07:00
Ahmet Alp Balkan aa1ad92eee Merge pull request #76 from paulmey/delete-service
Make deleting media optional for hostedservice.DeleteHostedService
2015-03-24 18:53:52 +00:00
Paul Meyer 6086affbf5 Make deleting media optional for hostedservice.DeleteHostedService
And give async control to caller

Signed-off-by: Paul Meyer <paul.meyer@microsoft.com>
2015-03-24 11:47:30 -07:00
Ahmet Alp Balkan 045492a0a6 Merge pull request #72 from paulmey/configure-with-ps
Add vmutils.ConfigureWithPublicPowerShell
2015-03-24 18:37:06 +00:00
Ahmet Alp Balkan daf8579f67 Merge pull request #74 from paulmey/vmdisk-delete
Make deleting blob data optional for vmdisk.DeleteDisk
2015-03-24 18:36:25 +00:00
Ahmet Alp Balkan 4ee2916220 Merge pull request #73 from paulmey/vmimage-capture
Add vmimage.Capture
2015-03-24 18:34:29 +00:00
Paul Meyer df7d73270e Add vmimage.Capture
Signed-off-by: Paul Meyer <paul.meyer@microsoft.com>
2015-03-24 11:03:32 -07:00
Paul Meyer 1477be3304 Make deleting blob data optional for vmdisk.DeleteDisk
And give async control to caller
2015-03-24 10:21:40 -07:00
Paul Meyer 128f8f8cc5 Add vmutils.ConfigureWithPublicPowerShell 2015-03-24 10:19:59 -07:00
Ahmet Alp Balkan d90753bcad Merge pull request #65 from paulmey/virtualmachine
Move convenience methods to vmutils package
2015-03-23 22:30:30 +00:00
Paul Meyer 755fee3ff3 Make vmutils.NewVmConfiguration return Role
Encourages explicit address-of (&) for the Configure* to indicate possible modification of the role struct.

Signed-off-by: Paul Meyer <paul.meyer@microsoft.com>
2015-03-23 14:11:41 -07:00
Paul Meyer 979871fa03 Add/update example code 2015-03-23 14:10:09 -07:00
Paul Meyer ea0d56188f Actually use ImportPublishSettingsFile
importPublishSettingsFile was not used anywhere, while it is one of the easiest ways to get going with Azure.
2015-03-23 14:09:51 -07:00
Paul Meyer fa33e34a88 Add integration tests 2015-03-23 14:09:39 -07:00
Paul Meyer 494d44c084 Add CaptureRole operation to virtualmachine 2015-03-23 14:08:03 -07:00
Paul Meyer 294ca5b033 Add funcs for datadisk configs and other deployment sources 2015-03-23 14:07:54 -07:00
Paul Meyer 8fcb3a35af Move role size helper method to vmutils 2015-03-23 14:05:51 -07:00
Paul Meyer 6ed52f0c9b Move Docker extension methods 2015-03-23 14:04:50 -07:00
Paul Meyer 2accc12d21 Move CreateAzureVMConfiguration & AddAzureLinuxProvisioningConfig 2015-03-23 14:04:39 -07:00
Paul Meyer 588a3bb281 Remove extra calls from CreateAzureVM
Also rename GetDeployment & DeleteDeployment and
give async control to the caller
2015-03-23 14:02:17 -07:00
Ahmet Alp Balkan de1dcac65f Merge pull request #64 from paulmey/virtualmachine-cleanup
Update virtual machine entities to latest spec
2015-03-20 23:27:14 +00:00
Paul Meyer b6cd2161a1 Fix GetDeployment to return all information
Split Deployment request and response types
2015-03-19 16:22:04 -07:00
Paul Meyer fa18c14718 Update virtual machine entities to latest spec.
Signed-off-by: Paul Meyer <paul.meyer@microsoft.com>
2015-03-19 16:22:02 -07:00
Ahmet Alp Balkan 10c5791cac Merge pull request #69 from paulmey/patch-1
Use container builds on Travis CI
2015-03-19 22:45:17 +00:00
Paul Meyer 4d69687611 Use container build infra on Travis CI
See http://docs.travis-ci.com/user/workers/container-based-infrastructure/ for details. Will make builds start faster. Also, Travis seems to have more capacity for container based builds than for VM based (capped at 500?).
2015-03-19 15:41:23 -07:00