File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
scripts/client-post-processing Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -595,3 +595,21 @@ replacements:
595595 IG/NEG will be set as drained.\n
596596 - An IG/NEG is considered unhealthy if less than
597597 count : 1
598+ - paths : [
599+ packages/google-cloud-managedkafka-schemaregistry/google/cloud/managedkafka_schemaregistry_v1/services/managed_schema_registry/async_client.py,
600+ ]
601+ before : |
602+ - projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/compatibility/subjects/*/versions:
603+ \ Check compatibility with one or more versions of the
604+ \ specified subject.
605+ \ - projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/compatibility/subjects/{subject}/versions/{version}:
606+ \ Check compatibility with a specific version of the
607+ \ subject.
608+ after : |
609+ - `projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/compatibility/subjects/*/versions`:
610+ Check compatibility with one or more versions of the
611+ specified subject.
612+ - `projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/compatibility/subjects/{subject}/versions/{version}`:
613+ Check compatibility with a specific version of the
614+ subject.
615+ count : 1
You can’t perform that action at this time.
0 commit comments