Skip to content

Commit aa1620f

Browse files
chore: Exclude connector.v2 and include compute.alpha and compute.beta
1 parent e02d17a commit aa1620f

2 files changed

Lines changed: 4 additions & 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: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,9 @@
2626
"identitytoolkit.v2",
2727
"identitytoolkit.v3",
2828

29-
// b/415809720
30-
"compute.alpha",
31-
"compute.beta",
32-
3329
// b/287068812
3430
"aiplatform.v1beta1"
31+
32+
// b/475730149
33+
"connectors.v2"
3534
]

0 commit comments

Comments
 (0)