#Microsoft Azure SDK for Java - the Intigua Fork
This is a fork of the official Azure/azure-sdk-for-java repository, with slight fixes and improvements added at Intigua.
- The vmId property is available in returned VirtualMachine objects.
Refer to Azure/azure-sdk-for-java project for developer environment setup.
Changes made in this fork are all in azure-mgmt-compute, which has been named intigua-azure-mgmt-compute. This is the only project that should be compiled in this fork, and it depends directly on the latest version of the original Azure code.
To build the project, run mvn from within the library resource-management/azure-mgmt-compute.
If you would like to become an active contributor to this project please follow clean coding guidelines, and the regular github procedure:
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request