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