Skip to content

Commit fc6eaf6

Browse files
thomhurstthomhurst
andauthored
chore: Update gcloud CLI options (#2469)
Co-authored-by: thomhurst <9139608+thomhurst@users.noreply.github.com>
1 parent 6f40d18 commit fc6eaf6

File tree

8,739 files changed

+62958
-429
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

8,739 files changed

+62958
-429
lines changed

src/ModularPipelines.Google/AssemblyInfo.Generated.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
using System.Reflection;
77

88
[assembly: AssemblyMetadata("ModularPipelines.OptionsGenerator.Tool", "gcloud")]
9-
[assembly: AssemblyMetadata("ModularPipelines.OptionsGenerator.GeneratedAt", "2026-04-05T03:43:32.8534722Z")]
9+
[assembly: AssemblyMetadata("ModularPipelines.OptionsGenerator.GeneratedAt", "2026-04-19T04:08:20.1167309Z")]

src/ModularPipelines.Google/Enums/GcloudEdition.Generated.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ namespace ModularPipelines.Google.Enums;
1414
[GeneratedCode("ModularPipelines.OptionsGenerator", "")]
1515
public enum GcloudEdition
1616
{
17-
[Description("enterprise")]
17+
[Description("ENTERPRISE")]
1818
Enterprise,
1919

20-
[Description("enterprise-plus")]
20+
[Description("ENTERPRISE_PLUS")]
2121
EnterprisePlus
2222
}

src/ModularPipelines.Google/Enums/GcloudScimUsage.Generated.cs renamed to src/ModularPipelines.Google/Enums/GcloudEngine.Generated.cs

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,14 @@
99
namespace ModularPipelines.Google.Enums;
1010

1111
/// <summary>
12-
/// Allowed values for --scimusage.
12+
/// Allowed values for --engine.
1313
/// </summary>
1414
[GeneratedCode("ModularPipelines.OptionsGenerator", "")]
15-
public enum GcloudScimUsage
15+
public enum GcloudEngine
1616
{
17-
[Description("enabled-for-groups")]
18-
EnabledForGroups,
17+
[Description("default")]
18+
Default,
1919

20-
[Description("enabled-for-users-groups")]
21-
EnabledForUsersGroups,
22-
23-
[Description("scim-usage-unspecified")]
24-
ScimUsageUnspecified
20+
[Description("lightning")]
21+
Lightning
2522
}
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
// <auto-generated>
2+
// This file was generated by ModularPipelines.OptionsGenerator.
3+
// Do not edit this file manually.
4+
// </auto-generated>
5+
6+
using System.CodeDom.Compiler;
7+
using System.ComponentModel;
8+
9+
namespace ModularPipelines.Google.Enums;
10+
11+
/// <summary>
12+
/// Allowed values for --idpmetadatapath.
13+
/// </summary>
14+
[GeneratedCode("ModularPipelines.OptionsGenerator", "")]
15+
public enum GcloudIdpMetadataPath
16+
{
17+
[Description("azure-ad-groups-id")]
18+
AzureAdGroupsId,
19+
20+
[Description("azure-ad-groups-mail")]
21+
AzureAdGroupsMail
22+
}

src/ModularPipelines.Google/Enums/GcloudNodeType.Generated.cs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ namespace ModularPipelines.Google.Enums;
1414
[GeneratedCode("ModularPipelines.OptionsGenerator", "")]
1515
public enum GcloudNodeType
1616
{
17+
[Description("redis-highcpu-medium")]
18+
RedisHighcpuMedium,
19+
20+
[Description("redis-highmem-2xlarge")]
21+
RedisHighmem_2xlarge,
22+
1723
[Description("redis-highmem-medium")]
1824
RedisHighmemMedium,
1925

@@ -23,6 +29,9 @@ public enum GcloudNodeType
2329
[Description("redis-shared-core-nano")]
2430
RedisSharedCoreNano,
2531

32+
[Description("redis-standard-large")]
33+
RedisStandardLarge,
34+
2635
[Description("redis-standard-small")]
2736
RedisStandardSmall
2837
}

src/ModularPipelines.Google/Options/GcloudAccessApprovalOptions.Generated.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
// Do not edit this file manually.
55
// </auto-generated>
66

7+
#nullable enable
8+
79
using System.CodeDom.Compiler;
810
using System.Diagnostics.CodeAnalysis;
911
using ModularPipelines.Attributes;

src/ModularPipelines.Google/Options/GcloudAccessApprovalRequestsApproveOptions.Generated.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
// Do not edit this file manually.
55
// </auto-generated>
66

7+
#nullable enable
8+
79
using System.CodeDom.Compiler;
810
using System.Diagnostics.CodeAnalysis;
911
using ModularPipelines.Attributes;

src/ModularPipelines.Google/Options/GcloudAccessApprovalRequestsDismissOptions.Generated.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
// Do not edit this file manually.
55
// </auto-generated>
66

7+
#nullable enable
8+
79
using System.CodeDom.Compiler;
810
using System.Diagnostics.CodeAnalysis;
911
using ModularPipelines.Attributes;

src/ModularPipelines.Google/Options/GcloudAccessApprovalRequestsGetOptions.Generated.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
// Do not edit this file manually.
55
// </auto-generated>
66

7+
#nullable enable
8+
79
using System.CodeDom.Compiler;
810
using System.Diagnostics.CodeAnalysis;
911
using ModularPipelines.Attributes;

src/ModularPipelines.Google/Options/GcloudAccessApprovalRequestsInvalidateOptions.Generated.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
// Do not edit this file manually.
55
// </auto-generated>
66

7+
#nullable enable
8+
79
using System.CodeDom.Compiler;
810
using System.Diagnostics.CodeAnalysis;
911
using ModularPipelines.Attributes;

0 commit comments

Comments
 (0)