Skip to content

Commit

Permalink
Merge pull request #6 from pulumi/mikhailshilkov/publisher
Browse files Browse the repository at this point in the history
Remove publisher and adjust homepage to fix Java publishing
  • Loading branch information
mikhailshilkov authored May 31, 2024
2 parents 262543e + bfacf13 commit f7e303a
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 18 deletions.
3 changes: 1 addition & 2 deletions provider/cmd/pulumi-resource-sdwan/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@
"sdwan",
"category/network"
],
"homepage": "https://github.com/pulumi/pulumi-sdwan",
"homepage": "https://pulumi.com",
"license": "Apache-2.0",
"attribution": "This Pulumi package is based on the [`sdwan` Terraform Provider](https://github.com/CiscoDevNet/terraform-provider-sdwan).",
"repository": "https://github.com/pulumi/pulumi-sdwan",
"logoUrl": "https://raw.githubusercontent.com/pulumi/pulumi-sdwan/main/docs/logo.png",
"publisher": "pulumi",
"meta": {
"moduleFormat": "(.*)(?:/[^/]*)"
},
Expand Down
7 changes: 1 addition & 6 deletions provider/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@ func Provider() tfbridge.ProviderInfo {
// DisplayName is a way to be able to change the casing of the provider
// name when being displayed on the Pulumi registry
DisplayName: "Cisco Catalyst SD-WAN",
// The default publisher for all packages is Pulumi.
// Change this to your personal name (or a company name) that you
// would like to be shown in the Pulumi Registry if this package is published
// there.
Publisher: "pulumi",
// LogoURL is optional but useful to help identify your package in the Pulumi Registry
// if this package is published there.
//
Expand All @@ -72,7 +67,7 @@ func Provider() tfbridge.ProviderInfo {
"category/network",
},
License: "Apache-2.0",
Homepage: "https://github.com/pulumi/pulumi-sdwan",
Homepage: "https://pulumi.com",
Repository: "https://github.com/pulumi/pulumi-sdwan",
// The GitHub Org for the provider - defaults to `terraform-providers`. Note that this
// should match the TF provider module's require directive, not any replace directives.
Expand Down
6 changes: 3 additions & 3 deletions sdk/dotnet/Pulumi.Sdwan.csproj

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

10 changes: 5 additions & 5 deletions sdk/java/build.gradle

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

2 changes: 1 addition & 1 deletion sdk/nodejs/package.json

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

2 changes: 1 addition & 1 deletion sdk/python/pyproject.toml

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

0 comments on commit f7e303a

Please sign in to comment.