1.1.0 (2020-11-24)
- The is the GA release containing the following changes:
API updates
- Added etag and match_condition parameters to upsert_digital_twin and upsert_relationship APIs to support conditional operation.
- Renamed
EventRoute
model toDigitalTwinsEventRoute
. - Removed unsed
azure.digitaltwins.core.QueryResult
object. - Renamed the
component_path
tocomponent_name
- Renamed the
payload
parameter totelemetry
and mademessage_id
a keyword-only parameter.
Bug Fixes
- The
relationship
parameter inDigitalTwinsClient.upsert_relationship
is required and has been amended accordingly. - The
json_patch
parameter inDigitalTwinsClient.update_relationship
is required and has been amended accordingly. - Renamed
models
parameter todtdl_models
inDigitalTwinsClient.create_models
. This is now required. - The
dependencies_for
parameter inDigitalTwinsClient.list_models
is optional and has been amended accordingly. - Match condition parameters have been fixed. Where invalid match conditions are supplied, a
ValueError
will be raised. - Fixed double await on async listing operations.
Documentation
- User Agent value updated according to guidelines.
- Updated JSON patch parameter typehints to
List[Dict[str, object]]
. - Updated constructor credential typehint to
azure.core.credentials.TokenCredential
- Samples and documentation updated.