Disable PDF for CCE public swiss
Some checks are pending
gl/check check status: pending (8f1b35c4022d80df592d3e1959b44ec71446d933)

This commit is contained in:
2025-05-27 07:49:33 +00:00
parent 244122d66e
commit 8f1b35c402
4 changed files with 5 additions and 3 deletions

View File

@ -14,4 +14,4 @@ cloud_environments:
- name: swiss
visibility: public
pdf_visibility: public
pdf_enabled: true
pdf_enabled: false

View File

@ -14,4 +14,4 @@ cloud_environments:
- name: swiss
visibility: public
pdf_visibility: public
pdf_enabled: true
pdf_enabled: false

View File

@ -11,4 +11,3 @@ cloud_environments:
- name: eu_de
visibility: public
is_global: false
is_global: false

3
test.py Normal file
View File

@ -0,0 +1,3 @@
import otc_metadata
print(otc_metadata.Services().services_by_category(category="other",environment="public",cloud_environment="eu_de"))