Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.09 KB

july-2022.md

File metadata and controls

30 lines (19 loc) · 1.09 KB

July 2022 Release - Autorest Core 3.9.0, Modelerfour 4.24.0

Changelogs for full details:

Core: Change json-path resolution library

In this version we changed to use jsonpath-plus instead of jsonpath to resolve some high severity vulnerability warnings. jsonpath-plus should be a superset and add additional functionality. You can play with jsonpath-plus at https://jsonpath.com/

Modelerfour: Added support for uri and arm-id string formats

A uri can now be represented using format: uri, this is the same behavior as format: url.

type: string
format: uri

Added support for arm-id which will produce a ArmIdSchema

type: string
format: arm-id

Modelerfour: Improvement to same naming errors

Name is empty error should be imoproved and easier to diagnose.