Skip to content

Commit cab83cf

Browse files
committed
feat(Global Catalog): support non ibm only visibility
Signed-off-by: Ben Buchanan <[email protected]>
1 parent dcd2d0f commit cab83cf

File tree

5 files changed

+664
-232
lines changed

5 files changed

+664
-232
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# to be ready for development work in the local sandbox.
33
# example: "make setup"
44

5-
PYTHON=python
5+
PYTHON=python3
66
LINT=black
77
LINT_DIRS=ibm_platform_services test/unit test/integration examples
88

examples/test_global_catalog_v1_examples.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,7 @@ def test_update_visibility_example(self):
314314

315315
response = global_catalog_service.update_visibility(
316316
id=catalog_entry_id,
317+
restrictions="private",
317318
extendable=False,
318319
)
319320

0 commit comments

Comments
 (0)