You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by code4clouds <no...@github.com> on 2017/11/08 19:06:11 UTC

[jclouds/jclouds-labs] Review4.1 (#419)

You can view, comment on, or merge this pull request online at:

  https://github.com/jclouds/jclouds-labs/pull/419

-- Commit Summary --

  * VMSS Code Added
  * Update to VMSS API
  * Added ExtensionProfile for VMSS
  * Added Profile code
  * VMSS Code HTTP Verbs fixed Added
  * VMSS Unit Test Skeleton
  * VMSS improvements and refactoring
  * Updated Test Cases methods
  * VMSS Networking profile
  * VMSS ip configuration properties
  * VMSS Networking interface configuration property
  * VMSS Create First Pass
  * Fixed Warnings
  * Adding Unit Tests
  * Fixed Template Update
  * Merge branch 'Mock_UnitTest' into Adding_Azure_VM_ScaleSet
  * Merge branch 'Adding_Azure_VM_ScaleSet'
  * Fixed Server errors and cleanup
  * Merge remote-tracking branch 'upstream/master'
  * removed dead code
  * Fixed indentation of the files added to 3 spaces.
  * Added Immutability
  * Added Immutability and Wrapped lines at 120
  * Fixed Java Docs
  * Adding standard IDE configuration file
  * Merge pull request #1 from code4clouds/editor_config
  * Merge pull request #2 from code4clouds/review_1
  * Removed unused imports
  * Merge pull request #3 from code4clouds/review1.1
  * Fix 3 spaces
  * Fixed typos and minor changes from the code review.
  * Updates to the VMSS Properties
  * Updates to the VMSS Upgrade Policy Label
  * Fixed json resource group.
  * Fixed Mock Tests
  * Cleanup warnings
  * Merge remote-tracking branch 'upstream/master'
  * Merge pull request #4 from code4clouds/review2
  * Fixed extension profile settings
  * Merge branch 'master' of github.com:code4clouds/jclouds-labs
  * VMSS .build, lists, nulls and comment changes.
  * Merge remote-tracking branch 'upstream/master' with changes to lists,
  * Merge pull request #5 from code4clouds/review3
  * Removed @Nullable
  * Merge pull request #6 from code4clouds/revew3.1
  * Merge remote-tracking branch 'upstream/master'
  * Merge branch 'master' of github.com:code4clouds/jclouds-labs
  * Added AssertSent to previous Tests
  * 404 Draft
  * 404 Draft
  * Added Error Unit Tests... missing the CreateAndUpdate
  * missing the CreateAndUpdate
  * Fixed Create or Update to Mock Tests
  * Merge remote-tracking branch 'upstream/master'
  * Merge pull request #7 from code4clouds/review4
  * Fixed Style Error
  * Merge pull request #8 from code4clouds/review4
  * Remove @Nullable from the loadbalancer*
  * Merge branch 'master' of github.com:code4clouds/jclouds-labs
  * Remove commented code
  * Made secrets optional
  * Converted String to Boolean
  * Added Provision State
  * Updated create payload
  * Update Mock (remove redundant tests and added payload check)
  * Added missing Live Tests

-- File Changes --

    M azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/AzureComputeApi.java (39)
    M azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/AzureComputeProviderMetadata.java (20)
    A azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/domain/Extension.java (40)
    A azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/domain/ExtensionProfile.java (39)
    A azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/domain/ExtensionProfileSettings.java (42)
    A azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/domain/ExtensionProperties.java (70)
    M azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/domain/NetworkInterfaceCard.java (3)
    M azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/domain/NetworkInterfaceCardProperties.java (3)
    A azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/domain/NetworkInterfaceConfiguration.java (45)
    A azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/domain/NetworkInterfaceConfigurationProperties.java (73)
    M azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/domain/NetworkSecurityGroupProperties.java (3)
    M azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/domain/VirtualMachine.java (16)
    A azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/domain/VirtualMachineScaleSet.java (110)
    A azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/domain/VirtualMachineScaleSetDNSSettings.java (41)
    A azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/domain/VirtualMachineScaleSetIpConfiguration.java (61)
    A azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/domain/VirtualMachineScaleSetIpConfigurationProperties.java (119)
    A azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/domain/VirtualMachineScaleSetNetworkProfile.java (58)
    A azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/domain/VirtualMachineScaleSetNetworkSecurityGroup.java (39)
    A azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/domain/VirtualMachineScaleSetOSProfile.java (277)
    A azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/domain/VirtualMachineScaleSetPlan.java (51)
    A azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/domain/VirtualMachineScaleSetProperties.java (103)
    A azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/domain/VirtualMachineScaleSetPublicIPAddressConfiguration.java (59)
    A azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/domain/VirtualMachineScaleSetPublicIPAddressProperties.java (54)
    A azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/domain/VirtualMachineScaleSetSKU.java (47)
    A azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/domain/VirtualMachineScaleSetUpgradeMode.java (35)
    A azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/domain/VirtualMachineScaleSetUpgradePolicy.java (35)
    A azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/domain/VirtualMachineScaleSetVirtualMachineProfile.java (83)
    A azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/features/VirtualMachineScaleSetApi.java (88)
    A azurecompute-arm/src/test/java/org/jclouds/azurecompute/arm/features/VirtualMachineScaleSetApiLiveTest.java (301)
    A azurecompute-arm/src/test/java/org/jclouds/azurecompute/arm/features/VirtualMachineScaleSetApiMockTest.java (455)
    M azurecompute-arm/src/test/java/org/jclouds/azurecompute/arm/internal/BaseAzureComputeApiMockTest.java (1)
    M azurecompute-arm/src/test/resources/virtualmachine.json (1)
    A azurecompute-arm/src/test/resources/virtualmachinescalesetget.json (64)
    A azurecompute-arm/src/test/resources/virtualmachinescalesetgetwhen404.json (6)
    A azurecompute-arm/src/test/resources/virtualmachinescalesetlist.json (93)
    A azurecompute-arm/src/test/resources/virtualmachinescalesetlistwhen404.json (6)
    A azurecompute-arm/src/test/resources/virtualmachinescalesetresponsecreateorupdate.json (103)

-- Patch Links --

https://github.com/jclouds/jclouds-labs/pull/419.patch
https://github.com/jclouds/jclouds-labs/pull/419.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/419

Re: [jclouds/jclouds-labs] Review4.1 (#419)

Posted by code4clouds <no...@github.com>.
Closed #419.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/419#event-1332521598