diff --git a/provider/cmd/pulumi-resource-nobl9/schema.json b/provider/cmd/pulumi-resource-nobl9/schema.json index c1df856..5750940 100644 --- a/provider/cmd/pulumi-resource-nobl9/schema.json +++ b/provider/cmd/pulumi-resource-nobl9/schema.json @@ -11,7 +11,7 @@ "license": "Apache-2.0", "attribution": "This Pulumi package is based on the [`nobl9` Terraform Provider](https://github.com/nobl9/terraform-provider-nobl9).", "repository": "https://github.com/piclemx/pulumi-nobl9", - "pluginDownloadURL": "https://github.com/piclemx/pulumi-noble9/releases/", + "pluginDownloadURL": "https://github.com/piclemx/pulumi-nobl9/releases/", "publisher": "piclemx", "meta": { "moduleFormat": "(.*)(?:/[^/]*)" diff --git a/provider/resources.go b/provider/resources.go index 4b68741..77b7fc3 100644 --- a/provider/resources.go +++ b/provider/resources.go @@ -72,7 +72,7 @@ func Provider() tfbridge.ProviderInfo { // PluginDownloadURL is an optional URL used to download the Provider // for use in Pulumi programs // e.g https://github.com/org/pulumi-provider-name/releases/ - PluginDownloadURL: "https://github.com/piclemx/pulumi-noble9/releases/", + PluginDownloadURL: "https://github.com/piclemx/pulumi-nobl9/releases/", Description: "A Pulumi package for creating and managing Nobl9 cloud resources.", // category/cloud tag helps with categorizing the package in the Pulumi Registry. // For all available categories, see `Keywords` in diff --git a/sdk/dotnet/Agent.cs b/sdk/dotnet/Agent.cs index 8ef526c..bf1b3f4 100644 --- a/sdk/dotnet/Agent.cs +++ b/sdk/dotnet/Agent.cs @@ -270,7 +270,7 @@ private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions? var defaultOptions = new CustomResourceOptions { Version = Utilities.Version, - PluginDownloadURL = "https://github.com/piclemx/pulumi-noble9/releases/", + PluginDownloadURL = "https://github.com/piclemx/pulumi-nobl9/releases/", }; var merged = CustomResourceOptions.Merge(defaultOptions, options); // Override the ID if one was specified for consistency with other language SDKs. diff --git a/sdk/dotnet/AlertMethodDiscord.cs b/sdk/dotnet/AlertMethodDiscord.cs index 7d5d814..69b4620 100644 --- a/sdk/dotnet/AlertMethodDiscord.cs +++ b/sdk/dotnet/AlertMethodDiscord.cs @@ -65,7 +65,7 @@ private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions? var defaultOptions = new CustomResourceOptions { Version = Utilities.Version, - PluginDownloadURL = "https://github.com/piclemx/pulumi-noble9/releases/", + PluginDownloadURL = "https://github.com/piclemx/pulumi-nobl9/releases/", }; var merged = CustomResourceOptions.Merge(defaultOptions, options); // Override the ID if one was specified for consistency with other language SDKs. diff --git a/sdk/dotnet/AlertMethodEmail.cs b/sdk/dotnet/AlertMethodEmail.cs index 9e5dc5c..42fe7f0 100644 --- a/sdk/dotnet/AlertMethodEmail.cs +++ b/sdk/dotnet/AlertMethodEmail.cs @@ -89,7 +89,7 @@ private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions? var defaultOptions = new CustomResourceOptions { Version = Utilities.Version, - PluginDownloadURL = "https://github.com/piclemx/pulumi-noble9/releases/", + PluginDownloadURL = "https://github.com/piclemx/pulumi-nobl9/releases/", }; var merged = CustomResourceOptions.Merge(defaultOptions, options); // Override the ID if one was specified for consistency with other language SDKs. diff --git a/sdk/dotnet/AlertMethodJira.cs b/sdk/dotnet/AlertMethodJira.cs index 5f76b03..f5ae0ca 100644 --- a/sdk/dotnet/AlertMethodJira.cs +++ b/sdk/dotnet/AlertMethodJira.cs @@ -83,7 +83,7 @@ private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions? var defaultOptions = new CustomResourceOptions { Version = Utilities.Version, - PluginDownloadURL = "https://github.com/piclemx/pulumi-noble9/releases/", + PluginDownloadURL = "https://github.com/piclemx/pulumi-nobl9/releases/", }; var merged = CustomResourceOptions.Merge(defaultOptions, options); // Override the ID if one was specified for consistency with other language SDKs. diff --git a/sdk/dotnet/AlertMethodMsteams.cs b/sdk/dotnet/AlertMethodMsteams.cs index ee7175f..936449c 100644 --- a/sdk/dotnet/AlertMethodMsteams.cs +++ b/sdk/dotnet/AlertMethodMsteams.cs @@ -65,7 +65,7 @@ private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions? var defaultOptions = new CustomResourceOptions { Version = Utilities.Version, - PluginDownloadURL = "https://github.com/piclemx/pulumi-noble9/releases/", + PluginDownloadURL = "https://github.com/piclemx/pulumi-nobl9/releases/", }; var merged = CustomResourceOptions.Merge(defaultOptions, options); // Override the ID if one was specified for consistency with other language SDKs. diff --git a/sdk/dotnet/AlertMethodOpsgenie.cs b/sdk/dotnet/AlertMethodOpsgenie.cs index a37bc05..7634845 100644 --- a/sdk/dotnet/AlertMethodOpsgenie.cs +++ b/sdk/dotnet/AlertMethodOpsgenie.cs @@ -71,7 +71,7 @@ private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions? var defaultOptions = new CustomResourceOptions { Version = Utilities.Version, - PluginDownloadURL = "https://github.com/piclemx/pulumi-noble9/releases/", + PluginDownloadURL = "https://github.com/piclemx/pulumi-nobl9/releases/", }; var merged = CustomResourceOptions.Merge(defaultOptions, options); // Override the ID if one was specified for consistency with other language SDKs. diff --git a/sdk/dotnet/AlertMethodPagerduty.cs b/sdk/dotnet/AlertMethodPagerduty.cs index 4955e6f..1e47d24 100644 --- a/sdk/dotnet/AlertMethodPagerduty.cs +++ b/sdk/dotnet/AlertMethodPagerduty.cs @@ -65,7 +65,7 @@ private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions? var defaultOptions = new CustomResourceOptions { Version = Utilities.Version, - PluginDownloadURL = "https://github.com/piclemx/pulumi-noble9/releases/", + PluginDownloadURL = "https://github.com/piclemx/pulumi-nobl9/releases/", }; var merged = CustomResourceOptions.Merge(defaultOptions, options); // Override the ID if one was specified for consistency with other language SDKs. diff --git a/sdk/dotnet/AlertMethodServicenow.cs b/sdk/dotnet/AlertMethodServicenow.cs index 0ced0f1..9156b6a 100644 --- a/sdk/dotnet/AlertMethodServicenow.cs +++ b/sdk/dotnet/AlertMethodServicenow.cs @@ -77,7 +77,7 @@ private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions? var defaultOptions = new CustomResourceOptions { Version = Utilities.Version, - PluginDownloadURL = "https://github.com/piclemx/pulumi-noble9/releases/", + PluginDownloadURL = "https://github.com/piclemx/pulumi-nobl9/releases/", }; var merged = CustomResourceOptions.Merge(defaultOptions, options); // Override the ID if one was specified for consistency with other language SDKs. diff --git a/sdk/dotnet/AlertMethodSlack.cs b/sdk/dotnet/AlertMethodSlack.cs index 956d322..17ea4d4 100644 --- a/sdk/dotnet/AlertMethodSlack.cs +++ b/sdk/dotnet/AlertMethodSlack.cs @@ -65,7 +65,7 @@ private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions? var defaultOptions = new CustomResourceOptions { Version = Utilities.Version, - PluginDownloadURL = "https://github.com/piclemx/pulumi-noble9/releases/", + PluginDownloadURL = "https://github.com/piclemx/pulumi-nobl9/releases/", }; var merged = CustomResourceOptions.Merge(defaultOptions, options); // Override the ID if one was specified for consistency with other language SDKs. diff --git a/sdk/dotnet/AlertMethodWebhook.cs b/sdk/dotnet/AlertMethodWebhook.cs index 00dfe3a..a10422b 100644 --- a/sdk/dotnet/AlertMethodWebhook.cs +++ b/sdk/dotnet/AlertMethodWebhook.cs @@ -77,7 +77,7 @@ private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions? var defaultOptions = new CustomResourceOptions { Version = Utilities.Version, - PluginDownloadURL = "https://github.com/piclemx/pulumi-noble9/releases/", + PluginDownloadURL = "https://github.com/piclemx/pulumi-nobl9/releases/", }; var merged = CustomResourceOptions.Merge(defaultOptions, options); // Override the ID if one was specified for consistency with other language SDKs. diff --git a/sdk/dotnet/AlertPolicy.cs b/sdk/dotnet/AlertPolicy.cs index 65bb297..b4d5bc1 100644 --- a/sdk/dotnet/AlertPolicy.cs +++ b/sdk/dotnet/AlertPolicy.cs @@ -135,7 +135,7 @@ private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions? var defaultOptions = new CustomResourceOptions { Version = Utilities.Version, - PluginDownloadURL = "https://github.com/piclemx/pulumi-noble9/releases/", + PluginDownloadURL = "https://github.com/piclemx/pulumi-nobl9/releases/", }; var merged = CustomResourceOptions.Merge(defaultOptions, options); // Override the ID if one was specified for consistency with other language SDKs. diff --git a/sdk/dotnet/DirectAppdynamics.cs b/sdk/dotnet/DirectAppdynamics.cs index da1bcb3..4f67c1d 100644 --- a/sdk/dotnet/DirectAppdynamics.cs +++ b/sdk/dotnet/DirectAppdynamics.cs @@ -142,7 +142,7 @@ private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions? var defaultOptions = new CustomResourceOptions { Version = Utilities.Version, - PluginDownloadURL = "https://github.com/piclemx/pulumi-noble9/releases/", + PluginDownloadURL = "https://github.com/piclemx/pulumi-nobl9/releases/", }; var merged = CustomResourceOptions.Merge(defaultOptions, options); // Override the ID if one was specified for consistency with other language SDKs. diff --git a/sdk/dotnet/DirectBigquery.cs b/sdk/dotnet/DirectBigquery.cs index a34dc35..3037b9c 100644 --- a/sdk/dotnet/DirectBigquery.cs +++ b/sdk/dotnet/DirectBigquery.cs @@ -115,7 +115,7 @@ private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions? var defaultOptions = new CustomResourceOptions { Version = Utilities.Version, - PluginDownloadURL = "https://github.com/piclemx/pulumi-noble9/releases/", + PluginDownloadURL = "https://github.com/piclemx/pulumi-nobl9/releases/", }; var merged = CustomResourceOptions.Merge(defaultOptions, options); // Override the ID if one was specified for consistency with other language SDKs. diff --git a/sdk/dotnet/DirectCloudwatch.cs b/sdk/dotnet/DirectCloudwatch.cs index e195685..f245024 100644 --- a/sdk/dotnet/DirectCloudwatch.cs +++ b/sdk/dotnet/DirectCloudwatch.cs @@ -147,7 +147,7 @@ private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions? var defaultOptions = new CustomResourceOptions { Version = Utilities.Version, - PluginDownloadURL = "https://github.com/piclemx/pulumi-noble9/releases/", + PluginDownloadURL = "https://github.com/piclemx/pulumi-nobl9/releases/", }; var merged = CustomResourceOptions.Merge(defaultOptions, options); // Override the ID if one was specified for consistency with other language SDKs. diff --git a/sdk/dotnet/DirectDatadog.cs b/sdk/dotnet/DirectDatadog.cs index 10e5939..2f4ec7a 100644 --- a/sdk/dotnet/DirectDatadog.cs +++ b/sdk/dotnet/DirectDatadog.cs @@ -154,7 +154,7 @@ private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions? var defaultOptions = new CustomResourceOptions { Version = Utilities.Version, - PluginDownloadURL = "https://github.com/piclemx/pulumi-noble9/releases/", + PluginDownloadURL = "https://github.com/piclemx/pulumi-nobl9/releases/", }; var merged = CustomResourceOptions.Merge(defaultOptions, options); // Override the ID if one was specified for consistency with other language SDKs. diff --git a/sdk/dotnet/DirectDynatrace.cs b/sdk/dotnet/DirectDynatrace.cs index 5430862..0b787dd 100644 --- a/sdk/dotnet/DirectDynatrace.cs +++ b/sdk/dotnet/DirectDynatrace.cs @@ -147,7 +147,7 @@ private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions? var defaultOptions = new CustomResourceOptions { Version = Utilities.Version, - PluginDownloadURL = "https://github.com/piclemx/pulumi-noble9/releases/", + PluginDownloadURL = "https://github.com/piclemx/pulumi-nobl9/releases/", }; var merged = CustomResourceOptions.Merge(defaultOptions, options); // Override the ID if one was specified for consistency with other language SDKs. diff --git a/sdk/dotnet/DirectGcm.cs b/sdk/dotnet/DirectGcm.cs index 8fa1b35..c1fffb3 100644 --- a/sdk/dotnet/DirectGcm.cs +++ b/sdk/dotnet/DirectGcm.cs @@ -115,7 +115,7 @@ private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions? var defaultOptions = new CustomResourceOptions { Version = Utilities.Version, - PluginDownloadURL = "https://github.com/piclemx/pulumi-noble9/releases/", + PluginDownloadURL = "https://github.com/piclemx/pulumi-nobl9/releases/", }; var merged = CustomResourceOptions.Merge(defaultOptions, options); // Override the ID if one was specified for consistency with other language SDKs. diff --git a/sdk/dotnet/DirectInfluxdb.cs b/sdk/dotnet/DirectInfluxdb.cs index 7c7e9ef..4523988 100644 --- a/sdk/dotnet/DirectInfluxdb.cs +++ b/sdk/dotnet/DirectInfluxdb.cs @@ -129,7 +129,7 @@ private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions? var defaultOptions = new CustomResourceOptions { Version = Utilities.Version, - PluginDownloadURL = "https://github.com/piclemx/pulumi-noble9/releases/", + PluginDownloadURL = "https://github.com/piclemx/pulumi-nobl9/releases/", }; var merged = CustomResourceOptions.Merge(defaultOptions, options); // Override the ID if one was specified for consistency with other language SDKs. diff --git a/sdk/dotnet/DirectInstana.cs b/sdk/dotnet/DirectInstana.cs index ab6d656..2119d0a 100644 --- a/sdk/dotnet/DirectInstana.cs +++ b/sdk/dotnet/DirectInstana.cs @@ -122,7 +122,7 @@ private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions? var defaultOptions = new CustomResourceOptions { Version = Utilities.Version, - PluginDownloadURL = "https://github.com/piclemx/pulumi-noble9/releases/", + PluginDownloadURL = "https://github.com/piclemx/pulumi-nobl9/releases/", }; var merged = CustomResourceOptions.Merge(defaultOptions, options); // Override the ID if one was specified for consistency with other language SDKs. diff --git a/sdk/dotnet/DirectLightstep.cs b/sdk/dotnet/DirectLightstep.cs index 6e6ac71..5a9b8f5 100644 --- a/sdk/dotnet/DirectLightstep.cs +++ b/sdk/dotnet/DirectLightstep.cs @@ -154,7 +154,7 @@ private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions? var defaultOptions = new CustomResourceOptions { Version = Utilities.Version, - PluginDownloadURL = "https://github.com/piclemx/pulumi-noble9/releases/", + PluginDownloadURL = "https://github.com/piclemx/pulumi-nobl9/releases/", }; var merged = CustomResourceOptions.Merge(defaultOptions, options); // Override the ID if one was specified for consistency with other language SDKs. diff --git a/sdk/dotnet/DirectNewrelic.cs b/sdk/dotnet/DirectNewrelic.cs index 458c089..d3d9c5d 100644 --- a/sdk/dotnet/DirectNewrelic.cs +++ b/sdk/dotnet/DirectNewrelic.cs @@ -147,7 +147,7 @@ private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions? var defaultOptions = new CustomResourceOptions { Version = Utilities.Version, - PluginDownloadURL = "https://github.com/piclemx/pulumi-noble9/releases/", + PluginDownloadURL = "https://github.com/piclemx/pulumi-nobl9/releases/", }; var merged = CustomResourceOptions.Merge(defaultOptions, options); // Override the ID if one was specified for consistency with other language SDKs. diff --git a/sdk/dotnet/DirectPingdom.cs b/sdk/dotnet/DirectPingdom.cs index bc06fce..0709b95 100644 --- a/sdk/dotnet/DirectPingdom.cs +++ b/sdk/dotnet/DirectPingdom.cs @@ -115,7 +115,7 @@ private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions? var defaultOptions = new CustomResourceOptions { Version = Utilities.Version, - PluginDownloadURL = "https://github.com/piclemx/pulumi-noble9/releases/", + PluginDownloadURL = "https://github.com/piclemx/pulumi-nobl9/releases/", }; var merged = CustomResourceOptions.Merge(defaultOptions, options); // Override the ID if one was specified for consistency with other language SDKs. diff --git a/sdk/dotnet/DirectRedshift.cs b/sdk/dotnet/DirectRedshift.cs index e4876de..8660422 100644 --- a/sdk/dotnet/DirectRedshift.cs +++ b/sdk/dotnet/DirectRedshift.cs @@ -129,7 +129,7 @@ private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions? var defaultOptions = new CustomResourceOptions { Version = Utilities.Version, - PluginDownloadURL = "https://github.com/piclemx/pulumi-noble9/releases/", + PluginDownloadURL = "https://github.com/piclemx/pulumi-nobl9/releases/", }; var merged = CustomResourceOptions.Merge(defaultOptions, options); // Override the ID if one was specified for consistency with other language SDKs. diff --git a/sdk/dotnet/DirectSplunk.cs b/sdk/dotnet/DirectSplunk.cs index deef88b..84012f4 100644 --- a/sdk/dotnet/DirectSplunk.cs +++ b/sdk/dotnet/DirectSplunk.cs @@ -147,7 +147,7 @@ private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions? var defaultOptions = new CustomResourceOptions { Version = Utilities.Version, - PluginDownloadURL = "https://github.com/piclemx/pulumi-noble9/releases/", + PluginDownloadURL = "https://github.com/piclemx/pulumi-nobl9/releases/", }; var merged = CustomResourceOptions.Merge(defaultOptions, options); // Override the ID if one was specified for consistency with other language SDKs. diff --git a/sdk/dotnet/DirectSplunkObservability.cs b/sdk/dotnet/DirectSplunkObservability.cs index d576fca..ae7e029 100644 --- a/sdk/dotnet/DirectSplunkObservability.cs +++ b/sdk/dotnet/DirectSplunkObservability.cs @@ -122,7 +122,7 @@ private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions? var defaultOptions = new CustomResourceOptions { Version = Utilities.Version, - PluginDownloadURL = "https://github.com/piclemx/pulumi-noble9/releases/", + PluginDownloadURL = "https://github.com/piclemx/pulumi-nobl9/releases/", }; var merged = CustomResourceOptions.Merge(defaultOptions, options); // Override the ID if one was specified for consistency with other language SDKs. diff --git a/sdk/dotnet/DirectSumologic.cs b/sdk/dotnet/DirectSumologic.cs index 8302d9c..a0ef3f4 100644 --- a/sdk/dotnet/DirectSumologic.cs +++ b/sdk/dotnet/DirectSumologic.cs @@ -128,7 +128,7 @@ private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions? var defaultOptions = new CustomResourceOptions { Version = Utilities.Version, - PluginDownloadURL = "https://github.com/piclemx/pulumi-noble9/releases/", + PluginDownloadURL = "https://github.com/piclemx/pulumi-nobl9/releases/", }; var merged = CustomResourceOptions.Merge(defaultOptions, options); // Override the ID if one was specified for consistency with other language SDKs. diff --git a/sdk/dotnet/DirectThousandeyes.cs b/sdk/dotnet/DirectThousandeyes.cs index 0f960b1..59d53a5 100644 --- a/sdk/dotnet/DirectThousandeyes.cs +++ b/sdk/dotnet/DirectThousandeyes.cs @@ -115,7 +115,7 @@ private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions? var defaultOptions = new CustomResourceOptions { Version = Utilities.Version, - PluginDownloadURL = "https://github.com/piclemx/pulumi-noble9/releases/", + PluginDownloadURL = "https://github.com/piclemx/pulumi-nobl9/releases/", }; var merged = CustomResourceOptions.Merge(defaultOptions, options); // Override the ID if one was specified for consistency with other language SDKs. diff --git a/sdk/dotnet/Project.cs b/sdk/dotnet/Project.cs index d6ec65d..957eb20 100644 --- a/sdk/dotnet/Project.cs +++ b/sdk/dotnet/Project.cs @@ -111,7 +111,7 @@ private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions? var defaultOptions = new CustomResourceOptions { Version = Utilities.Version, - PluginDownloadURL = "https://github.com/piclemx/pulumi-noble9/releases/", + PluginDownloadURL = "https://github.com/piclemx/pulumi-nobl9/releases/", }; var merged = CustomResourceOptions.Merge(defaultOptions, options); // Override the ID if one was specified for consistency with other language SDKs. diff --git a/sdk/dotnet/Provider.cs b/sdk/dotnet/Provider.cs index d51ffa7..4ea208c 100644 --- a/sdk/dotnet/Provider.cs +++ b/sdk/dotnet/Provider.cs @@ -81,7 +81,7 @@ private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions? var defaultOptions = new CustomResourceOptions { Version = Utilities.Version, - PluginDownloadURL = "https://github.com/piclemx/pulumi-noble9/releases/", + PluginDownloadURL = "https://github.com/piclemx/pulumi-nobl9/releases/", }; var merged = CustomResourceOptions.Merge(defaultOptions, options); // Override the ID if one was specified for consistency with other language SDKs. diff --git a/sdk/dotnet/RoleBinding.cs b/sdk/dotnet/RoleBinding.cs index e94c47a..68f7b91 100644 --- a/sdk/dotnet/RoleBinding.cs +++ b/sdk/dotnet/RoleBinding.cs @@ -92,7 +92,7 @@ private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions? var defaultOptions = new CustomResourceOptions { Version = Utilities.Version, - PluginDownloadURL = "https://github.com/piclemx/pulumi-noble9/releases/", + PluginDownloadURL = "https://github.com/piclemx/pulumi-nobl9/releases/", }; var merged = CustomResourceOptions.Merge(defaultOptions, options); // Override the ID if one was specified for consistency with other language SDKs. diff --git a/sdk/dotnet/Service.cs b/sdk/dotnet/Service.cs index 6583ccf..77f3be8 100644 --- a/sdk/dotnet/Service.cs +++ b/sdk/dotnet/Service.cs @@ -128,7 +128,7 @@ private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions? var defaultOptions = new CustomResourceOptions { Version = Utilities.Version, - PluginDownloadURL = "https://github.com/piclemx/pulumi-noble9/releases/", + PluginDownloadURL = "https://github.com/piclemx/pulumi-nobl9/releases/", }; var merged = CustomResourceOptions.Merge(defaultOptions, options); // Override the ID if one was specified for consistency with other language SDKs. diff --git a/sdk/dotnet/Slo.cs b/sdk/dotnet/Slo.cs index 3f64dd9..b09f592 100644 --- a/sdk/dotnet/Slo.cs +++ b/sdk/dotnet/Slo.cs @@ -113,7 +113,7 @@ private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions? var defaultOptions = new CustomResourceOptions { Version = Utilities.Version, - PluginDownloadURL = "https://github.com/piclemx/pulumi-noble9/releases/", + PluginDownloadURL = "https://github.com/piclemx/pulumi-nobl9/releases/", }; var merged = CustomResourceOptions.Merge(defaultOptions, options); // Override the ID if one was specified for consistency with other language SDKs. diff --git a/sdk/dotnet/Utilities.cs b/sdk/dotnet/Utilities.cs index e26196d..b512474 100644 --- a/sdk/dotnet/Utilities.cs +++ b/sdk/dotnet/Utilities.cs @@ -53,7 +53,7 @@ static class Utilities { var dst = src ?? new global::Pulumi.InvokeOptions{}; dst.Version = src?.Version ?? Version; - dst.PluginDownloadURL = src?.PluginDownloadURL ?? "https://github.com/piclemx/pulumi-noble9/releases/"; + dst.PluginDownloadURL = src?.PluginDownloadURL ?? "https://github.com/piclemx/pulumi-nobl9/releases/"; return dst; } diff --git a/sdk/dotnet/pulumi-plugin.json b/sdk/dotnet/pulumi-plugin.json index 18aeb1a..44404ee 100644 --- a/sdk/dotnet/pulumi-plugin.json +++ b/sdk/dotnet/pulumi-plugin.json @@ -1,5 +1,5 @@ { "resource": true, "name": "nobl9", - "server": "https://github.com/piclemx/pulumi-noble9/releases/" + "server": "https://github.com/piclemx/pulumi-nobl9/releases/" } diff --git a/sdk/go/nobl9/pulumi-plugin.json b/sdk/go/nobl9/pulumi-plugin.json index 18aeb1a..44404ee 100644 --- a/sdk/go/nobl9/pulumi-plugin.json +++ b/sdk/go/nobl9/pulumi-plugin.json @@ -1,5 +1,5 @@ { "resource": true, "name": "nobl9", - "server": "https://github.com/piclemx/pulumi-noble9/releases/" + "server": "https://github.com/piclemx/pulumi-nobl9/releases/" } diff --git a/sdk/go/nobl9/pulumiUtilities.go b/sdk/go/nobl9/pulumiUtilities.go index 5b9d089..f26798d 100644 --- a/sdk/go/nobl9/pulumiUtilities.go +++ b/sdk/go/nobl9/pulumiUtilities.go @@ -88,14 +88,14 @@ func isZero(v interface{}) bool { // pkgResourceDefaultOpts provides package level defaults to pulumi.OptionResource. func pkgResourceDefaultOpts(opts []pulumi.ResourceOption) []pulumi.ResourceOption { - defaults := []pulumi.ResourceOption{pulumi.PluginDownloadURL("https://github.com/piclemx/pulumi-noble9/releases/")} + defaults := []pulumi.ResourceOption{pulumi.PluginDownloadURL("https://github.com/piclemx/pulumi-nobl9/releases/")} return append(defaults, opts...) } // pkgInvokeDefaultOpts provides package level defaults to pulumi.OptionInvoke. func pkgInvokeDefaultOpts(opts []pulumi.InvokeOption) []pulumi.InvokeOption { - defaults := []pulumi.InvokeOption{pulumi.PluginDownloadURL("https://github.com/piclemx/pulumi-noble9/releases/")} + defaults := []pulumi.InvokeOption{pulumi.PluginDownloadURL("https://github.com/piclemx/pulumi-nobl9/releases/")} return append(defaults, opts...) } diff --git a/sdk/nodejs/package.json b/sdk/nodejs/package.json index 438ab0d..d1378cb 100644 --- a/sdk/nodejs/package.json +++ b/sdk/nodejs/package.json @@ -26,6 +26,6 @@ "pulumi": { "resource": true, "name": "nobl9", - "server": "https://github.com/piclemx/pulumi-noble9/releases/" + "server": "https://github.com/piclemx/pulumi-nobl9/releases/" } } diff --git a/sdk/nodejs/scripts/install-pulumi-plugin.js b/sdk/nodejs/scripts/install-pulumi-plugin.js index 908b285..3c55f73 100644 --- a/sdk/nodejs/scripts/install-pulumi-plugin.js +++ b/sdk/nodejs/scripts/install-pulumi-plugin.js @@ -7,7 +7,7 @@ if (args.indexOf("${VERSION}") !== -1) { process.exit(0); } -var res = childProcess.spawnSync("pulumi", ["plugin", "install", "--server", "https://github.com/piclemx/pulumi-noble9/releases/"].concat(args), { +var res = childProcess.spawnSync("pulumi", ["plugin", "install", "--server", "https://github.com/piclemx/pulumi-nobl9/releases/"].concat(args), { stdio: ["ignore", "inherit", "inherit"] }); diff --git a/sdk/nodejs/utilities.ts b/sdk/nodejs/utilities.ts index 7f4b2ab..785c19c 100644 --- a/sdk/nodejs/utilities.ts +++ b/sdk/nodejs/utilities.ts @@ -50,5 +50,5 @@ export function getVersion(): string { /** @internal */ export function resourceOptsDefaults(): any { - return { version: getVersion(), pluginDownloadURL: "https://github.com/piclemx/pulumi-noble9/releases/" }; + return { version: getVersion(), pluginDownloadURL: "https://github.com/piclemx/pulumi-nobl9/releases/" }; } diff --git a/sdk/python/pulumi_nobl9/_utilities.py b/sdk/python/pulumi_nobl9/_utilities.py index aeeb589..7be1b7a 100644 --- a/sdk/python/pulumi_nobl9/_utilities.py +++ b/sdk/python/pulumi_nobl9/_utilities.py @@ -247,4 +247,4 @@ def lifted_func(*args, opts=None, **kwargs): return (lambda _: lifted_func) def get_plugin_download_url(): - return "https://github.com/piclemx/pulumi-noble9/releases/" + return "https://github.com/piclemx/pulumi-nobl9/releases/" diff --git a/sdk/python/pulumi_nobl9/pulumi-plugin.json b/sdk/python/pulumi_nobl9/pulumi-plugin.json index 18aeb1a..44404ee 100644 --- a/sdk/python/pulumi_nobl9/pulumi-plugin.json +++ b/sdk/python/pulumi_nobl9/pulumi-plugin.json @@ -1,5 +1,5 @@ { "resource": true, "name": "nobl9", - "server": "https://github.com/piclemx/pulumi-noble9/releases/" + "server": "https://github.com/piclemx/pulumi-nobl9/releases/" } diff --git a/sdk/python/setup.py b/sdk/python/setup.py index 49ab3d5..1cc6f4d 100644 --- a/sdk/python/setup.py +++ b/sdk/python/setup.py @@ -15,7 +15,7 @@ class InstallPluginCommand(install): def run(self): install.run(self) try: - check_call(['pulumi', 'plugin', 'install', 'resource', 'nobl9', PLUGIN_VERSION, '--server', 'https://github.com/piclemx/pulumi-noble9/releases/']) + check_call(['pulumi', 'plugin', 'install', 'resource', 'nobl9', PLUGIN_VERSION, '--server', 'https://github.com/piclemx/pulumi-nobl9/releases/']) except OSError as error: if error.errno == errno.ENOENT: print(f"""