Skip to content

Commit

Permalink
make build_sdks
Browse files Browse the repository at this point in the history
  • Loading branch information
iwahbe committed Oct 25, 2023
1 parent 91bc803 commit 5acc1c6
Show file tree
Hide file tree
Showing 161 changed files with 1,377 additions and 1,717 deletions.
4 changes: 2 additions & 2 deletions sdk/dotnet/Configstore.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
namespace Pulumi.Fastly
{
/// <summary>
/// Provides a container that lets you store data in key-value pairs that are accessible to Compute@Edge services during request processing.
/// Provides a container that lets you store data in key-value pairs that are accessible to Compute services during request processing.
///
/// In order for a Config Store (`fastly.Configstore`) to be accessible to a [Compute@Edge](https://developer.fastly.com/learning/compute/) service you'll first need to define a Compute service (`fastly.ServiceCompute`) in your configuration, and then create a link to the Config Store from within the service using the `resource_link` block (shown in the below examples).
/// In order for a Config Store (`fastly.Configstore`) to be accessible to a [Compute](https://developer.fastly.com/learning/compute/) service you'll first need to define a Compute service (`fastly.ServiceCompute`) in your configuration, and then create a link to the Config Store from within the service using the `resource_link` block (shown in the below examples).
///
/// ## Example Usage
///
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/Inputs/ServiceComputeProductEnablementArgs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public sealed class ServiceComputeProductEnablementArgs : global::Pulumi.Resourc
public Input<bool>? Fanout { get; set; }

/// <summary>
/// Used internally by the provider to identify modified settings
/// Used by the provider to identify modified settings (changing this value will force the entire block to be deleted, then recreated)
/// </summary>
[Input("name")]
public Input<string>? Name { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public sealed class ServiceComputeProductEnablementGetArgs : global::Pulumi.Reso
public Input<bool>? Fanout { get; set; }

/// <summary>
/// Used internally by the provider to identify modified settings
/// Used by the provider to identify modified settings (changing this value will force the entire block to be deleted, then recreated)
/// </summary>
[Input("name")]
public Input<string>? Name { get; set; }
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/Inputs/ServiceVclProductEnablementArgs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public sealed class ServiceVclProductEnablementArgs : global::Pulumi.ResourceArg
public Input<bool>? ImageOptimizer { get; set; }

/// <summary>
/// Used internally by the provider to identify modified settings
/// Used by the provider to identify modified settings (changing this value will force the entire block to be deleted, then recreated)
/// </summary>
[Input("name")]
public Input<string>? Name { get; set; }
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/Inputs/ServiceVclProductEnablementGetArgs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public sealed class ServiceVclProductEnablementGetArgs : global::Pulumi.Resource
public Input<bool>? ImageOptimizer { get; set; }

/// <summary>
/// Used internally by the provider to identify modified settings
/// Used by the provider to identify modified settings (changing this value will force the entire block to be deleted, then recreated)
/// </summary>
[Input("name")]
public Input<string>? Name { get; set; }
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/Outputs/ServiceComputeProductEnablement.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public sealed class ServiceComputeProductEnablement
/// </summary>
public readonly bool? Fanout;
/// <summary>
/// Used internally by the provider to identify modified settings
/// Used by the provider to identify modified settings (changing this value will force the entire block to be deleted, then recreated)
/// </summary>
public readonly string? Name;
/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/Outputs/ServiceVclProductEnablement.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public sealed class ServiceVclProductEnablement
/// </summary>
public readonly bool? ImageOptimizer;
/// <summary>
/// Used internally by the provider to identify modified settings
/// Used by the provider to identify modified settings (changing this value will force the entire block to be deleted, then recreated)
/// </summary>
public readonly string? Name;
/// <summary>
Expand Down
6 changes: 3 additions & 3 deletions sdk/dotnet/ServiceCompute.cs
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ public partial class ServiceCompute : global::Pulumi.CustomResource
public Output<string> Name { get; private set; } = null!;

/// <summary>
/// The `package` block supports uploading or modifying Wasm packages for use in a Fastly Compute@Edge service (if omitted, ensure `activate = false` is set on `fastly.ServiceCompute` to avoid service validation errors). See Fastly's documentation on [Compute@Edge](https://developer.fastly.com/learning/compute/)
/// The `package` block supports uploading or modifying Wasm packages for use in a Fastly Compute service (if omitted, ensure `activate = false` is set on `fastly.ServiceCompute` to avoid service validation errors). See Fastly's documentation on [Compute](https://developer.fastly.com/learning/compute/)
/// </summary>
[Output("package")]
public Output<Outputs.ServiceComputePackage?> Package { get; private set; } = null!;
Expand Down Expand Up @@ -503,7 +503,7 @@ public InputList<Inputs.ServiceComputeLoggingSyslogArgs> LoggingSyslogs
public Input<string>? Name { get; set; }

/// <summary>
/// The `package` block supports uploading or modifying Wasm packages for use in a Fastly Compute@Edge service (if omitted, ensure `activate = false` is set on `fastly.ServiceCompute` to avoid service validation errors). See Fastly's documentation on [Compute@Edge](https://developer.fastly.com/learning/compute/)
/// The `package` block supports uploading or modifying Wasm packages for use in a Fastly Compute service (if omitted, ensure `activate = false` is set on `fastly.ServiceCompute` to avoid service validation errors). See Fastly's documentation on [Compute](https://developer.fastly.com/learning/compute/)
/// </summary>
[Input("package")]
public Input<Inputs.ServiceComputePackageArgs>? Package { get; set; }
Expand Down Expand Up @@ -832,7 +832,7 @@ public InputList<Inputs.ServiceComputeLoggingSyslogGetArgs> LoggingSyslogs
public Input<string>? Name { get; set; }

/// <summary>
/// The `package` block supports uploading or modifying Wasm packages for use in a Fastly Compute@Edge service (if omitted, ensure `activate = false` is set on `fastly.ServiceCompute` to avoid service validation errors). See Fastly's documentation on [Compute@Edge](https://developer.fastly.com/learning/compute/)
/// The `package` block supports uploading or modifying Wasm packages for use in a Fastly Compute service (if omitted, ensure `activate = false` is set on `fastly.ServiceCompute` to avoid service validation errors). See Fastly's documentation on [Compute](https://developer.fastly.com/learning/compute/)
/// </summary>
[Input("package")]
public Input<Inputs.ServiceComputePackageGetArgs>? Package { get; set; }
Expand Down
8 changes: 0 additions & 8 deletions sdk/dotnet/ServiceVcl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@
namespace Pulumi.Fastly
{
/// <summary>
/// Provides a Fastly Service, representing the configuration for a website, app,
/// API, or anything else to be served through Fastly. A Service encompasses Domains
/// and Backends.
///
/// The Service resource requires a domain name that is correctly set up to direct
/// traffic to the Fastly service. See Fastly's guide on [Adding CNAME Records][fastly-cname]
/// on their documentation site for guidance.
///
/// ## Import
///
/// Fastly Services can be imported using their service ID, e.g.
Expand Down
4 changes: 2 additions & 2 deletions sdk/go/fastly/configstore.go

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

16 changes: 8 additions & 8 deletions sdk/go/fastly/pulumiTypes.go

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

12 changes: 6 additions & 6 deletions sdk/go/fastly/serviceCompute.go

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

Loading

0 comments on commit 5acc1c6

Please sign in to comment.