diff --git a/provider/cmd/pulumi-resource-zpa/schema.json b/provider/cmd/pulumi-resource-zpa/schema.json index ad358de..bc0d309 100644 --- a/provider/cmd/pulumi-resource-zpa/schema.json +++ b/provider/cmd/pulumi-resource-zpa/schema.json @@ -12,7 +12,7 @@ "license": "MIT", "attribution": "This Pulumi package is based on the [`zpa` Terraform Provider](https://github.com/zscaler/terraform-provider-zpa).", "repository": "https://github.com/zscaler/pulumi-zpa", - "logoUrl": "https://raw.githubusercontent.com/zscaler/pulumi-zpa/main/assets/zscaler.png", + "logoUrl": "https://raw.githubusercontent.com/zscaler/pulumi-zpa/master/assets/zscaler.png", "pluginDownloadURL": "github://api.github.com/zscaler", "publisher": "Zscaler", "meta": { diff --git a/provider/resources.go b/provider/resources.go index e87c7e7..219042b 100644 --- a/provider/resources.go +++ b/provider/resources.go @@ -97,6 +97,7 @@ func Provider() tfbridge.ProviderInfo { Keywords: []string{"pulumi", "zpa", "zscaler", "category/cloud"}, TFProviderLicense: refProviderLicense(tfbridge.MITLicenseType), License: "MIT", + LogoURL: "https://raw.githubusercontent.com/zscaler/pulumi-zpa/master/assets/zscaler.png", // nolint[:lll] Homepage: "https://www.zscaler.com", Repository: "https://github.com/zscaler/pulumi-zpa", PluginDownloadURL: "github://api.github.com/zscaler", diff --git a/sdk/dotnet/logo.png b/sdk/dotnet/logo.png index 1becba2..bccecc3 100644 Binary files a/sdk/dotnet/logo.png and b/sdk/dotnet/logo.png differ