Skip to content

Commit 123ef32

Browse files
fix: Include compute.alpha and compute.beta for generation
1 parent e02d17a commit 123ef32

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

CSharpGeneratorFunctions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This is intended to be imported using the "source" function
22
# from any script that wants to invoke the C#-based generator.
33

4-
declare -r GAPIC_GENERATOR_VERSION=1.4.36
4+
declare -r GAPIC_GENERATOR_VERSION=1.4.37
55

66
TMP_CSHARP_GENERATOR_DIR=tmp-gapic-generator-csharp
77
if [[ $CSHARP_GENERATOR_DIR == "" ]]

ExcludedServices.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@
2626
"identitytoolkit.v2",
2727
"identitytoolkit.v3",
2828

29-
// b/415809720
30-
"compute.alpha",
31-
"compute.beta",
32-
3329
// b/287068812
3430
"aiplatform.v1beta1"
3531
]

0 commit comments

Comments
 (0)