Skip to content

Commit

Permalink
Upgrade terraform-provider-auth0 to v1.6.1 (#649)
Browse files Browse the repository at this point in the history
This PR was generated via `$ upgrade-provider pulumi/pulumi-auth0
--kind=all --target-bridge-version=latest`.

---

- Updating Java Gen version from 0.15.0 to 0.16.0.
- Upgrading terraform-provider-auth0 from 1.6.0  to 1.6.1.
	Fixes #648
  • Loading branch information
pulumi-bot authored Sep 12, 2024
1 parent 8f9374e commit 4f5f7c5
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .pulumi-java-gen.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.15.0
0.16.0
11 changes: 10 additions & 1 deletion provider/cmd/pulumi-resource-auth0/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1406,7 +1406,16 @@
"description": "The unique identifier of the organization\n"
}
},
"type": "object"
"type": "object",
"language": {
"nodejs": {
"requiredOutputs": [
"disable",
"flows",
"organizationId"
]
}
}
},
"auth0:index/ClientJwtConfiguration:ClientJwtConfiguration": {
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion sdk/java/build.gradle

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions sdk/nodejs/types/output.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4f5f7c5

Please sign in to comment.