Disable PDF for CCE swiss #8

Merged
zuul merged 2 commits from disable_pdf_cce_public into main 2025-05-27 07:58:03 +00:00
4 changed files with 5 additions and 3 deletions
Showing only changes of commit 8f1b35c402 - Show all commits

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"))