Skip to content

Commit

Permalink
Upgrade to v1.5.2 of pulumi-terraform-bridge (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
stack72 committed Dec 12, 2019
1 parent 57c6ddd commit 269712a
Show file tree
Hide file tree
Showing 323 changed files with 600 additions and 281 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ CHANGELOG
=========

## HEAD (Unreleased)
* Upgrade to pulumi-terraform-bridge v1.5.2
* Namespace names in .NET SDK are adjusted to PascalCase
([#259](https://github.com/pulumi/pulumi-gcp/pull/259)).

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/hashicorp/terraform-plugin-sdk v1.3.0
github.com/pkg/errors v0.8.1
github.com/pulumi/pulumi v1.6.0
github.com/pulumi/pulumi-terraform-bridge v1.4.3
github.com/pulumi/pulumi-terraform-bridge v1.5.2
github.com/stretchr/testify v1.4.0
github.com/terraform-providers/terraform-provider-google-beta v0.0.0-00010101000000-000000000000
github.com/xanzy/ssh-agent v0.2.1 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -470,8 +470,8 @@ github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d/go.mod h1:c3At6R
github.com/prometheus/procfs v0.0.0-20190117184657-bf6a532e95b1/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk=
github.com/pulumi/pulumi v1.6.0 h1:HgALIMX6kv5lwlgyezjKPPc2nNYv+/leFrOjJoo8EB8=
github.com/pulumi/pulumi v1.6.0/go.mod h1:gJBsD+SkjIhWRWPY+0ID9QM6sngLsMGQH8KiknlH0lU=
github.com/pulumi/pulumi-terraform-bridge v1.4.3 h1:FULN1p1bJaWmSvTkXKHzQ67OLmTwI0hFoIjEzWOLR6o=
github.com/pulumi/pulumi-terraform-bridge v1.4.3/go.mod h1:dSbi1sxIj9D4VYdX+HEWCUkPEsh4hAj6pKhXC4Z9FzE=
github.com/pulumi/pulumi-terraform-bridge v1.5.2 h1:vKzPPTsDYk3qIq9v4Ez4BTEQUKkz9vwEk7qLiEdc3wE=
github.com/pulumi/pulumi-terraform-bridge v1.5.2/go.mod h1:dSbi1sxIj9D4VYdX+HEWCUkPEsh4hAj6pKhXC4Z9FzE=
github.com/pulumi/terraform-provider-google-beta v0.0.0-20191114125340-2b63c0f7957e h1:BbECTu7p8ySrPtN249RX7sCR08ewgXKLF3i8qL9O96g=
github.com/pulumi/terraform-provider-google-beta v0.0.0-20191114125340-2b63c0f7957e/go.mod h1:03y34kAt4V79uE7NZysnwDHM98giGOOAV7fA68xA8CA=
github.com/quasilyte/go-consistent v0.0.0-20190521200055-c6f3937de18c/go.mod h1:5STLWrekHfjyYwxBRVRXNOSewLJ3PWfDJd1VyTS21fI=
Expand Down
2 changes: 1 addition & 1 deletion resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -1586,7 +1586,7 @@ func Provider() tfbridge.ProviderInfo {
},
CSharp: &tfbridge.CSharpInfo{
PackageReferences: map[string]string{
"Pulumi": "1.5.0-preview",
"Pulumi": "1.7.0-preview",
"System.Collections.Immutable": "1.6.0",
},
Namespaces: namespaceMap,
Expand Down
1 change: 1 addition & 0 deletions sdk/dotnet/Accesscontextmanager/AccessLevel.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***

using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
Expand Down
1 change: 1 addition & 0 deletions sdk/dotnet/Accesscontextmanager/AccessPolicy.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***

using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
Expand Down
1 change: 1 addition & 0 deletions sdk/dotnet/Accesscontextmanager/ServicePerimeter.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***

using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
Expand Down
1 change: 1 addition & 0 deletions sdk/dotnet/Appengine/Application.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***

using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
Expand Down
1 change: 1 addition & 0 deletions sdk/dotnet/Appengine/ApplicationUrlDispatchRules.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***

using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
Expand Down
1 change: 1 addition & 0 deletions sdk/dotnet/Appengine/DomainMapping.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***

using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
Expand Down
1 change: 1 addition & 0 deletions sdk/dotnet/Appengine/FirewallRule.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***

using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
Expand Down
1 change: 1 addition & 0 deletions sdk/dotnet/Appengine/StandardAppVersion.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***

using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
Expand Down
1 change: 1 addition & 0 deletions sdk/dotnet/Bigquery/AppProfile.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***

using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
Expand Down
1 change: 1 addition & 0 deletions sdk/dotnet/Bigquery/DataTransferConfig.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***

using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
Expand Down
1 change: 1 addition & 0 deletions sdk/dotnet/Bigquery/Dataset.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***

using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
Expand Down
1 change: 1 addition & 0 deletions sdk/dotnet/Bigquery/Table.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***

using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
Expand Down
1 change: 1 addition & 0 deletions sdk/dotnet/Bigtable/GCPolicy.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***

using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
Expand Down
1 change: 1 addition & 0 deletions sdk/dotnet/Bigtable/Instance.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***

using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
Expand Down
1 change: 1 addition & 0 deletions sdk/dotnet/Bigtable/InstanceIamBinding.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***

using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
Expand Down
1 change: 1 addition & 0 deletions sdk/dotnet/Bigtable/InstanceIamMember.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***

using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
Expand Down
1 change: 1 addition & 0 deletions sdk/dotnet/Bigtable/InstanceIamPolicy.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***

using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
Expand Down
1 change: 1 addition & 0 deletions sdk/dotnet/Bigtable/Table.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***

using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
Expand Down
1 change: 1 addition & 0 deletions sdk/dotnet/Billing/AccountIamBinding.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***

using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
Expand Down
1 change: 1 addition & 0 deletions sdk/dotnet/Billing/AccountIamMember.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***

using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
Expand Down
1 change: 1 addition & 0 deletions sdk/dotnet/Billing/AccountIamPolicy.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***

using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
Expand Down
1 change: 1 addition & 0 deletions sdk/dotnet/Binaryauthorization/Attestor.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***

using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
Expand Down
1 change: 1 addition & 0 deletions sdk/dotnet/Binaryauthorization/AttestorIamBinding.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***

using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
Expand Down
1 change: 1 addition & 0 deletions sdk/dotnet/Binaryauthorization/AttestorIamMember.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***

using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
Expand Down
1 change: 1 addition & 0 deletions sdk/dotnet/Binaryauthorization/AttestorIamPolicy.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***

using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
Expand Down
1 change: 1 addition & 0 deletions sdk/dotnet/Binaryauthorization/Policy.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***

using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
Expand Down
1 change: 1 addition & 0 deletions sdk/dotnet/Cloudbuild/Trigger.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***

using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
Expand Down
1 change: 1 addition & 0 deletions sdk/dotnet/Cloudfunctions/Function.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***

using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
Expand Down
1 change: 1 addition & 0 deletions sdk/dotnet/Cloudfunctions/FunctionIamBinding.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***

using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
Expand Down
1 change: 1 addition & 0 deletions sdk/dotnet/Cloudfunctions/FunctionIamMember.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***

using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
Expand Down
1 change: 1 addition & 0 deletions sdk/dotnet/Cloudfunctions/FunctionIamPolicy.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***

using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
Expand Down
11 changes: 6 additions & 5 deletions sdk/dotnet/Cloudfunctions/GetFunction.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***

using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
Expand All @@ -17,30 +18,30 @@ public static partial class Invokes
/// > This content is derived from https://github.com/terraform-providers/terraform-provider-google/blob/master/website/docs/d/cloudfunctions_function.html.markdown.
/// </summary>
public static Task<GetFunctionResult> GetFunction(GetFunctionArgs args, InvokeOptions? options = null)
=> Pulumi.Deployment.Instance.InvokeAsync<GetFunctionResult>("gcp:cloudfunctions/getFunction:getFunction", args ?? ResourceArgs.Empty, options.WithVersion());
=> Pulumi.Deployment.Instance.InvokeAsync<GetFunctionResult>("gcp:cloudfunctions/getFunction:getFunction", args ?? InvokeArgs.Empty, options.WithVersion());
}

public sealed class GetFunctionArgs : Pulumi.ResourceArgs
public sealed class GetFunctionArgs : Pulumi.InvokeArgs
{
/// <summary>
/// The name of a Cloud Function.
/// </summary>
[Input("name", required: true)]
public Input<string> Name { get; set; } = null!;
public string Name { get; set; } = null!;

/// <summary>
/// The project in which the resource belongs. If it
/// is not provided, the provider project is used.
/// </summary>
[Input("project")]
public Input<string>? Project { get; set; }
public string? Project { get; set; }

/// <summary>
/// The region in which the resource belongs. If it
/// is not provided, the provider region is used.
/// </summary>
[Input("region")]
public Input<string>? Region { get; set; }
public string? Region { get; set; }

public GetFunctionArgs()
{
Expand Down
1 change: 1 addition & 0 deletions sdk/dotnet/Cloudrun/DomainMapping.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***

using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
Expand Down
1 change: 1 addition & 0 deletions sdk/dotnet/Cloudrun/Service.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***

using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
Expand Down
1 change: 1 addition & 0 deletions sdk/dotnet/Cloudscheduler/Job.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***

using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
Expand Down
1 change: 1 addition & 0 deletions sdk/dotnet/Composer/Environment.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***

using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
Expand Down
9 changes: 5 additions & 4 deletions sdk/dotnet/Composer/GetImageVersions.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***

using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
Expand All @@ -15,24 +16,24 @@ public static partial class Invokes
/// &gt; This content is derived from https://github.com/terraform-providers/terraform-provider-google/blob/master/website/docs/d/composer_image_versions.html.markdown.
/// </summary>
public static Task<GetImageVersionsResult> GetImageVersions(GetImageVersionsArgs? args = null, InvokeOptions? options = null)
=> Pulumi.Deployment.Instance.InvokeAsync<GetImageVersionsResult>("gcp:composer/getImageVersions:getImageVersions", args ?? ResourceArgs.Empty, options.WithVersion());
=> Pulumi.Deployment.Instance.InvokeAsync<GetImageVersionsResult>("gcp:composer/getImageVersions:getImageVersions", args ?? InvokeArgs.Empty, options.WithVersion());
}

public sealed class GetImageVersionsArgs : Pulumi.ResourceArgs
public sealed class GetImageVersionsArgs : Pulumi.InvokeArgs
{
/// <summary>
/// The ID of the project to list versions in.
/// If it is not provided, the provider project is used.
/// </summary>
[Input("project")]
public Input<string>? Project { get; set; }
public string? Project { get; set; }

/// <summary>
/// The location to list versions in.
/// If it is not provider, the provider region is used.
/// </summary>
[Input("region")]
public Input<string>? Region { get; set; }
public string? Region { get; set; }

public GetImageVersionsArgs()
{
Expand Down
Loading

0 comments on commit 269712a

Please sign in to comment.