Fix execution error for list-style invokes.
Remove unnecessary envelope properties from get*
and list*
functions.
Upgrade pulumi-provider-framework to fix a bug with validating response codes for DELETE calls.
The following resources and functions were renamed to better fit the semantics of the REST endpoints they use.
Resources:
DNSPreferences
-> DNSPreferencesConfig
NameServers
-> NameServersConfig
Routes
-> RoutesConfig
Functions:
getDNSPreference
-> getDNSPreferencesConfig
getNameServer
-> getNameServersConfig
getRoute
-> getRoutesConfig
- Update pulumi-provider-framework to the latest version
- This fixes an issue with resource refreshes that was incorrectly updating the stashed inputs in the outputs state with read-only properties from the provider which would result in diffs with the original inputs.
Fix bug with resource reads that causes path param inputs to get removed
Upgrade pulumi-provider-framework to the latest
Fix return type of GET /tailnet/{tailnet}/devices
- Regen schema with the latest pulschema to fix an issue with output properties.
- Regen SDKs.
Add support for OAuth2 client credentials auth flow in addition to API key-based auth.
Prepare for public release.
Initial release