1.0.0-beta.3 (2022-07-12)
Features Added
- Added
relatedFiles
anddownloadHandler
toUpdate
- Updated various model that reference update to include not only
updateId
but also updatedescription
andfriendlyName
- Removed device tag concept
- Allow to filter by deployment status in the
listDevices
method - Added ability to update device class friendly name
- Added ability to delete device class
- Added device class subgroups to groups
- Added new method to retrieve devices health information
Breaking Changes
- Added
DeviceManagementClientBuilder
to createDeviceManagementClient
instance viaDeviceManagementClientBuilder.buildClient()
. - Modified
DeviceUpdateClientBuilder
to createDeviceUpdateClient
instance viaDeviceUpdateClientBuilder.buildClient()
.
Other Changes
Dependency Updates
- Upgraded
azure-core
from1.29.1
to version1.30.0
. - Upgraded
azure-core-http-netty
from1.12.2
to version1.12.3
.