Releases: magodo/aztft
Releases · magodo/aztft
v0.3.0
0.3.0 (Sep 28, 2022)
BREAKING CHANGES:
QueryType()
now returns a list ofType
(previously only a list of TF types), which contains Azure resource id for the populated property-like resources. Also it returnsexact
(boolean) to indicate whether the result is disambiguous.QueryTypeAndId()
now returns a list ofType
(previously only a list of TF types), which contains Azure resource id for the populated property-like resources. Also it returnsexact
(boolean) to indicate whether the result is disambiguous.
v0.2.0
0.2.0 (Sep 28, 2022)
ENHANCEMENTS:
- Introudce
QueryId
for querying a TF resource ID by given the resource id and TF resource type - Support property-like resources (a.k.a associations)
BUF FIXES:
- Use
url.JoinPath
instead offilepath.Join
for constructing data plane resource id