Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade terraform-provider-github to v6.1.0 #601

Merged
merged 2 commits into from
Mar 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions provider/cmd/pulumi-resource-github/bridge-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,32 @@
"current": "github:index/emuGroupMapping:EmuGroupMapping",
"majorVersion": 6
},
"github_enterprise_actions_permissions": {
"current": "github:index/enterpriseActionsPermissions:EnterpriseActionsPermissions",
"majorVersion": 6,
"fields": {
"allowed_actions_config": {
"maxItemsOne": true,
"elem": {
"fields": {
"patterns_allowed": {
"maxItemsOne": false
}
}
}
},
"enabled_organizations_config": {
"maxItemsOne": true,
"elem": {
"fields": {
"organization_ids": {
"maxItemsOne": false
}
}
}
}
}
},
"github_enterprise_organization": {
"current": "github:index/enterpriseOrganization:EnterpriseOrganization",
"majorVersion": 6,
Expand Down
121 changes: 121 additions & 0 deletions provider/cmd/pulumi-resource-github/schema.json

Large diffs are not rendered by default.

223 changes: 223 additions & 0 deletions sdk/dotnet/EnterpriseActionsPermissions.cs

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

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

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

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

Loading
Loading