Skip to content

Commit cdf8680

Browse files
chore: Cleanup skipped apiary APIs.
1 parent d0ff386 commit cdf8680

File tree

2 files changed

+2
-21
lines changed

2 files changed

+2
-21
lines changed

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.29
4+
declare -r GAPIC_GENERATOR_VERSION=1.4.36
55

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

ExcludedServices.json

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,6 @@
1212
// Known exception for library generation
1313
"apigee.v1",
1414

15-
// Name clashes because of some request's service parameter.
16-
// Investigate with auth team.
17-
"metastore.v1alpha",
18-
"metastore.v1beta",
19-
"metastore.v1",
20-
21-
// Name clashes because of some response ETag field.
22-
"contentwarehouse.v1",
23-
2415
// b/299569133 method.request.type instead of method.request.$ref
2516
// type is not a supported field in method.request.
2617
"integrations.v1alpha",
@@ -30,10 +21,6 @@
3021
// type is not a supported field in method.request.
3122
"datalineage.v1",
3223

33-
// b/299985033 Because on non-AIP compliant RPC.
34-
"policysimulator.v1alpha",
35-
"policysimulator.v1beta",
36-
3724
// TODO: Explain these ones
3825
"identitytoolkit.v1",
3926
"identitytoolkit.v2",
@@ -42,13 +29,7 @@
4229
// b/415809720 for investigating the failure
4330
"compute.alpha",
4431
"compute.beta",
45-
32+
4633
// b/447065891 for investigating the failure
4734
"aiplatform.v1beta1",
48-
49-
// b/462033382 for investigating the failure
50-
"aiplatform.v1",
51-
52-
// b/459521801 for investigating the failure
53-
"composer.v1beta1",
5435
]

0 commit comments

Comments
 (0)