Skip to content

Azure.IoT.ModelsRepository_1.0.0-preview.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 23 Jul 00:15
b2e3444

1.0.0-preview.4 (2021-07-22)

  • Consumes new service metadata capability
  • Simplifies client API surface area:
    • Removes model dependency resolution configuration in the ModelsRepositoryClientOptions
      (and the pattern of the client constructor setting a default resolution option).
    • Removes ModelDependencyResolution.TryFromExpanded. TryFromExpanded becomes an internal processing concept.
      The metadata of a target repository will indicate if expanded model forms are available.
    • Model dependency resolution configuration becomes scoped to the service operation level.
      The GetModels[Async] service operations have their dependencyResolution parameter set to ModelDependencyResolution.Enabled by default.