Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
piclemx committed May 26, 2023
1 parent e1bfed2 commit 5abbd91
Show file tree
Hide file tree
Showing 44 changed files with 45 additions and 45 deletions.
2 changes: 1 addition & 1 deletion provider/cmd/pulumi-resource-nobl9/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "(.*)(?:/[^/]*)"
Expand Down
2 changes: 1 addition & 1 deletion provider/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/Agent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/AlertMethodDiscord.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/AlertMethodEmail.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/AlertMethodJira.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/AlertMethodMsteams.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/AlertMethodOpsgenie.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/AlertMethodPagerduty.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/AlertMethodServicenow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/AlertMethodSlack.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/AlertMethodWebhook.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/AlertPolicy.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/DirectAppdynamics.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/DirectBigquery.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/DirectCloudwatch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/DirectDatadog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/DirectDynatrace.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/DirectGcm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/DirectInfluxdb.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/DirectInstana.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/DirectLightstep.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/DirectNewrelic.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/DirectPingdom.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/DirectRedshift.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/DirectSplunk.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/DirectSplunkObservability.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/DirectSumologic.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/DirectThousandeyes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/Project.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/Provider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/RoleBinding.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/Service.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/Slo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading

0 comments on commit 5abbd91

Please sign in to comment.