From f8b5a5c2e8094f06f17ed3fe6918db0080ef3fa7 Mon Sep 17 00:00:00 2001 From: Shreyas Goenka Date: Tue, 27 Aug 2024 17:50:22 +0200 Subject: [PATCH] remove todos --- bundle/tests/schema/pass/job.yml | 4 ---- bundle/tests/schema/pass/pipeline.yml | 4 ---- 2 files changed, 8 deletions(-) diff --git a/bundle/tests/schema/pass/job.yml b/bundle/tests/schema/pass/job.yml index c19f56679..d9b0e832f 100644 --- a/bundle/tests/schema/pass/job.yml +++ b/bundle/tests/schema/pass/job.yml @@ -23,10 +23,6 @@ variables: - value4 description: "complexvar description" -# TODO: Include enums for fields that are a part of the bundle config in the generate -# JSON schema. -# TODO: No need for pattern overrides for string fields - run_as: service_principal_name: myserviceprincipal diff --git a/bundle/tests/schema/pass/pipeline.yml b/bundle/tests/schema/pass/pipeline.yml index 71c9191ad..1b2b1a10f 100644 --- a/bundle/tests/schema/pass/pipeline.yml +++ b/bundle/tests/schema/pass/pipeline.yml @@ -23,10 +23,6 @@ variables: - value4 description: "complexvar description" -# TODO: Include enums for fields that are a part of the bundle config in the generate -# JSON schema. -# TODO: No need to include the regex patterns for string fields. Fix upstream. -# TODO: Clean up yaml-ls referneces in the tests, and the spec file as well. artifacts: mywheel: path: ./mywheel.whl