Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
rename DotNet SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxxstorm committed Sep 12, 2022
1 parent 9c96285 commit 3d67808
Show file tree
Hide file tree
Showing 300 changed files with 372 additions and 372 deletions.
74 changes: 37 additions & 37 deletions provider/cmd/pulumi-resource-ovh/schema.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion provider/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ func Provider() tfbridge.ProviderInfo {
GenerateResourceContainerTypes: true,
},
CSharp: &tfbridge.CSharpInfo{
RootNamespace: "Lbrlabs_Pulumi",
RootNamespace: "Lbrlabs.PulumiPackage",
PackageReferences: map[string]string{
"Pulumi": "3.*",
},
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/Config/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System;
using System.Collections.Immutable;

namespace Lbrlabs_Pulumi.Ovh
namespace Lbrlabs.PulumiPackage.Ovh
{
public static class Config
{
Expand Down
4 changes: 2 additions & 2 deletions sdk/dotnet/CloudProject.cs → sdk/dotnet/Ovh/CloudProject.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using Pulumi.Serialization;
using Pulumi;

namespace Lbrlabs_Pulumi.Ovh
namespace Lbrlabs.PulumiPackage.Ovh
{
/// <summary>
/// Orders a public cloud project.
Expand All @@ -22,7 +22,7 @@ namespace Lbrlabs_Pulumi.Ovh
/// ```csharp
/// using System.Collections.Generic;
/// using Pulumi;
/// using Ovh = Lbrlabs_Pulumi.Ovh;
/// using Ovh = Lbrlabs.PulumiPackage.Ovh;
/// using Ovh = Pulumi.Ovh;
///
/// return await Deployment.RunAsync(() =&gt;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using Pulumi.Serialization;
using Pulumi;

namespace Lbrlabs_Pulumi.Ovh
namespace Lbrlabs.PulumiPackage.Ovh
{
/// <summary>
/// Creates a container registry associated with a public cloud project.
Expand All @@ -18,7 +18,7 @@ namespace Lbrlabs_Pulumi.Ovh
/// ```csharp
/// using System.Collections.Generic;
/// using Pulumi;
/// using Ovh = Lbrlabs_Pulumi.Ovh;
/// using Ovh = Lbrlabs.PulumiPackage.Ovh;
/// using Ovh = Pulumi.Ovh;
///
/// return await Deployment.RunAsync(() =&gt;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using Pulumi.Serialization;
using Pulumi;

namespace Lbrlabs_Pulumi.Ovh
namespace Lbrlabs.PulumiPackage.Ovh
{
/// <summary>
/// Creates a user for a container registry associated with a public cloud project.
Expand All @@ -18,7 +18,7 @@ namespace Lbrlabs_Pulumi.Ovh
/// ```csharp
/// using System.Collections.Generic;
/// using Pulumi;
/// using Ovh = Lbrlabs_Pulumi.Ovh;
/// using Ovh = Lbrlabs.PulumiPackage.Ovh;
/// using Ovh = Pulumi.Ovh;
///
/// return await Deployment.RunAsync(() =&gt;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using Pulumi.Serialization;
using Pulumi;

namespace Lbrlabs_Pulumi.Ovh
namespace Lbrlabs.PulumiPackage.Ovh
{
/// <summary>
/// ## Example Usage
Expand All @@ -17,7 +17,7 @@ namespace Lbrlabs_Pulumi.Ovh
/// ```csharp
/// using System.Collections.Generic;
/// using Pulumi;
/// using Ovh = Lbrlabs_Pulumi.Ovh;
/// using Ovh = Lbrlabs.PulumiPackage.Ovh;
///
/// return await Deployment.RunAsync(() =&gt;
/// {
Expand Down Expand Up @@ -49,7 +49,7 @@ namespace Lbrlabs_Pulumi.Ovh
/// ```csharp
/// using System.Collections.Generic;
/// using Pulumi;
/// using Ovh = Lbrlabs_Pulumi.Ovh;
/// using Ovh = Lbrlabs.PulumiPackage.Ovh;
///
/// return await Deployment.RunAsync(() =&gt;
/// {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using Pulumi.Serialization;
using Pulumi;

namespace Lbrlabs_Pulumi.Ovh
namespace Lbrlabs.PulumiPackage.Ovh
{
/// <summary>
/// Apply IP restrictions to an OVHcloud Managed Database cluster.
Expand All @@ -18,7 +18,7 @@ namespace Lbrlabs_Pulumi.Ovh
/// ```csharp
/// using System.Collections.Generic;
/// using Pulumi;
/// using Ovh = Lbrlabs_Pulumi.Ovh;
/// using Ovh = Lbrlabs.PulumiPackage.Ovh;
/// using Ovh = Pulumi.Ovh;
///
/// return await Deployment.RunAsync(() =&gt;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using Pulumi.Serialization;
using Pulumi;

namespace Lbrlabs_Pulumi.Ovh
namespace Lbrlabs.PulumiPackage.Ovh
{
/// <summary>
/// Creates an user for a postgresql cluster associated with a public cloud project.
Expand All @@ -18,7 +18,7 @@ namespace Lbrlabs_Pulumi.Ovh
/// ```csharp
/// using System.Collections.Generic;
/// using Pulumi;
/// using Ovh = Lbrlabs_Pulumi.Ovh;
/// using Ovh = Lbrlabs.PulumiPackage.Ovh;
/// using Ovh = Pulumi.Ovh;
///
/// return await Deployment.RunAsync(() =&gt;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using Pulumi.Serialization;
using Pulumi;

namespace Lbrlabs_Pulumi.Ovh
namespace Lbrlabs.PulumiPackage.Ovh
{
/// <summary>
/// Creates an user for a database cluster associated with a public cloud project.
Expand All @@ -25,7 +25,7 @@ namespace Lbrlabs_Pulumi.Ovh
/// ```csharp
/// using System.Collections.Generic;
/// using Pulumi;
/// using Ovh = Lbrlabs_Pulumi.Ovh;
/// using Ovh = Lbrlabs.PulumiPackage.Ovh;
/// using Ovh = Pulumi.Ovh;
///
/// return await Deployment.RunAsync(() =&gt;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using Pulumi.Serialization;
using Pulumi;

namespace Lbrlabs_Pulumi.Ovh
namespace Lbrlabs.PulumiPackage.Ovh
{
/// <summary>
/// Attaches a failover IP address to a compute instance
Expand All @@ -18,7 +18,7 @@ namespace Lbrlabs_Pulumi.Ovh
/// ```csharp
/// using System.Collections.Generic;
/// using Pulumi;
/// using Ovh = Lbrlabs_Pulumi.Ovh;
/// using Ovh = Lbrlabs.PulumiPackage.Ovh;
///
/// return await Deployment.RunAsync(() =&gt;
/// {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using Pulumi.Serialization;
using Pulumi;

namespace Lbrlabs_Pulumi.Ovh
namespace Lbrlabs.PulumiPackage.Ovh
{
/// <summary>
/// Creates a OVH Managed Kubernetes Service cluster in a public cloud project.
Expand All @@ -18,7 +18,7 @@ namespace Lbrlabs_Pulumi.Ovh
/// ```csharp
/// using System.Collections.Generic;
/// using Pulumi;
/// using Ovh = Lbrlabs_Pulumi.Ovh;
/// using Ovh = Lbrlabs.PulumiPackage.Ovh;
///
/// return await Deployment.RunAsync(() =&gt;
/// {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using Pulumi.Serialization;
using Pulumi;

namespace Lbrlabs_Pulumi.Ovh
namespace Lbrlabs.PulumiPackage.Ovh
{
/// <summary>
/// Apply IP restrictions to an OVHcloud Managed Kubernetes cluster.
Expand All @@ -18,7 +18,7 @@ namespace Lbrlabs_Pulumi.Ovh
/// ```csharp
/// using System.Collections.Generic;
/// using Pulumi;
/// using Ovh = Lbrlabs_Pulumi.Ovh;
/// using Ovh = Lbrlabs.PulumiPackage.Ovh;
///
/// return await Deployment.RunAsync(() =&gt;
/// {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using Pulumi.Serialization;
using Pulumi;

namespace Lbrlabs_Pulumi.Ovh
namespace Lbrlabs.PulumiPackage.Ovh
{
/// <summary>
/// Creates a nodepool in a OVH Managed Kubernetes Service cluster.
Expand All @@ -18,7 +18,7 @@ namespace Lbrlabs_Pulumi.Ovh
/// ```csharp
/// using System.Collections.Generic;
/// using Pulumi;
/// using Ovh = Lbrlabs_Pulumi.Ovh;
/// using Ovh = Lbrlabs.PulumiPackage.Ovh;
///
/// return await Deployment.RunAsync(() =&gt;
/// {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using Pulumi.Serialization;
using Pulumi;

namespace Lbrlabs_Pulumi.Ovh
namespace Lbrlabs.PulumiPackage.Ovh
{
/// <summary>
/// Creates an OIDC configuration in an OVHcloud Managed Kubernetes cluster.
Expand All @@ -18,7 +18,7 @@ namespace Lbrlabs_Pulumi.Ovh
/// ```csharp
/// using System.Collections.Generic;
/// using Pulumi;
/// using Ovh = Lbrlabs_Pulumi.Ovh;
/// using Ovh = Lbrlabs.PulumiPackage.Ovh;
///
/// return await Deployment.RunAsync(() =&gt;
/// {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using Pulumi.Serialization;
using Pulumi;

namespace Lbrlabs_Pulumi.Ovh
namespace Lbrlabs.PulumiPackage.Ovh
{
/// <summary>
/// Creates a private network in a public cloud project.
Expand All @@ -18,7 +18,7 @@ namespace Lbrlabs_Pulumi.Ovh
/// ```csharp
/// using System.Collections.Generic;
/// using Pulumi;
/// using Ovh = Lbrlabs_Pulumi.Ovh;
/// using Ovh = Lbrlabs.PulumiPackage.Ovh;
///
/// return await Deployment.RunAsync(() =&gt;
/// {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using Pulumi.Serialization;
using Pulumi;

namespace Lbrlabs_Pulumi.Ovh
namespace Lbrlabs.PulumiPackage.Ovh
{
/// <summary>
/// Creates a subnet in a private network of a public cloud project.
Expand All @@ -18,7 +18,7 @@ namespace Lbrlabs_Pulumi.Ovh
/// ```csharp
/// using System.Collections.Generic;
/// using Pulumi;
/// using Ovh = Lbrlabs_Pulumi.Ovh;
/// using Ovh = Lbrlabs.PulumiPackage.Ovh;
///
/// return await Deployment.RunAsync(() =&gt;
/// {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using Pulumi.Serialization;
using Pulumi;

namespace Lbrlabs_Pulumi.Ovh
namespace Lbrlabs.PulumiPackage.Ovh
{
/// <summary>
/// Creates a user in a public cloud project.
Expand All @@ -18,7 +18,7 @@ namespace Lbrlabs_Pulumi.Ovh
/// ```csharp
/// using System.Collections.Generic;
/// using Pulumi;
/// using Ovh = Lbrlabs_Pulumi.Ovh;
/// using Ovh = Lbrlabs.PulumiPackage.Ovh;
///
/// return await Deployment.RunAsync(() =&gt;
/// {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using Pulumi.Serialization;
using Pulumi;

namespace Lbrlabs_Pulumi.Ovh
namespace Lbrlabs.PulumiPackage.Ovh
{
/// <summary>
/// Creates a dbaas logs input.
Expand All @@ -18,7 +18,7 @@ namespace Lbrlabs_Pulumi.Ovh
/// ```csharp
/// using System.Collections.Generic;
/// using Pulumi;
/// using Ovh = Lbrlabs_Pulumi.Ovh;
/// using Ovh = Lbrlabs.PulumiPackage.Ovh;
/// using Ovh = Pulumi.Ovh;
///
/// return await Deployment.RunAsync(() =&gt;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using Pulumi.Serialization;
using Pulumi;

namespace Lbrlabs_Pulumi.Ovh
namespace Lbrlabs.PulumiPackage.Ovh
{
[OvhResourceType("ovh:index/dbaasLogsOutputGraylogStream:DbaasLogsOutputGraylogStream")]
public partial class DbaasLogsOutputGraylogStream : global::Pulumi.CustomResource
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using Pulumi.Serialization;
using Pulumi;

namespace Lbrlabs_Pulumi.Ovh
namespace Lbrlabs.PulumiPackage.Ovh
{
/// <summary>
/// Add a new access ACL for the given network/mask.
Expand All @@ -18,7 +18,7 @@ namespace Lbrlabs_Pulumi.Ovh
/// ```csharp
/// using System.Collections.Generic;
/// using Pulumi;
/// using Ovh = Lbrlabs_Pulumi.Ovh;
/// using Ovh = Lbrlabs.PulumiPackage.Ovh;
/// using Ovh = Pulumi.Ovh;
///
/// return await Deployment.RunAsync(() =&gt;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using Pulumi.Serialization;
using Pulumi;

namespace Lbrlabs_Pulumi.Ovh
namespace Lbrlabs.PulumiPackage.Ovh
{
[OvhResourceType("ovh:index/dedicatedServerRebootTask:DedicatedServerRebootTask")]
public partial class DedicatedServerRebootTask : global::Pulumi.CustomResource
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using Pulumi.Serialization;
using Pulumi;

namespace Lbrlabs_Pulumi.Ovh
namespace Lbrlabs.PulumiPackage.Ovh
{
[OvhResourceType("ovh:index/dedicatedServerUpdate:DedicatedServerUpdate")]
public partial class DedicatedServerUpdate : global::Pulumi.CustomResource
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using Pulumi.Serialization;
using Pulumi;

namespace Lbrlabs_Pulumi.Ovh
namespace Lbrlabs.PulumiPackage.Ovh
{
[OvhResourceType("ovh:index/dedicatedServiceInstallTask:DedicatedServiceInstallTask")]
public partial class DedicatedServiceInstallTask : global::Pulumi.CustomResource
Expand Down
4 changes: 2 additions & 2 deletions sdk/dotnet/DomainZone.cs → sdk/dotnet/Ovh/DomainZone.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using Pulumi.Serialization;
using Pulumi;

namespace Lbrlabs_Pulumi.Ovh
namespace Lbrlabs.PulumiPackage.Ovh
{
/// <summary>
/// Creates a domain zone.
Expand All @@ -22,7 +22,7 @@ namespace Lbrlabs_Pulumi.Ovh
/// ```csharp
/// using System.Collections.Generic;
/// using Pulumi;
/// using Ovh = Lbrlabs_Pulumi.Ovh;
/// using Ovh = Lbrlabs.PulumiPackage.Ovh;
/// using Ovh = Pulumi.Ovh;
///
/// return await Deployment.RunAsync(() =&gt;
Expand Down
Loading

0 comments on commit 3d67808

Please sign in to comment.