Fixes an issue where the Refresh Dependent Duplicate PI feature would fail if a snapshot was not found. With this fix, the feature will gracefully handle cases where the snapshot is not available.
Improved Error Handling Documentation. Added ability to document permissions for api methods.
Add SoftLayer_Network_Vlan::podName
Better error handling for modifying storage volumes
Fix issue where getUpgradeItemPrices methods would mark some port speed price with currentPriceFlag set to true that were not the current price.
Require Permission SAML_AUTHENTICATION_MANAGE when adding SoftLayer_Account_Authentication_Attribute objects
New API getGwOrdersAllowedLicenses in SoftLayer_Network_Gateway_VersionUpgrade to get a list of gateway licenses for manufacturer and versions.
New API getGwOrdersAllowedOS in SoftLayer_Network_Gateway_VersionUpgrade to get a list per package of price ids for allowed vSRX or vFSA OS-es for new orders.
Added an API (SoftLayer_Brand::migrateExternalAccount) to allow enabled brands to migrate an external account into their brand.
Backend
Reduce the file volume provision time, provisioning will be faster compare to existing time of 60-80 secs
Throw an Exception when trying to convert a NAS volume to an independent duplicate
SoftLayer_Network::disconnectPrivateEndpointService and SoftLayer_Network::connectPrivateEndpointService now require the MANAGE_PRIVATE_ENDPOINT_SERVICE permission
Performs a check to see if the user has access to the guest the disk image is attached to before moving it to another guest
Adding SoftLayer_Network_Vlan::datacenter
Fix term length validation for optional disk categories in order API
In rare cases customer would see an error during volume modification. With this code fix the issue will be resolved and the snapshot size modification will go through properly without any issue.
Properly handle upgrade rules when block/file volume is magnetic
Removed the dead PhoneFactor code
Allow for editing a firmware driver version entries
Add new guest attribute type for ACTIVE_LIVE_MIGRATION
Made the SoftLayer_Hardware_Server::virtualGuests ORM key return an empty collection for customers (SLDN calls), since we no longer offer customer-managed-guests and therefore customers do not need to know host/server information for their guests anymore.