1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
|
# Release History
## 1.1.0b1 (2022-12-26)
### Other Changes
- Added generated samples in github repo
- Drop support for python<3.7.0
## 1.0.0 (2022-08-26)
### Breaking Changes
- Client name is changed from `DeviceUpdate` to `DeviceUpdateMgmtClient`
## 1.0.0b4 (2022-05-26)
**Features**
- Added operation group PrivateEndpointConnectionProxiesOperations
- Model Account has a new parameter locations
- Model Account has a new parameter private_endpoint_connections
- Model Account has a new parameter sku
- Model PrivateEndpointConnection has a new parameter group_ids
**Breaking changes**
- Model IotHubSettings no longer has parameter event_hub_connection_string
- Model IotHubSettings no longer has parameter io_t_hub_connection_string
- Parameter private_link_service_connection_state of model PrivateEndpointConnection is now required
## 1.0.0b3 (2021-11-04)
**Features**
- Model AccountUpdate has a new parameter identity
- Model Instance has a new parameter diagnostic_storage_properties
- Model Instance has a new parameter enable_diagnostics
- Model Instance has a new parameter system_data
- Model Account has a new parameter identity
- Model Account has a new parameter system_data
- Model Account has a new parameter public_network_access
- Model Resource has a new parameter system_data
- Model TrackedResource has a new parameter system_data
- Model ErrorResponse has a new parameter error
- Added operation InstancesOperations.head
- Added operation AccountsOperations.head
- Added operation group PrivateLinkResourcesOperations
- Added operation group DeviceUpdateOperationsMixin
- Added operation group PrivateEndpointConnectionsOperations
**Breaking changes**
- Model ErrorResponse no longer has parameter additional_info
- Model ErrorResponse no longer has parameter message
- Model ErrorResponse no longer has parameter details
- Model ErrorResponse no longer has parameter code
- Model ErrorResponse no longer has parameter target
## 1.0.0b2 (2021-03-24)
**Breaking changes**
- Removed operation InstancesOperations.list_by_subscription
- Model ErrorResponse has a new signature
- Model ErrorDefinition has a new signature
## 1.0.0b1 (2021-03-02)
* Initial Release
|